COLOR #AFCBBD

HEX: #AFCBBD
RGB: (175,203,189)

Color info

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

RGB color model

#AFCBBD color RGB value is (175,203,189).

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

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 189 of 255 = 74%

175
203
189

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

Portions of RGB colors in percentages

R + G + B =
175 + 203 + 189 = 567 (100%)
R 175 of 567 ~ 30.86%
G 203 of 567 ~ 35.8%
B 189 of 567 ~ 33.33%

%30.86
%35.8
%33.33

CMYK color model

#AFCBBD color CMYK value is (14,0,7,20).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 20.39%
CMYK:
(14,0,7,20)
C14M0Y7K20 
(14%,0%,7%,20%)
(0.14/0.00/0.07/0.20)	

CMYK percentages

%13.79
%0
%6.9
%20.39

Codes

Color #AFCBBD in popluar color models

AFCBBD
RGB175203189
HSL150°21.21%74.12%
HSB/HSV150°13.79%79.61%
CMYK13.79%0.00%6.90%
20.39%

Color #AFCBBD in popluar number systems.

HEXAFCBBD
Decimal175203189
Binary101011111100101110111101
Octal257313275

Shades and tints

Shades of #AFCBBD

#AFCBBD
(175,203,189)
#A0B9AC
(160,185,172)
#91A79B
(145,167,155)
#82958A
(130,149,138)
#738379
(115,131,121)
#647168
(100,113,104)
#555F57
(85,95,87)
#464D46
(70,77,70)
#373B35
(55,59,53)
#282924
(40,41,36)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #AFCBBD

#AFCBBD
(175,203,189)
#B6CFC3
(182,207,195)
#BDD3C9
(189,211,201)
#C4D7CF
(196,215,207)
#CBDBD5
(203,219,213)
#D2DFDB
(210,223,219)
#D9E3E1
(217,227,225)
#E0E7E7
(224,231,231)
#E7EBED
(231,235,237)
#EEEFF3
(238,239,243)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCBBD; }

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

This text font color is #AFCBBD.


Background Color

.myBgColor { background-color: #AFCBBD; }

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

This div background color is #AFCBBD.


Border color

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

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

This div border color is #AFCBBD.


Opacity

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

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

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

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

This text has shadow with #AFCBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCBBD on black background.


Color preview on white background

This text has color #AFCBBD on white background.



Black color preview on #AFCBBD background

This text has black color on #AFCBBD background.


White color preview on #AFCBBD background

This text has white color on #AFCBBD background.