COLOR #AFBCAA

HEX: #AFBCAA
RGB: (175,188,170)

Color info

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

RGB color model

#AFBCAA color RGB value is (175,188,170).

  • red value is 175;
  • green value is 188;
  • blue value is 170.
RGB:
(175,188,170)
(69%,74%,67%)

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 170 of 255 = 67%

175
188
170

R + G + B ~ 70%. #AFBCAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 170 = 533 (100%)
R 175 of 533 ~ 32.83%
G 188 of 533 ~ 35.27%
B 170 of 533 ~ 31.89%

%32.83
%35.27
%31.89

CMYK color model

#AFBCAA color CMYK value is (7,0,10,26).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 26.27%
CMYK:
(7,0,10,26)
C7M0Y10K26 
(7%,0%,10%,26%)
(0.07/0.00/0.10/0.26)	

CMYK percentages

%6.91
%0
%9.57
%26.27

Codes

Color #AFBCAA in popluar color models

AFBCAA
RGB175188170
HSL103°11.84%70.20%
HSB/HSV103°9.57%73.73%
CMYK6.91%0.00%9.57%
26.27%

Color #AFBCAA in popluar number systems.

HEXAFBCAA
Decimal175188170
Binary101011111011110010101010
Octal257274252

Shades and tints

Shades of #AFBCAA

#AFBCAA
(175,188,170)
#A0AB9B
(160,171,155)
#919A8C
(145,154,140)
#82897D
(130,137,125)
#73786E
(115,120,110)
#64675F
(100,103,95)
#555650
(85,86,80)
#464541
(70,69,65)
#373432
(55,52,50)
#282323
(40,35,35)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #AFBCAA

#AFBCAA
(175,188,170)
#B6C2B1
(182,194,177)
#BDC8B8
(189,200,184)
#C4CEBF
(196,206,191)
#CBD4C6
(203,212,198)
#D2DACD
(210,218,205)
#D9E0D4
(217,224,212)
#E0E6DB
(224,230,219)
#E7ECE2
(231,236,226)
#EEF2E9
(238,242,233)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBCAA color. Also use rgb(175,188,170) instead hex code.

Text Font Color

.myTextColor { color: #AFBCAA; }

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

This text font color is #AFBCAA.


Background Color

.myBgColor { background-color: #AFBCAA; }

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

This div background color is #AFBCAA.


Border color

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

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

This div border color is #AFBCAA.


Opacity

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

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

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

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

This text has shadow with #AFBCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBCAA on black background.


Color preview on white background

This text has color #AFBCAA on white background.



Black color preview on #AFBCAA background

This text has black color on #AFBCAA background.


White color preview on #AFBCAA background

This text has white color on #AFBCAA background.