COLOR #85BE8D

HEX: #85BE8D
RGB: (133,190,141)

Color info

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

RGB color model

#85BE8D color RGB value is (133,190,141).

  • red value is 133;
  • green value is 190;
  • blue value is 141.
RGB:
(133,190,141)
(52%,75%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 190 of 255 = 75%
B 141 of 255 = 55%

133
190
141

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

Portions of RGB colors in percentages

R + G + B =
133 + 190 + 141 = 464 (100%)
R 133 of 464 ~ 28.66%
G 190 of 464 ~ 40.95%
B 141 of 464 ~ 30.39%

%28.66
%40.95
%30.39

CMYK color model

#85BE8D color CMYK value is (30,0,26,25).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 25.79%
  • key color value is 25.49%
CMYK:
(30,0,26,25)
C30M0Y26K25 
(30%,0%,26%,25%)
(0.30/0.00/0.26/0.25)	

CMYK percentages

%30
%0
%25.79
%25.49

Codes

Color #85BE8D in popluar color models

85BE8D
RGB133190141
HSL128°30.48%63.33%
HSB/HSV128°30.00%74.51%
CMYK30.00%0.00%25.79%
25.49%

Color #85BE8D in popluar number systems.

HEX85BE8D
Decimal133190141
Binary100001011011111010001101
Octal205276215

Shades and tints

Shades of #85BE8D

#85BE8D
(133,190,141)
#79AD81
(121,173,129)
#6D9C75
(109,156,117)
#618B69
(97,139,105)
#557A5D
(85,122,93)
#496951
(73,105,81)
#3D5845
(61,88,69)
#314739
(49,71,57)
#25362D
(37,54,45)
#192521
(25,37,33)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #85BE8D

#85BE8D
(133,190,141)
#90C397
(144,195,151)
#9BC8A1
(155,200,161)
#A6CDAB
(166,205,171)
#B1D2B5
(177,210,181)
#BCD7BF
(188,215,191)
#C7DCC9
(199,220,201)
#D2E1D3
(210,225,211)
#DDE6DD
(221,230,221)
#E8EBE7
(232,235,231)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BE8D; }

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

This text font color is #85BE8D.


Background Color

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

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

This div background color is #85BE8D.


Border color

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

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

This div border color is #85BE8D.


Opacity

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

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

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

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

This text has shadow with #85BE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BE8D on black background.


Color preview on white background

This text has color #85BE8D on white background.



Black color preview on #85BE8D background

This text has black color on #85BE8D background.


White color preview on #85BE8D background

This text has white color on #85BE8D background.