COLOR #85CB8A

HEX: #85CB8A RGB: (133,203,138)

Color info

#85CB8A contains mainly green color. Web safe color of #85CB8A is #99CC99 (or #9C9).

RGB color model

#85CB8A color RGB value is (133,203,138).

RGB: (133,203,138) (52%, 80%, 54%)

RGB channels and saturation

R 133 of 255 = 52%
G 203 of 255 = 80%
B 138 of 255 = 54%

133
203
138

R + G + B ~ 62%. #85CB8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 203 + 138 = 474 (100%)
R 133 of 474 ~ 28.06%
G 203 of 474 ~ 42.83%
B 138 of 474 ~ 29.11'%

%28.06
%42.83
%29.11

CMYK color model

#85CB8A color CMYK value is (34,0,32,20).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 32.02%
  • key color value is 20.39%

CMYK: (34,0,32,20)
C34M0Y32K20 (34%, 0%, 32%, 20%)
(0.34 / 0.00 / 0.32 / 0.20)

CMYK percentages

%34.48
%0
%32.02
%20.39

Codes

Color #85CB8A in popluar color models

85 CB 8A
RGB 133 203 138
HSL 124° 40.23% 65.88%
HSB/HSV 124° 34.48% 79.61%
CMYK 34.48% 0.00% 32.02%
20.39%

Color #85CB8A in popluar number systems.

HEX 85 CB 8A
Decimal 133 203 138
Binary 10000101 11001011 10001010
Octal 205 313 212

Shades and tints

Shades of #85CB8A

#85CB8A
(133,203,138)
#79B97E
(121,185,126)
#6DA772
(109,167,114)
#619566
(97,149,102)
#55835A
(85,131,90)
#49714E
(73,113,78)
#3D5F42
(61,95,66)
#314D36
(49,77,54)
#253B2A
(37,59,42)
#19291E
(25,41,30)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #85CB8A

#85CB8A
(133,203,138)
#90CF94
(144,207,148)
#9BD39E
(155,211,158)
#A6D7A8
(166,215,168)
#B1DBB2
(177,219,178)
#BCDFBC
(188,223,188)
#C7E3C6
(199,227,198)
#D2E7D0
(210,231,208)
#DDEBDA
(221,235,218)
#E8EFE4
(232,239,228)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85CB8A color. Also use rgb(133,203,138) instead hex code.

Text Font Color

.myTextColor { color: #85CB8A; }

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

This text font color is #85CB8A.

Background Color

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

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

This div background color is #85CB8A.

Border color

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

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

This div border color is #85CB8A.

Opacity

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

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

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

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

This text has shadow with #85CB8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85CB8A.

Preview

Color preview on black background

This text has color #85CB8A on black background.


Color preview on white background

This text has color #85CB8A on white background.


Black color preview on #85CB8A background

This text has black color on #85CB8A background.


White color preview on #85CB8A background

This text has white color on #85CB8A background.


Related colors

Complementary color

Complementary color for #hex is #7A3475.


I love getcolorcode.com

Triadic colors

1 #8A85CB and #CB8A85 with #85CB8A are triadic colors.

2 #8ACB85 and #CB858A with #85CB8A are triadic colors.