COLOR #85B99D

HEX: #85B99D
RGB: (133,185,157)

Color info

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

RGB color model

#85B99D color RGB value is (133,185,157).

  • red value is 133;
  • green value is 185;
  • blue value is 157.
RGB:
(133,185,157)
(52%,73%,62%)

RGB channels and saturation

R 133 of 255 = 52%
G 185 of 255 = 73%
B 157 of 255 = 62%

133
185
157

R + G + B ~ 62%. #85B99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 185 + 157 = 475 (100%)
R 133 of 475 ~ 28%
G 185 of 475 ~ 38.95%
B 157 of 475 ~ 33.05%

%28
%38.95
%33.05

CMYK color model

#85B99D color CMYK value is (28,0,15,27).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 27.45%
CMYK:
(28,0,15,27)
C28M0Y15K27 
(28%,0%,15%,27%)
(0.28/0.00/0.15/0.27)	

CMYK percentages

%28.11
%0
%15.14
%27.45

Codes

Color #85B99D in popluar color models

85B99D
RGB133185157
HSL148°27.08%62.35%
HSB/HSV148°28.11%72.55%
CMYK28.11%0.00%15.14%
27.45%

Color #85B99D in popluar number systems.

HEX85B99D
Decimal133185157
Binary100001011011100110011101
Octal205271235

Shades and tints

Shades of #85B99D

#85B99D
(133,185,157)
#79A98F
(121,169,143)
#6D9981
(109,153,129)
#618973
(97,137,115)
#557965
(85,121,101)
#496957
(73,105,87)
#3D5949
(61,89,73)
#31493B
(49,73,59)
#25392D
(37,57,45)
#19291F
(25,41,31)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #85B99D

#85B99D
(133,185,157)
#90BFA5
(144,191,165)
#9BC5AD
(155,197,173)
#A6CBB5
(166,203,181)
#B1D1BD
(177,209,189)
#BCD7C5
(188,215,197)
#C7DDCD
(199,221,205)
#D2E3D5
(210,227,213)
#DDE9DD
(221,233,221)
#E8EFE5
(232,239,229)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B99D color. Also use rgb(133,185,157) instead hex code.

Text Font Color

.myTextColor { color: #85B99D; }

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

This text font color is #85B99D.


Background Color

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

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

This div background color is #85B99D.


Border color

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

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

This div border color is #85B99D.


Opacity

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

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

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

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

This text has shadow with #85B99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B99D on black background.


Color preview on white background

This text has color #85B99D on white background.



Black color preview on #85B99D background

This text has black color on #85B99D background.


White color preview on #85B99D background

This text has white color on #85B99D background.