COLOR #AFB69E

HEX: #AFB69E
RGB: (175,182,158)

Color info

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

RGB color model

#AFB69E color RGB value is (175,182,158).

  • red value is 175;
  • green value is 182;
  • blue value is 158.
RGB:
(175,182,158)
(69%,71%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 158 of 255 = 62%

175
182
158

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

Portions of RGB colors in percentages

R + G + B =
175 + 182 + 158 = 515 (100%)
R 175 of 515 ~ 33.98%
G 182 of 515 ~ 35.34%
B 158 of 515 ~ 30.68%

%33.98
%35.34
%30.68

CMYK color model

#AFB69E color CMYK value is (4,0,13,29).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 28.63%
CMYK:
(4,0,13,29)
C4M0Y13K29 
(4%,0%,13%,29%)
(0.04/0.00/0.13/0.29)	

CMYK percentages

%3.85
%0
%13.19
%28.63

Codes

Color #AFB69E in popluar color models

AFB69E
RGB175182158
HSL78°14.12%66.67%
HSB/HSV78°13.19%71.37%
CMYK3.85%0.00%13.19%
28.63%

Color #AFB69E in popluar number systems.

HEXAFB69E
Decimal175182158
Binary101011111011011010011110
Octal257266236

Shades and tints

Shades of #AFB69E

#AFB69E
(175,182,158)
#A0A690
(160,166,144)
#919682
(145,150,130)
#828674
(130,134,116)
#737666
(115,118,102)
#646658
(100,102,88)
#55564A
(85,86,74)
#46463C
(70,70,60)
#37362E
(55,54,46)
#282620
(40,38,32)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #AFB69E

#AFB69E
(175,182,158)
#B6BCA6
(182,188,166)
#BDC2AE
(189,194,174)
#C4C8B6
(196,200,182)
#CBCEBE
(203,206,190)
#D2D4C6
(210,212,198)
#D9DACE
(217,218,206)
#E0E0D6
(224,224,214)
#E7E6DE
(231,230,222)
#EEECE6
(238,236,230)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB69E color. Also use rgb(175,182,158) instead hex code.

Text Font Color

.myTextColor { color: #AFB69E; }

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

This text font color is #AFB69E.


Background Color

.myBgColor { background-color: #AFB69E; }

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

This div background color is #AFB69E.


Border color

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

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

This div border color is #AFB69E.


Opacity

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

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

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

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

This text has shadow with #AFB69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB69E on black background.


Color preview on white background

This text has color #AFB69E on white background.



Black color preview on #AFB69E background

This text has black color on #AFB69E background.


White color preview on #AFB69E background

This text has white color on #AFB69E background.