COLOR #85BD93

HEX: #85BD93 RGB: (133,189,147)

Color info

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

RGB color model

#85BD93 color RGB value is (133,189,147).

RGB: (133,189,147) (52%, 74%, 58%)

RGB channels and saturation

R 133 of 255 = 52%
G 189 of 255 = 74%
B 147 of 255 = 58%

133
189
147

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

Portions of RGB colors in percentages

R + G + B = 133 + 189 + 147 = 469 (100%)
R 133 of 469 ~ 28.36%
G 189 of 469 ~ 40.3%
B 147 of 469 ~ 31.34'%

%28.36
%40.3
%31.34

CMYK color model

#85BD93 color CMYK value is (30,0,22,26).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 25.88%
CMYK: (30,0,22,26) C30M0Y22K26 (30%,0%,22%,26%) (0.30/0.00/0.22/0.26) 

CMYK percentages

%29.63
%0
%22.22
%25.88

Codes

Color #85BD93 in popluar color models

85 BD 93
RGB 133 189 147
HSL 135° 29.79% 63.14%
HSB/HSV 135° 29.63% 74.12%
CMYK 29.63% 0.00% 22.22%
25.88%

Color #85BD93 in popluar number systems.

HEX 85 BD 93
Decimal 133 189 147
Binary 10000101 10111101 10010011
Octal 205 275 223

Shades and tints

Shades of #85BD93

#85BD93
(133,189,147)
#79AC86
(121,172,134)
#6D9B79
(109,155,121)
#618A6C
(97,138,108)
#55795F
(85,121,95)
#496852
(73,104,82)
#3D5745
(61,87,69)
#314638
(49,70,56)
#25352B
(37,53,43)
#19241E
(25,36,30)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #85BD93

#85BD93
(133,189,147)
#90C39C
(144,195,156)
#9BC9A5
(155,201,165)
#A6CFAE
(166,207,174)
#B1D5B7
(177,213,183)
#BCDBC0
(188,219,192)
#C7E1C9
(199,225,201)
#D2E7D2
(210,231,210)
#DDEDDB
(221,237,219)
#E8F3E4
(232,243,228)
#F3F9ED
(243,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BD93; }

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

This text font color is #85BD93.

Background Color

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

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

This div background color is #85BD93.

Border color

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

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

This div border color is #85BD93.

Opacity

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

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

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

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

This text has shadow with #85BD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BD93.

Preview

Color preview on black background

This text has color #85BD93 on black background.


Color preview on white background

This text has color #85BD93 on white background.


Black color preview on #85BD93 background

This text has black color on #85BD93 background.


White color preview on #85BD93 background

This text has white color on #85BD93 background.


Related colors

Complementary color

Complementary color for #hex is #7A426C.


I love getcolorcode.com

Triadic colors

1 #9385BD and #BD9385 with #85BD93 are triadic colors.

2 #93BD85 and #BD8593 with #85BD93 are triadic colors.