COLOR #8E9269

HEX: #8E9269 RGB: (142,146,105)

Color info

#8E9269 contains red, green and blue colors in about the same proportion. Web safe color of #8E9269 is #999966 (or #996).

RGB color model

#8E9269 color RGB value is (142,146,105).

RGB: (142,146,105) (56%, 57%, 41%)

RGB channels and saturation

R 142 of 255 = 56%
G 146 of 255 = 57%
B 105 of 255 = 41%

142
146
105

R + G + B ~ 51%. #8E9269 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 146 + 105 = 393 (100%)
R 142 of 393 ~ 36.13%
G 146 of 393 ~ 37.15%
B 105 of 393 ~ 26.72'%

%36.13
%37.15
%26.72

CMYK color model

#8E9269 color CMYK value is (3,0,28,43).

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 28.08%
  • key color value is 42.75%

CMYK: (3,0,28,43)
C3M0Y28K43 (3%, 0%, 28%, 43%)
(0.03 / 0.00 / 0.28 / 0.43)

CMYK percentages

%2.74
%0
%28.08
%42.75

Codes

Color #8E9269 in popluar color models

8E 92 69
RGB 142 146 105
HSL 66° 16.33% 49.22%
HSB/HSV 66° 28.08% 57.25%
CMYK 2.74% 0.00% 28.08%
42.75%

Color #8E9269 in popluar number systems.

HEX 8E 92 69
Decimal 142 146 105
Binary 10001110 10010010 1101001
Octal 216 222 151

Shades and tints

Shades of #8E9269

#8E9269
(142,146,105)
#828560
(130,133,96)
#767857
(118,120,87)
#6A6B4E
(106,107,78)
#5E5E45
(94,94,69)
#52513C
(82,81,60)
#464433
(70,68,51)
#3A372A
(58,55,42)
#2E2A21
(46,42,33)
#221D18
(34,29,24)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #8E9269

#8E9269
(142,146,105)
#989B76
(152,155,118)
#A2A483
(162,164,131)
#ACAD90
(172,173,144)
#B6B69D
(182,182,157)
#C0BFAA
(192,191,170)
#CAC8B7
(202,200,183)
#D4D1C4
(212,209,196)
#DEDAD1
(222,218,209)
#E8E3DE
(232,227,222)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9269 color. Also use rgb(142,146,105) instead hex code.

Text Font Color

.myTextColor { color: #8E9269; }

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

This text font color is #8E9269.

Background Color

.myBgColor { background-color: #8E9269; }

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

This div background color is #8E9269.

Border color

.myBorderColor { border: 1px solid #8E9269; }

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

This div border color is #8E9269.

Opacity

.myOpacity80 { color: #8E9269; opacity: 0.8; }

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

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

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

This text has shadow with #8E9269 color.


.textShadow {text-shadow: 3px 3px 1px #8E9269', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8E9269; -webkit-box-shadow: 1px 1px 3px 2px #8E9269; box-shadow:1px 1px 3px 2px #8E9269;">
Div content here
</div>

This div box has shadow with color #8E9269.

Preview

Color preview on black background

This text has color #8E9269 on black background.


Color preview on white background

This text has color #8E9269 on white background.


Black color preview on #8E9269 background

This text has black color on #8E9269 background.


White color preview on #8E9269 background

This text has white color on #8E9269 background.


Related colors

Complementary color

Complementary color for #hex is #716D96.


I love getcolorcode.com

Triadic colors

1 #698E92 and #92698E with #8E9269 are triadic colors.

2 #69928E and #928E69 with #8E9269 are triadic colors.