COLOR #AFB8D0

HEX: #AFB8D0
RGB: (175,184,208)

Color info

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

RGB color model

#AFB8D0 color RGB value is (175,184,208).

  • red value is 175;
  • green value is 184;
  • blue value is 208.
RGB:
(175,184,208)
(69%,72%,82%)

RGB channels and saturation

R 175 of 255 = 69%
G 184 of 255 = 72%
B 208 of 255 = 82%

175
184
208

R + G + B ~ 74%. #AFB8D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 184 + 208 = 567 (100%)
R 175 of 567 ~ 30.86%
G 184 of 567 ~ 32.45%
B 208 of 567 ~ 36.68%

%30.86
%32.45
%36.68

CMYK color model

#AFB8D0 color CMYK value is (16,12,0,18).

  • cyan value is 15.87%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(16,12,0,18)
C16M12Y0K18 
(16%,12%,0%,18%)
(0.16/0.12/0.00/0.18)	

CMYK percentages

%15.87
%11.54
%0
%18.43

Codes

Color #AFB8D0 in popluar color models

AFB8D0
RGB175184208
HSL224°25.98%75.10%
HSB/HSV224°15.87%81.57%
CMYK15.87%11.54%0.00%
18.43%

Color #AFB8D0 in popluar number systems.

HEXAFB8D0
Decimal175184208
Binary101011111011100011010000
Octal257270320

Shades and tints

Shades of #AFB8D0

#AFB8D0
(175,184,208)
#A0A8BE
(160,168,190)
#9198AC
(145,152,172)
#82889A
(130,136,154)
#737888
(115,120,136)
#646876
(100,104,118)
#555864
(85,88,100)
#464852
(70,72,82)
#373840
(55,56,64)
#28282E
(40,40,46)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #AFB8D0

#AFB8D0
(175,184,208)
#B6BED4
(182,190,212)
#BDC4D8
(189,196,216)
#C4CADC
(196,202,220)
#CBD0E0
(203,208,224)
#D2D6E4
(210,214,228)
#D9DCE8
(217,220,232)
#E0E2EC
(224,226,236)
#E7E8F0
(231,232,240)
#EEEEF4
(238,238,244)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB8D0 color. Also use rgb(175,184,208) instead hex code.

Text Font Color

.myTextColor { color: #AFB8D0; }

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

This text font color is #AFB8D0.


Background Color

.myBgColor { background-color: #AFB8D0; }

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

This div background color is #AFB8D0.


Border color

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

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

This div border color is #AFB8D0.


Opacity

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

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

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

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

This text has shadow with #AFB8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB8D0 on black background.


Color preview on white background

This text has color #AFB8D0 on white background.



Black color preview on #AFB8D0 background

This text has black color on #AFB8D0 background.


White color preview on #AFB8D0 background

This text has white color on #AFB8D0 background.