COLOR #AFCBAE

HEX: #AFCBAE
RGB: (175,203,174)

Color info

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

RGB color model

#AFCBAE color RGB value is (175,203,174).

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

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 174 of 255 = 68%

175
203
174

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

Portions of RGB colors in percentages

R + G + B =
175 + 203 + 174 = 552 (100%)
R 175 of 552 ~ 31.7%
G 203 of 552 ~ 36.78%
B 174 of 552 ~ 31.52%

%31.7
%36.78
%31.52

CMYK color model

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

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 20.39%
CMYK:
(14,0,14,20)
C14M0Y14K20 
(14%,0%,14%,20%)
(0.14/0.00/0.14/0.20)	

CMYK percentages

%13.79
%0
%14.29
%20.39

Codes

Color #AFCBAE in popluar color models

AFCBAE
RGB175203174
HSL118°21.80%73.92%
HSB/HSV118°14.29%79.61%
CMYK13.79%0.00%14.29%
20.39%

Color #AFCBAE in popluar number systems.

HEXAFCBAE
Decimal175203174
Binary101011111100101110101110
Octal257313256

Shades and tints

Shades of #AFCBAE

#AFCBAE
(175,203,174)
#A0B99F
(160,185,159)
#91A790
(145,167,144)
#829581
(130,149,129)
#738372
(115,131,114)
#647163
(100,113,99)
#555F54
(85,95,84)
#464D45
(70,77,69)
#373B36
(55,59,54)
#282927
(40,41,39)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #AFCBAE

#AFCBAE
(175,203,174)
#B6CFB5
(182,207,181)
#BDD3BC
(189,211,188)
#C4D7C3
(196,215,195)
#CBDBCA
(203,219,202)
#D2DFD1
(210,223,209)
#D9E3D8
(217,227,216)
#E0E7DF
(224,231,223)
#E7EBE6
(231,235,230)
#EEEFED
(238,239,237)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCBAE; }

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

This text font color is #AFCBAE.


Background Color

.myBgColor { background-color: #AFCBAE; }

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

This div background color is #AFCBAE.


Border color

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

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

This div border color is #AFCBAE.


Opacity

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

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

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

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

This text has shadow with #AFCBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCBAE on black background.


Color preview on white background

This text has color #AFCBAE on white background.



Black color preview on #AFCBAE background

This text has black color on #AFCBAE background.


White color preview on #AFCBAE background

This text has white color on #AFCBAE background.