COLOR #AFBEA1

HEX: #AFBEA1
RGB: (175,190,161)

Color info

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

RGB color model

#AFBEA1 color RGB value is (175,190,161).

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

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 161 of 255 = 63%

175
190
161

R + G + B ~ 69%. #AFBEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 161 = 526 (100%)
R 175 of 526 ~ 33.27%
G 190 of 526 ~ 36.12%
B 161 of 526 ~ 30.61%

%33.27
%36.12
%30.61

CMYK color model

#AFBEA1 color CMYK value is (8,0,15,25).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 15.26%
  • key color value is 25.49%
CMYK:
(8,0,15,25)
C8M0Y15K25 
(8%,0%,15%,25%)
(0.08/0.00/0.15/0.25)	

CMYK percentages

%7.89
%0
%15.26
%25.49

Codes

Color #AFBEA1 in popluar color models

AFBEA1
RGB175190161
HSL91°18.24%68.82%
HSB/HSV91°15.26%74.51%
CMYK7.89%0.00%15.26%
25.49%

Color #AFBEA1 in popluar number systems.

HEXAFBEA1
Decimal175190161
Binary101011111011111010100001
Octal257276241

Shades and tints

Shades of #AFBEA1

#AFBEA1
(175,190,161)
#A0AD93
(160,173,147)
#919C85
(145,156,133)
#828B77
(130,139,119)
#737A69
(115,122,105)
#64695B
(100,105,91)
#55584D
(85,88,77)
#46473F
(70,71,63)
#373631
(55,54,49)
#282523
(40,37,35)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #AFBEA1

#AFBEA1
(175,190,161)
#B6C3A9
(182,195,169)
#BDC8B1
(189,200,177)
#C4CDB9
(196,205,185)
#CBD2C1
(203,210,193)
#D2D7C9
(210,215,201)
#D9DCD1
(217,220,209)
#E0E1D9
(224,225,217)
#E7E6E1
(231,230,225)
#EEEBE9
(238,235,233)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEA1; }

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

This text font color is #AFBEA1.


Background Color

.myBgColor { background-color: #AFBEA1; }

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

This div background color is #AFBEA1.


Border color

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

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

This div border color is #AFBEA1.


Opacity

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

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

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

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

This text has shadow with #AFBEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBEA1 on black background.


Color preview on white background

This text has color #AFBEA1 on white background.



Black color preview on #AFBEA1 background

This text has black color on #AFBEA1 background.


White color preview on #AFBEA1 background

This text has white color on #AFBEA1 background.