COLOR #85BB91

HEX: #85BB91 RGB: (133,187,145)

Color info

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

RGB color model

#85BB91 color RGB value is (133,187,145).

RGB: (133,187,145) (52%, 73%, 57%)

RGB channels and saturation

R 133 of 255 = 52%
G 187 of 255 = 73%
B 145 of 255 = 57%

133
187
145

R + G + B ~ 61%. #85BB91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 187 + 145 = 465 (100%)
R 133 of 465 ~ 28.6%
G 187 of 465 ~ 40.22%
B 145 of 465 ~ 31.18'%

%28.6
%40.22
%31.18

CMYK color model

#85BB91 color CMYK value is (29,0,22,27).

  • cyan value is 28.88%
  • magenta value is 0.00%
  • yellow value is 22.46%
  • key color value is 26.67%

CMYK: (29,0,22,27)
C29M0Y22K27 (29%, 0%, 22%, 27%)
(0.29 / 0.00 / 0.22 / 0.27)

CMYK percentages

%28.88
%0
%22.46
%26.67

Codes

Color #85BB91 in popluar color models

85 BB 91
RGB 133 187 145
HSL 133° 28.42% 62.75%
HSB/HSV 133° 28.88% 73.33%
CMYK 28.88% 0.00% 22.46%
26.67%

Color #85BB91 in popluar number systems.

HEX 85 BB 91
Decimal 133 187 145
Binary 10000101 10111011 10010001
Octal 205 273 221

Shades and tints

Shades of #85BB91

#85BB91
(133,187,145)
#79AA84
(121,170,132)
#6D9977
(109,153,119)
#61886A
(97,136,106)
#55775D
(85,119,93)
#496650
(73,102,80)
#3D5543
(61,85,67)
#314436
(49,68,54)
#253329
(37,51,41)
#19221C
(25,34,28)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #85BB91

#85BB91
(133,187,145)
#90C19B
(144,193,155)
#9BC7A5
(155,199,165)
#A6CDAF
(166,205,175)
#B1D3B9
(177,211,185)
#BCD9C3
(188,217,195)
#C7DFCD
(199,223,205)
#D2E5D7
(210,229,215)
#DDEBE1
(221,235,225)
#E8F1EB
(232,241,235)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BB91 color. Also use rgb(133,187,145) instead hex code.

Text Font Color

.myTextColor { color: #85BB91; }

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

This text font color is #85BB91.

Background Color

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

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

This div background color is #85BB91.

Border color

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

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

This div border color is #85BB91.

Opacity

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

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

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

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

This text has shadow with #85BB91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BB91.

Preview

Color preview on black background

This text has color #85BB91 on black background.


Color preview on white background

This text has color #85BB91 on white background.


Black color preview on #85BB91 background

This text has black color on #85BB91 background.


White color preview on #85BB91 background

This text has white color on #85BB91 background.


Related colors

Complementary color

Complementary color for #hex is #7A446E.


I love getcolorcode.com

Triadic colors

1 #9185BB and #BB9185 with #85BB91 are triadic colors.

2 #91BB85 and #BB8591 with #85BB91 are triadic colors.