COLOR #AFD0B8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

175
208
184

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

Portions of RGB colors in percentages

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

%30.86
%36.68
%32.45

CMYK color model

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

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

CMYK percentages

%15.87
%0
%11.54
%18.43

Codes

Color #AFD0B8 in popluar color models

AFD0B8
RGB175208184
HSL136°25.98%75.10%
HSB/HSV136°15.87%81.57%
CMYK15.87%0.00%11.54%
18.43%

Color #AFD0B8 in popluar number systems.

HEXAFD0B8
Decimal175208184
Binary101011111101000010111000
Octal257320270

Shades and tints

Shades of #AFD0B8

#AFD0B8
(175,208,184)
#A0BEA8
(160,190,168)
#91AC98
(145,172,152)
#829A88
(130,154,136)
#738878
(115,136,120)
#647668
(100,118,104)
#556458
(85,100,88)
#465248
(70,82,72)
#374038
(55,64,56)
#282E28
(40,46,40)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #AFD0B8

#AFD0B8
(175,208,184)
#B6D4BE
(182,212,190)
#BDD8C4
(189,216,196)
#C4DCCA
(196,220,202)
#CBE0D0
(203,224,208)
#D2E4D6
(210,228,214)
#D9E8DC
(217,232,220)
#E0ECE2
(224,236,226)
#E7F0E8
(231,240,232)
#EEF4EE
(238,244,238)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD0B8; }

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

This text font color is #AFD0B8.


Background Color

.myBgColor { background-color: #AFD0B8; }

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

This div background color is #AFD0B8.


Border color

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

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

This div border color is #AFD0B8.


Opacity

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

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

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

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

This text has shadow with #AFD0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD0B8 on black background.


Color preview on white background

This text has color #AFD0B8 on white background.



Black color preview on #AFD0B8 background

This text has black color on #AFD0B8 background.


White color preview on #AFD0B8 background

This text has white color on #AFD0B8 background.