COLOR #AFCBB8

HEX: #AFCBB8
RGB: (175,203,184)

Color info

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

RGB color model

#AFCBB8 color RGB value is (175,203,184).

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

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 184 of 255 = 72%

175
203
184

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

Portions of RGB colors in percentages

R + G + B =
175 + 203 + 184 = 562 (100%)
R 175 of 562 ~ 31.14%
G 203 of 562 ~ 36.12%
B 184 of 562 ~ 32.74%

%31.14
%36.12
%32.74

CMYK color model

#AFCBB8 color CMYK value is (14,0,9,20).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 20.39%
CMYK:
(14,0,9,20)
C14M0Y9K20 
(14%,0%,9%,20%)
(0.14/0.00/0.09/0.20)	

CMYK percentages

%13.79
%0
%9.36
%20.39

Codes

Color #AFCBB8 in popluar color models

AFCBB8
RGB175203184
HSL139°21.21%74.12%
HSB/HSV139°13.79%79.61%
CMYK13.79%0.00%9.36%
20.39%

Color #AFCBB8 in popluar number systems.

HEXAFCBB8
Decimal175203184
Binary101011111100101110111000
Octal257313270

Shades and tints

Shades of #AFCBB8

#AFCBB8
(175,203,184)
#A0B9A8
(160,185,168)
#91A798
(145,167,152)
#829588
(130,149,136)
#738378
(115,131,120)
#647168
(100,113,104)
#555F58
(85,95,88)
#464D48
(70,77,72)
#373B38
(55,59,56)
#282928
(40,41,40)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #AFCBB8

#AFCBB8
(175,203,184)
#B6CFBE
(182,207,190)
#BDD3C4
(189,211,196)
#C4D7CA
(196,215,202)
#CBDBD0
(203,219,208)
#D2DFD6
(210,223,214)
#D9E3DC
(217,227,220)
#E0E7E2
(224,231,226)
#E7EBE8
(231,235,232)
#EEEFEE
(238,239,238)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCBB8; }

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

This text font color is #AFCBB8.


Background Color

.myBgColor { background-color: #AFCBB8; }

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

This div background color is #AFCBB8.


Border color

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

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

This div border color is #AFCBB8.


Opacity

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

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

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

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

This text has shadow with #AFCBB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCBB8 on black background.


Color preview on white background

This text has color #AFCBB8 on white background.



Black color preview on #AFCBB8 background

This text has black color on #AFCBB8 background.


White color preview on #AFCBB8 background

This text has white color on #AFCBB8 background.