COLOR #85CD9D

HEX: #85CD9D RGB: (133,205,157)

Color info

#85CD9D contains mainly green and blue colors. Web safe color of #85CD9D is #99CC99 (or #9C9).

RGB color model

#85CD9D color RGB value is (133,205,157).

RGB: (133,205,157) (52%, 80%, 62%)

RGB channels and saturation

R 133 of 255 = 52%
G 205 of 255 = 80%
B 157 of 255 = 62%

133
205
157

R + G + B ~ 65%. #85CD9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 205 + 157 = 495 (100%)
R 133 of 495 ~ 26.87%
G 205 of 495 ~ 41.41%
B 157 of 495 ~ 31.72'%

%26.87
%41.41
%31.72

CMYK color model

#85CD9D color CMYK value is (35,0,23,20).

  • cyan value is 35.12%
  • magenta value is 0.00%
  • yellow value is 23.41%
  • key color value is 19.61%

CMYK: (35,0,23,20)
C35M0Y23K20 (35%, 0%, 23%, 20%)
(0.35 / 0.00 / 0.23 / 0.20)

CMYK percentages

%35.12
%0
%23.41
%19.61

Codes

Color #85CD9D in popluar color models

85 CD 9D
RGB 133 205 157
HSL 140° 41.86% 66.27%
HSB/HSV 140° 35.12% 80.39%
CMYK 35.12% 0.00% 23.41%
19.61%

Color #85CD9D in popluar number systems.

HEX 85 CD 9D
Decimal 133 205 157
Binary 10000101 11001101 10011101
Octal 205 315 235

Shades and tints

Shades of #85CD9D

#85CD9D
(133,205,157)
#79BB8F
(121,187,143)
#6DA981
(109,169,129)
#619773
(97,151,115)
#558565
(85,133,101)
#497357
(73,115,87)
#3D6149
(61,97,73)
#314F3B
(49,79,59)
#253D2D
(37,61,45)
#192B1F
(25,43,31)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #85CD9D

#85CD9D
(133,205,157)
#90D1A5
(144,209,165)
#9BD5AD
(155,213,173)
#A6D9B5
(166,217,181)
#B1DDBD
(177,221,189)
#BCE1C5
(188,225,197)
#C7E5CD
(199,229,205)
#D2E9D5
(210,233,213)
#DDEDDD
(221,237,221)
#E8F1E5
(232,241,229)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85CD9D color. Also use rgb(133,205,157) instead hex code.

Text Font Color

.myTextColor { color: #85CD9D; }

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

This text font color is #85CD9D.

Background Color

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

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

This div background color is #85CD9D.

Border color

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

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

This div border color is #85CD9D.

Opacity

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

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

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

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

This text has shadow with #85CD9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85CD9D.

Preview

Color preview on black background

This text has color #85CD9D on black background.


Color preview on white background

This text has color #85CD9D on white background.


Black color preview on #85CD9D background

This text has black color on #85CD9D background.


White color preview on #85CD9D background

This text has white color on #85CD9D background.


Related colors

Complementary color

Complementary color for #hex is #7A3262.


I love getcolorcode.com

Triadic colors

1 #9D85CD and #CD9D85 with #85CD9D are triadic colors.

2 #9DCD85 and #CD859D with #85CD9D are triadic colors.