COLOR #85B78D

HEX: #85B78D RGB: (133,183,141)

Color info

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

RGB color model

#85B78D color RGB value is (133,183,141).

RGB: (133,183,141) (52%, 72%, 55%)

RGB channels and saturation

R 133 of 255 = 52%
G 183 of 255 = 72%
B 141 of 255 = 55%

133
183
141

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

Portions of RGB colors in percentages

R + G + B = 133 + 183 + 141 = 457 (100%)
R 133 of 457 ~ 29.1%
G 183 of 457 ~ 40.04%
B 141 of 457 ~ 30.85'%

%29.1
%40.04
%30.85

CMYK color model

#85B78D color CMYK value is (27,0,23,28).

  • cyan value is 27.32%
  • magenta value is 0.00%
  • yellow value is 22.95%
  • key color value is 28.24%
CMYK: (27,0,23,28) C27M0Y23K28 (27%,0%,23%,28%) (0.27/0.00/0.23/0.28) 

CMYK percentages

%27.32
%0
%22.95
%28.24

Codes

Color #85B78D in popluar color models

85 B7 8D
RGB 133 183 141
HSL 130° 25.77% 61.96%
HSB/HSV 130° 27.32% 71.76%
CMYK 27.32% 0.00% 22.95%
28.24%

Color #85B78D in popluar number systems.

HEX 85 B7 8D
Decimal 133 183 141
Binary 10000101 10110111 10001101
Octal 205 267 215

Shades and tints

Shades of #85B78D

#85B78D
(133,183,141)
#79A781
(121,167,129)
#6D9775
(109,151,117)
#618769
(97,135,105)
#55775D
(85,119,93)
#496751
(73,103,81)
#3D5745
(61,87,69)
#314739
(49,71,57)
#25372D
(37,55,45)
#192721
(25,39,33)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #85B78D

#85B78D
(133,183,141)
#90BD97
(144,189,151)
#9BC3A1
(155,195,161)
#A6C9AB
(166,201,171)
#B1CFB5
(177,207,181)
#BCD5BF
(188,213,191)
#C7DBC9
(199,219,201)
#D2E1D3
(210,225,211)
#DDE7DD
(221,231,221)
#E8EDE7
(232,237,231)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B78D; }

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

This text font color is #85B78D.

Background Color

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

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

This div background color is #85B78D.

Border color

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

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

This div border color is #85B78D.

Opacity

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

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

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

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

This text has shadow with #85B78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B78D.

Preview

Color preview on black background

This text has color #85B78D on black background.


Color preview on white background

This text has color #85B78D on white background.


Black color preview on #85B78D background

This text has black color on #85B78D background.


White color preview on #85B78D background

This text has white color on #85B78D background.


Related colors

Complementary color

Complementary color for #hex is #7A4872.


I love getcolorcode.com

Triadic colors

1 #8D85B7 and #B78D85 with #85B78D are triadic colors.

2 #8DB785 and #B7858D with #85B78D are triadic colors.