COLOR #AFBE90

HEX: #AFBE90
RGB: (175,190,144)

Color info

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

RGB color model

#AFBE90 color RGB value is (175,190,144).

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

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 144 of 255 = 56%

175
190
144

R + G + B ~ 67%. #AFBE90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 144 = 509 (100%)
R 175 of 509 ~ 34.38%
G 190 of 509 ~ 37.33%
B 144 of 509 ~ 28.29%

%34.38
%37.33
%28.29

CMYK color model

#AFBE90 color CMYK value is (8,0,24,25).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK:
(8,0,24,25)
C8M0Y24K25 
(8%,0%,24%,25%)
(0.08/0.00/0.24/0.25)	

CMYK percentages

%7.89
%0
%24.21
%25.49

Codes

Color #AFBE90 in popluar color models

AFBE90
RGB175190144
HSL80°26.14%65.49%
HSB/HSV80°24.21%74.51%
CMYK7.89%0.00%24.21%
25.49%

Color #AFBE90 in popluar number systems.

HEXAFBE90
Decimal175190144
Binary101011111011111010010000
Octal257276220

Shades and tints

Shades of #AFBE90

#AFBE90
(175,190,144)
#A0AD83
(160,173,131)
#919C76
(145,156,118)
#828B69
(130,139,105)
#737A5C
(115,122,92)
#64694F
(100,105,79)
#555842
(85,88,66)
#464735
(70,71,53)
#373628
(55,54,40)
#28251B
(40,37,27)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #AFBE90

#AFBE90
(175,190,144)
#B6C39A
(182,195,154)
#BDC8A4
(189,200,164)
#C4CDAE
(196,205,174)
#CBD2B8
(203,210,184)
#D2D7C2
(210,215,194)
#D9DCCC
(217,220,204)
#E0E1D6
(224,225,214)
#E7E6E0
(231,230,224)
#EEEBEA
(238,235,234)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBE90; }

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

This text font color is #AFBE90.


Background Color

.myBgColor { background-color: #AFBE90; }

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

This div background color is #AFBE90.


Border color

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

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

This div border color is #AFBE90.


Opacity

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

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

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

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

This text has shadow with #AFBE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBE90 on black background.


Color preview on white background

This text has color #AFBE90 on white background.



Black color preview on #AFBE90 background

This text has black color on #AFBE90 background.


White color preview on #AFBE90 background

This text has white color on #AFBE90 background.