COLOR #85B68D

HEX: #85B68D RGB: (133,182,141)

Color info

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

RGB color model

#85B68D color RGB value is (133,182,141).

RGB: (133,182,141) (52%, 71%, 55%)

RGB channels and saturation

R 133 of 255 = 52%
G 182 of 255 = 71%
B 141 of 255 = 55%

133
182
141

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

Portions of RGB colors in percentages

R + G + B = 133 + 182 + 141 = 456 (100%)
R 133 of 456 ~ 29.17%
G 182 of 456 ~ 39.91%
B 141 of 456 ~ 30.92'%

%29.17
%39.91
%30.92

CMYK color model

#85B68D color CMYK value is (27,0,23,29).

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

CMYK: (27,0,23,29)
C27M0Y23K29 (27%, 0%, 23%, 29%)
(0.27 / 0.00 / 0.23 / 0.29)

CMYK percentages

%26.92
%0
%22.53
%28.63

Codes

Color #85B68D in popluar color models

85 B6 8D
RGB 133 182 141
HSL 130° 25.13% 61.76%
HSB/HSV 130° 26.92% 71.37%
CMYK 26.92% 0.00% 22.53%
28.63%

Color #85B68D in popluar number systems.

HEX 85 B6 8D
Decimal 133 182 141
Binary 10000101 10110110 10001101
Octal 205 266 215

Shades and tints

Shades of #85B68D

#85B68D
(133,182,141)
#79A681
(121,166,129)
#6D9675
(109,150,117)
#618669
(97,134,105)
#55765D
(85,118,93)
#496651
(73,102,81)
#3D5645
(61,86,69)
#314639
(49,70,57)
#25362D
(37,54,45)
#192621
(25,38,33)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #85B68D

#85B68D
(133,182,141)
#90BC97
(144,188,151)
#9BC2A1
(155,194,161)
#A6C8AB
(166,200,171)
#B1CEB5
(177,206,181)
#BCD4BF
(188,212,191)
#C7DAC9
(199,218,201)
#D2E0D3
(210,224,211)
#DDE6DD
(221,230,221)
#E8ECE7
(232,236,231)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B68D; }

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

This text font color is #85B68D.

Background Color

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

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

This div background color is #85B68D.

Border color

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

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

This div border color is #85B68D.

Opacity

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

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

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

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

This text has shadow with #85B68D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B68D.

Preview

Color preview on black background

This text has color #85B68D on black background.


Color preview on white background

This text has color #85B68D on white background.


Black color preview on #85B68D background

This text has black color on #85B68D background.


White color preview on #85B68D background

This text has white color on #85B68D background.


Related colors

Complementary color

Complementary color for #hex is #7A4972.


I love getcolorcode.com

Triadic colors

1 #8D85B6 and #B68D85 with #85B68D are triadic colors.

2 #8DB685 and #B6858D with #85B68D are triadic colors.