COLOR #AFCB9D

HEX: #AFCB9D RGB: (175,203,157)

Color info

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

RGB color model

#AFCB9D color RGB value is (175,203,157).

RGB: (175,203,157) (69%, 80%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 157 of 255 = 62%

175
203
157

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

Portions of RGB colors in percentages

R + G + B = 175 + 203 + 157 = 535 (100%)
R 175 of 535 ~ 32.71%
G 203 of 535 ~ 37.94%
B 157 of 535 ~ 29.35'%

%32.71
%37.94
%29.35

CMYK color model

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

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

CMYK: (14,0,23,20)
C14M0Y23K20 (14%, 0%, 23%, 20%)
(0.14 / 0.00 / 0.23 / 0.20)

CMYK percentages

%13.79
%0
%22.66
%20.39

Codes

Color #AFCB9D in popluar color models

AF CB 9D
RGB 175 203 157
HSL 97° 30.67% 70.59%
HSB/HSV 97° 22.66% 79.61%
CMYK 13.79% 0.00% 22.66%
20.39%

Color #AFCB9D in popluar number systems.

HEX AF CB 9D
Decimal 175 203 157
Binary 10101111 11001011 10011101
Octal 257 313 235

Shades and tints

Shades of #AFCB9D

#AFCB9D
(175,203,157)
#A0B98F
(160,185,143)
#91A781
(145,167,129)
#829573
(130,149,115)
#738365
(115,131,101)
#647157
(100,113,87)
#555F49
(85,95,73)
#464D3B
(70,77,59)
#373B2D
(55,59,45)
#28291F
(40,41,31)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #AFCB9D

#AFCB9D
(175,203,157)
#B6CFA5
(182,207,165)
#BDD3AD
(189,211,173)
#C4D7B5
(196,215,181)
#CBDBBD
(203,219,189)
#D2DFC5
(210,223,197)
#D9E3CD
(217,227,205)
#E0E7D5
(224,231,213)
#E7EBDD
(231,235,221)
#EEEFE5
(238,239,229)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCB9D; }

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

This text font color is #AFCB9D.

Background Color

.myBgColor { background-color: #AFCB9D; }

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

This div background color is #AFCB9D.

Border color

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

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

This div border color is #AFCB9D.

Opacity

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

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

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

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

This text has shadow with #AFCB9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCB9D.

Preview

Color preview on black background

This text has color #AFCB9D on black background.


Color preview on white background

This text has color #AFCB9D on white background.


Black color preview on #AFCB9D background

This text has black color on #AFCB9D background.


White color preview on #AFCB9D background

This text has white color on #AFCB9D background.


Related colors

Complementary color

Complementary color for #hex is #503462.


I love getcolorcode.com

Triadic colors

1 #9DAFCB and #CB9DAF with #AFCB9D are triadic colors.

2 #9DCBAF and #CBAF9D with #AFCB9D are triadic colors.