COLOR #AFB9DE

HEX: #AFB9DE
RGB: (175,185,222)

Color info

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

RGB color model

#AFB9DE color RGB value is (175,185,222).

  • red value is 175;
  • green value is 185;
  • blue value is 222.
RGB:
(175,185,222)
(69%,73%,87%)

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 222 of 255 = 87%

175
185
222

R + G + B ~ 76%. #AFB9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 185 + 222 = 582 (100%)
R 175 of 582 ~ 30.07%
G 185 of 582 ~ 31.79%
B 222 of 582 ~ 38.14%

%30.07
%31.79
%38.14

CMYK color model

#AFB9DE color CMYK value is (21,17,0,13).

  • cyan value is 21.17%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(21,17,0,13)
C21M17Y0K13 
(21%,17%,0%,13%)
(0.21/0.17/0.00/0.13)	

CMYK percentages

%21.17
%16.67
%0
%12.94

Codes

Color #AFB9DE in popluar color models

AFB9DE
RGB175185222
HSL227°41.59%77.84%
HSB/HSV227°21.17%87.06%
CMYK21.17%16.67%0.00%
12.94%

Color #AFB9DE in popluar number systems.

HEXAFB9DE
Decimal175185222
Binary101011111011100111011110
Octal257271336

Shades and tints

Shades of #AFB9DE

#AFB9DE
(175,185,222)
#A0A9CA
(160,169,202)
#9199B6
(145,153,182)
#8289A2
(130,137,162)
#73798E
(115,121,142)
#64697A
(100,105,122)
#555966
(85,89,102)
#464952
(70,73,82)
#37393E
(55,57,62)
#28292A
(40,41,42)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #AFB9DE

#AFB9DE
(175,185,222)
#B6BFE1
(182,191,225)
#BDC5E4
(189,197,228)
#C4CBE7
(196,203,231)
#CBD1EA
(203,209,234)
#D2D7ED
(210,215,237)
#D9DDF0
(217,221,240)
#E0E3F3
(224,227,243)
#E7E9F6
(231,233,246)
#EEEFF9
(238,239,249)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB9DE color. Also use rgb(175,185,222) instead hex code.

Text Font Color

.myTextColor { color: #AFB9DE; }

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

This text font color is #AFB9DE.


Background Color

.myBgColor { background-color: #AFB9DE; }

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

This div background color is #AFB9DE.


Border color

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

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

This div border color is #AFB9DE.


Opacity

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

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

Text with #AFB9DE 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 #AFB9DE;}

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

This text has shadow with #AFB9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB9DE on black background.


Color preview on white background

This text has color #AFB9DE on white background.



Black color preview on #AFB9DE background

This text has black color on #AFB9DE background.


White color preview on #AFB9DE background

This text has white color on #AFB9DE background.