COLOR #AFBDE7

HEX: #AFBDE7
RGB: (175,189,231)

Color info

#AFBDE7 contains red, green and blue colors in about the same proportion. Web safe color of #AFBDE7 is #99CCFF (or #9CF).

RGB color model

#AFBDE7 color RGB value is (175,189,231).

  • red value is 175;
  • green value is 189;
  • blue value is 231.
RGB:
(175,189,231)
(69%,74%,91%)

RGB channels and saturation

R 175 of 255 = 69%
G 189 of 255 = 74%
B 231 of 255 = 91%

175
189
231

R + G + B ~ 78%. #AFBDE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 189 + 231 = 595 (100%)
R 175 of 595 ~ 29.41%
G 189 of 595 ~ 31.76%
B 231 of 595 ~ 38.82%

%29.41
%31.76
%38.82

CMYK color model

#AFBDE7 color CMYK value is (24,18,0,9).

  • cyan value is 24.24%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(24,18,0,9)
C24M18Y0K9 
(24%,18%,0%,9%)
(0.24/0.18/0.00/0.09)	

CMYK percentages

%24.24
%18.18
%0
%9.41

Codes

Color #AFBDE7 in popluar color models

AFBDE7
RGB175189231
HSL225°53.85%79.61%
HSB/HSV225°24.24%90.59%
CMYK24.24%18.18%0.00%
9.41%

Color #AFBDE7 in popluar number systems.

HEXAFBDE7
Decimal175189231
Binary101011111011110111100111
Octal257275347

Shades and tints

Shades of #AFBDE7

#AFBDE7
(175,189,231)
#A0ACD2
(160,172,210)
#919BBD
(145,155,189)
#828AA8
(130,138,168)
#737993
(115,121,147)
#64687E
(100,104,126)
#555769
(85,87,105)
#464654
(70,70,84)
#37353F
(55,53,63)
#28242A
(40,36,42)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #AFBDE7

#AFBDE7
(175,189,231)
#B6C3E9
(182,195,233)
#BDC9EB
(189,201,235)
#C4CFED
(196,207,237)
#CBD5EF
(203,213,239)
#D2DBF1
(210,219,241)
#D9E1F3
(217,225,243)
#E0E7F5
(224,231,245)
#E7EDF7
(231,237,247)
#EEF3F9
(238,243,249)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBDE7 color. Also use rgb(175,189,231) instead hex code.

Text Font Color

.myTextColor { color: #AFBDE7; }

<p style="color:#AFBDE7">This sample text font color is #AFBDE7.</p>

This text font color is #AFBDE7.


Background Color

.myBgColor { background-color: #AFBDE7; }

<div style="background-color:#AFBDE7">Inner text</div>

This div background color is #AFBDE7.


Border color

.myBorderColor { border: 1px solid #AFBDE7; }

<div style="border:3px solid #AFBDE7">Div</div>

This div border color is #AFBDE7.


Opacity

.myOpacity80 { color: #AFBDE7; opacity: 0.8; }

<p style="color:#AFBDE7;opacity:0.8;">80%</p>

Text with #AFBDE7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AFBDE7;}

<p style="text-shadow: 3px 3px 1px #AFBDE7">Text here.</p>

This text has shadow with #AFBDE7 color.

.textShadow {text-shadow: 3px 3px 1px #AFBDE7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AFBDE7, 5px 5px 20px red">Text here.</p>

This text has shadow with #AFBDE7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFBDE7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AFBDE7, Direction=45, Strength=4)">Text</p>

This text has shadow with #AFBDE7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AFBDE7;
  -webkit-box-shadow:	1px 1px 3px 2px #AFBDE7;
  box-shadow:		1px 1px 3px 2px #AFBDE7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFBDE7;
-webkit-box-shadow: 1px 1px 3px 2px #AFBDE7;
box-shadow:1px 1px 3px 2px #AFBDE7;">
Div content here</div>
This div box has shadow with color #AFBDE7.

Preview

Color preview on black background

This text has color #AFBDE7 on black background.


Color preview on white background

This text has color #AFBDE7 on white background.



Black color preview on #AFBDE7 background

This text has black color on #AFBDE7 background.


White color preview on #AFBDE7 background

This text has white color on #AFBDE7 background.