COLOR #AFCB8D

HEX: #AFCB8D
RGB: (175,203,141)

Color info

#AFCB8D contains mainly red and green colors. Web safe color of #AFCB8D is #99CC99 (or #9C9).

RGB color model

#AFCB8D color RGB value is (175,203,141).

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

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 141 of 255 = 55%

175
203
141

R + G + B ~ 68%. #AFCB8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 203 + 141 = 519 (100%)
R 175 of 519 ~ 33.72%
G 203 of 519 ~ 39.11%
B 141 of 519 ~ 27.17%

%33.72
%39.11
%27.17

CMYK color model

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

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 30.54%
  • key color value is 20.39%
CMYK:
(14,0,31,20)
C14M0Y31K20 
(14%,0%,31%,20%)
(0.14/0.00/0.31/0.20)	

CMYK percentages

%13.79
%0
%30.54
%20.39

Codes

Color #AFCB8D in popluar color models

AFCB8D
RGB175203141
HSL87°37.35%67.45%
HSB/HSV87°30.54%79.61%
CMYK13.79%0.00%30.54%
20.39%

Color #AFCB8D in popluar number systems.

HEXAFCB8D
Decimal175203141
Binary101011111100101110001101
Octal257313215

Shades and tints

Shades of #AFCB8D

#AFCB8D
(175,203,141)
#A0B981
(160,185,129)
#91A775
(145,167,117)
#829569
(130,149,105)
#73835D
(115,131,93)
#647151
(100,113,81)
#555F45
(85,95,69)
#464D39
(70,77,57)
#373B2D
(55,59,45)
#282921
(40,41,33)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #AFCB8D

#AFCB8D
(175,203,141)
#B6CF97
(182,207,151)
#BDD3A1
(189,211,161)
#C4D7AB
(196,215,171)
#CBDBB5
(203,219,181)
#D2DFBF
(210,223,191)
#D9E3C9
(217,227,201)
#E0E7D3
(224,231,211)
#E7EBDD
(231,235,221)
#EEEFE7
(238,239,231)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCB8D; }

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

This text font color is #AFCB8D.


Background Color

.myBgColor { background-color: #AFCB8D; }

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

This div background color is #AFCB8D.


Border color

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

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

This div border color is #AFCB8D.


Opacity

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

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

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

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

This text has shadow with #AFCB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCB8D on black background.


Color preview on white background

This text has color #AFCB8D on white background.



Black color preview on #AFCB8D background

This text has black color on #AFCB8D background.


White color preview on #AFCB8D background

This text has white color on #AFCB8D background.