COLOR #85AE8D

HEX: #85AE8D
RGB: (133,174,141)

Color info

#85AE8D contains red, green and blue colors in about the same proportion. Web safe color of #85AE8D is #999999 (or #999).

RGB color model

#85AE8D color RGB value is (133,174,141).

  • red value is 133;
  • green value is 174;
  • blue value is 141.
RGB:
(133,174,141)
(52%,68%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 174 of 255 = 68%
B 141 of 255 = 55%

133
174
141

R + G + B ~ 58%. #85AE8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 174 + 141 = 448 (100%)
R 133 of 448 ~ 29.69%
G 174 of 448 ~ 38.84%
B 141 of 448 ~ 31.47%

%29.69
%38.84
%31.47

CMYK color model

#85AE8D color CMYK value is (24,0,19,32).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(24,0,19,32)
C24M0Y19K32 
(24%,0%,19%,32%)
(0.24/0.00/0.19/0.32)	

CMYK percentages

%23.56
%0
%18.97
%31.76

Codes

Color #85AE8D in popluar color models

85AE8D
RGB133174141
HSL132°20.20%60.20%
HSB/HSV132°23.56%68.24%
CMYK23.56%0.00%18.97%
31.76%

Color #85AE8D in popluar number systems.

HEX85AE8D
Decimal133174141
Binary100001011010111010001101
Octal205256215

Shades and tints

Shades of #85AE8D

#85AE8D
(133,174,141)
#799F81
(121,159,129)
#6D9075
(109,144,117)
#618169
(97,129,105)
#55725D
(85,114,93)
#496351
(73,99,81)
#3D5445
(61,84,69)
#314539
(49,69,57)
#25362D
(37,54,45)
#192721
(25,39,33)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #85AE8D

#85AE8D
(133,174,141)
#90B597
(144,181,151)
#9BBCA1
(155,188,161)
#A6C3AB
(166,195,171)
#B1CAB5
(177,202,181)
#BCD1BF
(188,209,191)
#C7D8C9
(199,216,201)
#D2DFD3
(210,223,211)
#DDE6DD
(221,230,221)
#E8EDE7
(232,237,231)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AE8D color. Also use rgb(133,174,141) instead hex code.

Text Font Color

.myTextColor { color: #85AE8D; }

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

This text font color is #85AE8D.


Background Color

.myBgColor { background-color: #85AE8D; }

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

This div background color is #85AE8D.


Border color

.myBorderColor { border: 1px solid #85AE8D; }

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

This div border color is #85AE8D.


Opacity

.myOpacity80 { color: #85AE8D; opacity: 0.8; }

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

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

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

This text has shadow with #85AE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AE8D on black background.


Color preview on white background

This text has color #85AE8D on white background.



Black color preview on #85AE8D background

This text has black color on #85AE8D background.


White color preview on #85AE8D background

This text has white color on #85AE8D background.