COLOR #AFD0CB

HEX: #AFD0CB
RGB: (175,208,203)

Color info

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

RGB color model

#AFD0CB color RGB value is (175,208,203).

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

RGB channels and saturation

R 175 of 255 = 69%
G 208 of 255 = 82%
B 203 of 255 = 80%

175
208
203

R + G + B ~ 77%. #AFD0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 208 + 203 = 586 (100%)
R 175 of 586 ~ 29.86%
G 208 of 586 ~ 35.49%
B 203 of 586 ~ 34.64%

%29.86
%35.49
%34.64

CMYK color model

#AFD0CB color CMYK value is (16,0,2,18).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 2.40%
  • key color value is 18.43%
CMYK:
(16,0,2,18)
C16M0Y2K18 
(16%,0%,2%,18%)
(0.16/0.00/0.02/0.18)	

CMYK percentages

%15.87
%0
%2.4
%18.43

Codes

Color #AFD0CB in popluar color models

AFD0CB
RGB175208203
HSL171°25.98%75.10%
HSB/HSV171°15.87%81.57%
CMYK15.87%0.00%2.40%
18.43%

Color #AFD0CB in popluar number systems.

HEXAFD0CB
Decimal175208203
Binary101011111101000011001011
Octal257320313

Shades and tints

Shades of #AFD0CB

#AFD0CB
(175,208,203)
#A0BEB9
(160,190,185)
#91ACA7
(145,172,167)
#829A95
(130,154,149)
#738883
(115,136,131)
#647671
(100,118,113)
#55645F
(85,100,95)
#46524D
(70,82,77)
#37403B
(55,64,59)
#282E29
(40,46,41)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #AFD0CB

#AFD0CB
(175,208,203)
#B6D4CF
(182,212,207)
#BDD8D3
(189,216,211)
#C4DCD7
(196,220,215)
#CBE0DB
(203,224,219)
#D2E4DF
(210,228,223)
#D9E8E3
(217,232,227)
#E0ECE7
(224,236,231)
#E7F0EB
(231,240,235)
#EEF4EF
(238,244,239)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD0CB; }

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

This text font color is #AFD0CB.


Background Color

.myBgColor { background-color: #AFD0CB; }

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

This div background color is #AFD0CB.


Border color

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

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

This div border color is #AFD0CB.


Opacity

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

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

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

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

This text has shadow with #AFD0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD0CB on black background.


Color preview on white background

This text has color #AFD0CB on white background.



Black color preview on #AFD0CB background

This text has black color on #AFD0CB background.


White color preview on #AFD0CB background

This text has white color on #AFD0CB background.