COLOR #AFD0B4

HEX: #AFD0B4
RGB: (175,208,180)

Color info

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

RGB color model

#AFD0B4 color RGB value is (175,208,180).

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

RGB channels and saturation

R 175 of 255 = 69%
G 208 of 255 = 82%
B 180 of 255 = 71%

175
208
180

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

Portions of RGB colors in percentages

R + G + B =
175 + 208 + 180 = 563 (100%)
R 175 of 563 ~ 31.08%
G 208 of 563 ~ 36.94%
B 180 of 563 ~ 31.97%

%31.08
%36.94
%31.97

CMYK color model

#AFD0B4 color CMYK value is (16,0,13,18).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 18.43%
CMYK:
(16,0,13,18)
C16M0Y13K18 
(16%,0%,13%,18%)
(0.16/0.00/0.13/0.18)	

CMYK percentages

%15.87
%0
%13.46
%18.43

Codes

Color #AFD0B4 in popluar color models

AFD0B4
RGB175208180
HSL129°25.98%75.10%
HSB/HSV129°15.87%81.57%
CMYK15.87%0.00%13.46%
18.43%

Color #AFD0B4 in popluar number systems.

HEXAFD0B4
Decimal175208180
Binary101011111101000010110100
Octal257320264

Shades and tints

Shades of #AFD0B4

#AFD0B4
(175,208,180)
#A0BEA4
(160,190,164)
#91AC94
(145,172,148)
#829A84
(130,154,132)
#738874
(115,136,116)
#647664
(100,118,100)
#556454
(85,100,84)
#465244
(70,82,68)
#374034
(55,64,52)
#282E24
(40,46,36)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #AFD0B4

#AFD0B4
(175,208,180)
#B6D4BA
(182,212,186)
#BDD8C0
(189,216,192)
#C4DCC6
(196,220,198)
#CBE0CC
(203,224,204)
#D2E4D2
(210,228,210)
#D9E8D8
(217,232,216)
#E0ECDE
(224,236,222)
#E7F0E4
(231,240,228)
#EEF4EA
(238,244,234)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD0B4; }

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

This text font color is #AFD0B4.


Background Color

.myBgColor { background-color: #AFD0B4; }

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

This div background color is #AFD0B4.


Border color

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

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

This div border color is #AFD0B4.


Opacity

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

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

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

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

This text has shadow with #AFD0B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD0B4 on black background.


Color preview on white background

This text has color #AFD0B4 on white background.



Black color preview on #AFD0B4 background

This text has black color on #AFD0B4 background.


White color preview on #AFD0B4 background

This text has white color on #AFD0B4 background.