COLOR #AFCB90

HEX: #AFCB90
RGB: (175,203,144)

Color info

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

RGB color model

#AFCB90 color RGB value is (175,203,144).

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

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 144 of 255 = 56%

175
203
144

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

Portions of RGB colors in percentages

R + G + B =
175 + 203 + 144 = 522 (100%)
R 175 of 522 ~ 33.52%
G 203 of 522 ~ 38.89%
B 144 of 522 ~ 27.59%

%33.52
%38.89
%27.59

CMYK color model

#AFCB90 color CMYK value is (14,0,29,20).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 29.06%
  • key color value is 20.39%
CMYK:
(14,0,29,20)
C14M0Y29K20 
(14%,0%,29%,20%)
(0.14/0.00/0.29/0.20)	

CMYK percentages

%13.79
%0
%29.06
%20.39

Codes

Color #AFCB90 in popluar color models

AFCB90
RGB175203144
HSL88°36.20%68.04%
HSB/HSV88°29.06%79.61%
CMYK13.79%0.00%29.06%
20.39%

Color #AFCB90 in popluar number systems.

HEXAFCB90
Decimal175203144
Binary101011111100101110010000
Octal257313220

Shades and tints

Shades of #AFCB90

#AFCB90
(175,203,144)
#A0B983
(160,185,131)
#91A776
(145,167,118)
#829569
(130,149,105)
#73835C
(115,131,92)
#64714F
(100,113,79)
#555F42
(85,95,66)
#464D35
(70,77,53)
#373B28
(55,59,40)
#28291B
(40,41,27)
#19170E
(25,23,14)
#000000
(0,0,0)

Tints of #AFCB90

#AFCB90
(175,203,144)
#B6CF9A
(182,207,154)
#BDD3A4
(189,211,164)
#C4D7AE
(196,215,174)
#CBDBB8
(203,219,184)
#D2DFC2
(210,223,194)
#D9E3CC
(217,227,204)
#E0E7D6
(224,231,214)
#E7EBE0
(231,235,224)
#EEEFEA
(238,239,234)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCB90; }

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

This text font color is #AFCB90.


Background Color

.myBgColor { background-color: #AFCB90; }

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

This div background color is #AFCB90.


Border color

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

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

This div border color is #AFCB90.


Opacity

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

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

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

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

This text has shadow with #AFCB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCB90 on black background.


Color preview on white background

This text has color #AFCB90 on white background.



Black color preview on #AFCB90 background

This text has black color on #AFCB90 background.


White color preview on #AFCB90 background

This text has white color on #AFCB90 background.