COLOR #AFBCA8

HEX: #AFBCA8
RGB: (175,188,168)

Color info

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

RGB color model

#AFBCA8 color RGB value is (175,188,168).

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

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 168 of 255 = 66%

175
188
168

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

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 168 = 531 (100%)
R 175 of 531 ~ 32.96%
G 188 of 531 ~ 35.4%
B 168 of 531 ~ 31.64%

%32.96
%35.4
%31.64

CMYK color model

#AFBCA8 color CMYK value is (7,0,11,26).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 26.27%
CMYK:
(7,0,11,26)
C7M0Y11K26 
(7%,0%,11%,26%)
(0.07/0.00/0.11/0.26)	

CMYK percentages

%6.91
%0
%10.64
%26.27

Codes

Color #AFBCA8 in popluar color models

AFBCA8
RGB175188168
HSL99°12.99%69.80%
HSB/HSV99°10.64%73.73%
CMYK6.91%0.00%10.64%
26.27%

Color #AFBCA8 in popluar number systems.

HEXAFBCA8
Decimal175188168
Binary101011111011110010101000
Octal257274250

Shades and tints

Shades of #AFBCA8

#AFBCA8
(175,188,168)
#A0AB99
(160,171,153)
#919A8A
(145,154,138)
#82897B
(130,137,123)
#73786C
(115,120,108)
#64675D
(100,103,93)
#55564E
(85,86,78)
#46453F
(70,69,63)
#373430
(55,52,48)
#282321
(40,35,33)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #AFBCA8

#AFBCA8
(175,188,168)
#B6C2AF
(182,194,175)
#BDC8B6
(189,200,182)
#C4CEBD
(196,206,189)
#CBD4C4
(203,212,196)
#D2DACB
(210,218,203)
#D9E0D2
(217,224,210)
#E0E6D9
(224,230,217)
#E7ECE0
(231,236,224)
#EEF2E7
(238,242,231)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBCA8; }

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

This text font color is #AFBCA8.


Background Color

.myBgColor { background-color: #AFBCA8; }

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

This div background color is #AFBCA8.


Border color

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

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

This div border color is #AFBCA8.


Opacity

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

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

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

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

This text has shadow with #AFBCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBCA8 on black background.


Color preview on white background

This text has color #AFBCA8 on white background.



Black color preview on #AFBCA8 background

This text has black color on #AFBCA8 background.


White color preview on #AFBCA8 background

This text has white color on #AFBCA8 background.