COLOR #85BF6E

HEX: #85BF6E RGB: (133,191,110)

Color info

#85BF6E contains mainly red and green colors. Web safe color of #85BF6E is #99CC66 (or #9C6).

RGB color model

#85BF6E color RGB value is (133,191,110).

RGB: (133,191,110) (52%, 75%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 191 of 255 = 75%
B 110 of 255 = 43%

133
191
110

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

Portions of RGB colors in percentages

R + G + B = 133 + 191 + 110 = 434 (100%)
R 133 of 434 ~ 30.65%
G 191 of 434 ~ 44.01%
B 110 of 434 ~ 25.35'%

%30.65
%44.01
%25.35

CMYK color model

#85BF6E color CMYK value is (30,0,42,25).

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 42.41%
  • key color value is 25.10%

CMYK: (30,0,42,25)
C30M0Y42K25 (30%, 0%, 42%, 25%)
(0.30 / 0.00 / 0.42 / 0.25)

CMYK percentages

%30.37
%0
%42.41
%25.1

Codes

Color #85BF6E in popluar color models

85 BF 6E
RGB 133 191 110
HSL 103° 38.76% 59.02%
HSB/HSV 103° 42.41% 74.90%
CMYK 30.37% 0.00% 42.41%
25.10%

Color #85BF6E in popluar number systems.

HEX 85 BF 6E
Decimal 133 191 110
Binary 10000101 10111111 1101110
Octal 205 277 156

Shades and tints

Shades of #85BF6E

#85BF6E
(133,191,110)
#79AE64
(121,174,100)
#6D9D5A
(109,157,90)
#618C50
(97,140,80)
#557B46
(85,123,70)
#496A3C
(73,106,60)
#3D5932
(61,89,50)
#314828
(49,72,40)
#25371E
(37,55,30)
#192614
(25,38,20)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #85BF6E

#85BF6E
(133,191,110)
#90C47B
(144,196,123)
#9BC988
(155,201,136)
#A6CE95
(166,206,149)
#B1D3A2
(177,211,162)
#BCD8AF
(188,216,175)
#C7DDBC
(199,221,188)
#D2E2C9
(210,226,201)
#DDE7D6
(221,231,214)
#E8ECE3
(232,236,227)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BF6E color. Also use rgb(133,191,110) instead hex code.

Text Font Color

.myTextColor { color: #85BF6E; }

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

This text font color is #85BF6E.

Background Color

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

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

This div background color is #85BF6E.

Border color

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

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

This div border color is #85BF6E.

Opacity

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

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

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

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

This text has shadow with #85BF6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BF6E.

Preview

Color preview on black background

This text has color #85BF6E on black background.


Color preview on white background

This text has color #85BF6E on white background.


Black color preview on #85BF6E background

This text has black color on #85BF6E background.


White color preview on #85BF6E background

This text has white color on #85BF6E background.


Related colors

Complementary color

Complementary color for #hex is #7A4091.


I love getcolorcode.com

Triadic colors

1 #6E85BF and #BF6E85 with #85BF6E are triadic colors.

2 #6EBF85 and #BF856E with #85BF6E are triadic colors.