COLOR #AFD0BB

HEX: #AFD0BB RGB: (175,208,187)

Color info

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

RGB color model

#AFD0BB color RGB value is (175,208,187).

RGB: (175,208,187) (69%, 82%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 208 of 255 = 82%
B 187 of 255 = 73%

175
208
187

R + G + B ~ 75%. #AFD0BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 208 + 187 = 570 (100%)
R 175 of 570 ~ 30.7%
G 208 of 570 ~ 36.49%
B 187 of 570 ~ 32.81'%

%30.7
%36.49
%32.81

CMYK color model

#AFD0BB color CMYK value is (16,0,10,18).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 10.10%
  • key color value is 18.43%

CMYK: (16,0,10,18)
C16M0Y10K18 (16%, 0%, 10%, 18%)
(0.16 / 0.00 / 0.10 / 0.18)

CMYK percentages

%15.87
%0
%10.1
%18.43

Codes

Color #AFD0BB in popluar color models

AF D0 BB
RGB 175 208 187
HSL 142° 25.98% 75.10%
HSB/HSV 142° 15.87% 81.57%
CMYK 15.87% 0.00% 10.10%
18.43%

Color #AFD0BB in popluar number systems.

HEX AF D0 BB
Decimal 175 208 187
Binary 10101111 11010000 10111011
Octal 257 320 273

Shades and tints

Shades of #AFD0BB

#AFD0BB
(175,208,187)
#A0BEAA
(160,190,170)
#91AC99
(145,172,153)
#829A88
(130,154,136)
#738877
(115,136,119)
#647666
(100,118,102)
#556455
(85,100,85)
#465244
(70,82,68)
#374033
(55,64,51)
#282E22
(40,46,34)
#191C11
(25,28,17)
#000000
(0,0,0)

Tints of #AFD0BB

#AFD0BB
(175,208,187)
#B6D4C1
(182,212,193)
#BDD8C7
(189,216,199)
#C4DCCD
(196,220,205)
#CBE0D3
(203,224,211)
#D2E4D9
(210,228,217)
#D9E8DF
(217,232,223)
#E0ECE5
(224,236,229)
#E7F0EB
(231,240,235)
#EEF4F1
(238,244,241)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD0BB; }

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

This text font color is #AFD0BB.

Background Color

.myBgColor { background-color: #AFD0BB; }

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

This div background color is #AFD0BB.

Border color

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

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

This div border color is #AFD0BB.

Opacity

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

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

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

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

This text has shadow with #AFD0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD0BB.

Preview

Color preview on black background

This text has color #AFD0BB on black background.


Color preview on white background

This text has color #AFD0BB on white background.


Black color preview on #AFD0BB background

This text has black color on #AFD0BB background.


White color preview on #AFD0BB background

This text has white color on #AFD0BB background.


Related colors

Complementary color

Complementary color for #hex is #502F44.


I love getcolorcode.com

Triadic colors

1 #BBAFD0 and #D0BBAF with #AFD0BB are triadic colors.

2 #BBD0AF and #D0AFBB with #AFD0BB are triadic colors.