COLOR #AFCBA8

HEX: #AFCBA8 RGB: (175,203,168)

Color info

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

RGB color model

#AFCBA8 color RGB value is (175,203,168).

RGB: (175,203,168) (69%, 80%, 66%)

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 168 of 255 = 66%

175
203
168

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

Portions of RGB colors in percentages

R + G + B = 175 + 203 + 168 = 546 (100%)
R 175 of 546 ~ 32.05%
G 203 of 546 ~ 37.18%
B 168 of 546 ~ 30.77'%

%32.05
%37.18
%30.77

CMYK color model

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

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 20.39%

CMYK: (14,0,17,20)
C14M0Y17K20 (14%, 0%, 17%, 20%)
(0.14 / 0.00 / 0.17 / 0.20)

CMYK percentages

%13.79
%0
%17.24
%20.39

Codes

Color #AFCBA8 in popluar color models

AF CB A8
RGB 175 203 168
HSL 108° 25.18% 72.75%
HSB/HSV 108° 17.24% 79.61%
CMYK 13.79% 0.00% 17.24%
20.39%

Color #AFCBA8 in popluar number systems.

HEX AF CB A8
Decimal 175 203 168
Binary 10101111 11001011 10101000
Octal 257 313 250

Shades and tints

Shades of #AFCBA8

#AFCBA8
(175,203,168)
#A0B999
(160,185,153)
#91A78A
(145,167,138)
#82957B
(130,149,123)
#73836C
(115,131,108)
#64715D
(100,113,93)
#555F4E
(85,95,78)
#464D3F
(70,77,63)
#373B30
(55,59,48)
#282921
(40,41,33)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #AFCBA8

#AFCBA8
(175,203,168)
#B6CFAF
(182,207,175)
#BDD3B6
(189,211,182)
#C4D7BD
(196,215,189)
#CBDBC4
(203,219,196)
#D2DFCB
(210,223,203)
#D9E3D2
(217,227,210)
#E0E7D9
(224,231,217)
#E7EBE0
(231,235,224)
#EEEFE7
(238,239,231)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCBA8; }

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

This text font color is #AFCBA8.

Background Color

.myBgColor { background-color: #AFCBA8; }

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

This div background color is #AFCBA8.

Border color

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

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

This div border color is #AFCBA8.

Opacity

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

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

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

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

This text has shadow with #AFCBA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCBA8.

Preview

Color preview on black background

This text has color #AFCBA8 on black background.


Color preview on white background

This text has color #AFCBA8 on white background.


Black color preview on #AFCBA8 background

This text has black color on #AFCBA8 background.


White color preview on #AFCBA8 background

This text has white color on #AFCBA8 background.


Related colors

Complementary color

Complementary color for #hex is #503457.


I love getcolorcode.com

Triadic colors

1 #A8AFCB and #CBA8AF with #AFCBA8 are triadic colors.

2 #A8CBAF and #CBAFA8 with #AFCBA8 are triadic colors.