COLOR #AFCBAC

HEX: #AFCBAC
RGB: (175,203,172)

Color info

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

RGB color model

#AFCBAC color RGB value is (175,203,172).

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

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 172 of 255 = 67%

175
203
172

R + G + B ~ 72%. #AFCBAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 203 + 172 = 550 (100%)
R 175 of 550 ~ 31.82%
G 203 of 550 ~ 36.91%
B 172 of 550 ~ 31.27%

%31.82
%36.91
%31.27

CMYK color model

#AFCBAC color CMYK value is (14,0,15,20).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 15.27%
  • key color value is 20.39%
CMYK:
(14,0,15,20)
C14M0Y15K20 
(14%,0%,15%,20%)
(0.14/0.00/0.15/0.20)	

CMYK percentages

%13.79
%0
%15.27
%20.39

Codes

Color #AFCBAC in popluar color models

AFCBAC
RGB175203172
HSL114°22.96%73.53%
HSB/HSV114°15.27%79.61%
CMYK13.79%0.00%15.27%
20.39%

Color #AFCBAC in popluar number systems.

HEXAFCBAC
Decimal175203172
Binary101011111100101110101100
Octal257313254

Shades and tints

Shades of #AFCBAC

#AFCBAC
(175,203,172)
#A0B99D
(160,185,157)
#91A78E
(145,167,142)
#82957F
(130,149,127)
#738370
(115,131,112)
#647161
(100,113,97)
#555F52
(85,95,82)
#464D43
(70,77,67)
#373B34
(55,59,52)
#282925
(40,41,37)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #AFCBAC

#AFCBAC
(175,203,172)
#B6CFB3
(182,207,179)
#BDD3BA
(189,211,186)
#C4D7C1
(196,215,193)
#CBDBC8
(203,219,200)
#D2DFCF
(210,223,207)
#D9E3D6
(217,227,214)
#E0E7DD
(224,231,221)
#E7EBE4
(231,235,228)
#EEEFEB
(238,239,235)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCBAC; }

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

This text font color is #AFCBAC.


Background Color

.myBgColor { background-color: #AFCBAC; }

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

This div background color is #AFCBAC.


Border color

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

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

This div border color is #AFCBAC.


Opacity

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

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

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

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

This text has shadow with #AFCBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCBAC on black background.


Color preview on white background

This text has color #AFCBAC on white background.



Black color preview on #AFCBAC background

This text has black color on #AFCBAC background.


White color preview on #AFCBAC background

This text has white color on #AFCBAC background.