COLOR #85B69D

HEX: #85B69D RGB: (133,182,157)

Color info

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

RGB color model

#85B69D color RGB value is (133,182,157).

RGB: (133,182,157) (52%, 71%, 62%)

RGB channels and saturation

R 133 of 255 = 52%
G 182 of 255 = 71%
B 157 of 255 = 62%

133
182
157

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

Portions of RGB colors in percentages

R + G + B = 133 + 182 + 157 = 472 (100%)
R 133 of 472 ~ 28.18%
G 182 of 472 ~ 38.56%
B 157 of 472 ~ 33.26'%

%28.18
%38.56
%33.26

CMYK color model

#85B69D color CMYK value is (27,0,14,29).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 13.74%
  • key color value is 28.63%

CMYK: (27,0,14,29)
C27M0Y14K29 (27%, 0%, 14%, 29%)
(0.27 / 0.00 / 0.14 / 0.29)

CMYK percentages

%26.92
%0
%13.74
%28.63

Codes

Color #85B69D in popluar color models

85 B6 9D
RGB 133 182 157
HSL 149° 25.13% 61.76%
HSB/HSV 149° 26.92% 71.37%
CMYK 26.92% 0.00% 13.74%
28.63%

Color #85B69D in popluar number systems.

HEX 85 B6 9D
Decimal 133 182 157
Binary 10000101 10110110 10011101
Octal 205 266 235

Shades and tints

Shades of #85B69D

#85B69D
(133,182,157)
#79A68F
(121,166,143)
#6D9681
(109,150,129)
#618673
(97,134,115)
#557665
(85,118,101)
#496657
(73,102,87)
#3D5649
(61,86,73)
#31463B
(49,70,59)
#25362D
(37,54,45)
#19261F
(25,38,31)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #85B69D

#85B69D
(133,182,157)
#90BCA5
(144,188,165)
#9BC2AD
(155,194,173)
#A6C8B5
(166,200,181)
#B1CEBD
(177,206,189)
#BCD4C5
(188,212,197)
#C7DACD
(199,218,205)
#D2E0D5
(210,224,213)
#DDE6DD
(221,230,221)
#E8ECE5
(232,236,229)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B69D; }

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

This text font color is #85B69D.

Background Color

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

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

This div background color is #85B69D.

Border color

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

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

This div border color is #85B69D.

Opacity

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

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

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

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

This text has shadow with #85B69D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B69D.

Preview

Color preview on black background

This text has color #85B69D on black background.


Color preview on white background

This text has color #85B69D on white background.


Black color preview on #85B69D background

This text has black color on #85B69D background.


White color preview on #85B69D background

This text has white color on #85B69D background.


Related colors

Complementary color

Complementary color for #hex is #7A4962.


I love getcolorcode.com

Triadic colors

1 #9D85B6 and #B69D85 with #85B69D are triadic colors.

2 #9DB685 and #B6859D with #85B69D are triadic colors.