COLOR #85BD81

HEX: #85BD81
RGB: (133,189,129)

Color info

#85BD81 contains mainly red and green colors. Web safe color of #85BD81 is #99CC99 (or #9C9).

RGB color model

#85BD81 color RGB value is (133,189,129).

  • red value is 133;
  • green value is 189;
  • blue value is 129.
RGB: (133,189,129) (52%,74%,51%)

RGB channels and saturation

R 133 of 255 = 52%
G 189 of 255 = 74%
B 129 of 255 = 51%

133
189
129

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

Portions of RGB colors in percentages

R + G + B =
133 + 189 + 129 = 451 (100%)
R 133 of 451 ~ 29.49%
G 189 of 451 ~ 41.91%
B 129 of 451 ~ 28.6%

%29.49
%41.91
%28.6

CMYK color model

#85BD81 color CMYK value is (30,0,32,26).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 31.75%
  • key color value is 25.88%
CMYK: (30,0,32,26) C30M0Y32K26 (30%,0%,32%,26%) (0.30/0.00/0.32/0.26)

CMYK percentages

%29.63
%0
%31.75
%25.88

Codes

Color #85BD81 in popluar color models

85BD81
RGB133189129
HSL116°31.25%62.35%
HSB/HSV116°31.75%74.12%
CMYK29.63%0.00%31.75%
25.88%

Color #85BD81 in popluar number systems.

HEX85BD81
Decimal133189129
Binary100001011011110110000001
Octal205275201

Shades and tints

Shades of #85BD81

#85BD81
(133,189,129)
#79AC76
(121,172,118)
#6D9B6B
(109,155,107)
#618A60
(97,138,96)
#557955
(85,121,85)
#49684A
(73,104,74)
#3D573F
(61,87,63)
#314634
(49,70,52)
#253529
(37,53,41)
#19241E
(25,36,30)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #85BD81

#85BD81
(133,189,129)
#90C38C
(144,195,140)
#9BC997
(155,201,151)
#A6CFA2
(166,207,162)
#B1D5AD
(177,213,173)
#BCDBB8
(188,219,184)
#C7E1C3
(199,225,195)
#D2E7CE
(210,231,206)
#DDEDD9
(221,237,217)
#E8F3E4
(232,243,228)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BD81 color. Also use rgb(133,189,129) instead hex code.

Text Font Color

.myTextColor { color: #85BD81; }

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

This text font color is #85BD81.


Background Color

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

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

This div background color is #85BD81.


Border color

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

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

This div border color is #85BD81.


Opacity

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

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

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

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

This text has shadow with #85BD81 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #85BD81 on black background.


Color preview on white background

This text has color #85BD81 on white background.



Black color preview on #85BD81 background

This text has black color on #85BD81 background.


White color preview on #85BD81 background

This text has white color on #85BD81 background.