COLOR #85D693

HEX: #85D693 RGB: (133,214,147)

Color info

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

RGB color model

#85D693 color RGB value is (133,214,147).

RGB: (133,214,147) (52%, 84%, 58%)

RGB channels and saturation

R 133 of 255 = 52%
G 214 of 255 = 84%
B 147 of 255 = 58%

133
214
147

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

Portions of RGB colors in percentages

R + G + B = 133 + 214 + 147 = 494 (100%)
R 133 of 494 ~ 26.92%
G 214 of 494 ~ 43.32%
B 147 of 494 ~ 29.76'%

%26.92
%43.32
%29.76

CMYK color model

#85D693 color CMYK value is (38,0,31,16).

  • cyan value is 37.85%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 16.08%

CMYK: (38,0,31,16)
C38M0Y31K16 (38%, 0%, 31%, 16%)
(0.38 / 0.00 / 0.31 / 0.16)

CMYK percentages

%37.85
%0
%31.31
%16.08

Codes

Color #85D693 in popluar color models

85 D6 93
RGB 133 214 147
HSL 130° 49.69% 68.04%
HSB/HSV 130° 37.85% 83.92%
CMYK 37.85% 0.00% 31.31%
16.08%

Color #85D693 in popluar number systems.

HEX 85 D6 93
Decimal 133 214 147
Binary 10000101 11010110 10010011
Octal 205 326 223

Shades and tints

Shades of #85D693

#85D693
(133,214,147)
#79C386
(121,195,134)
#6DB079
(109,176,121)
#619D6C
(97,157,108)
#558A5F
(85,138,95)
#497752
(73,119,82)
#3D6445
(61,100,69)
#315138
(49,81,56)
#253E2B
(37,62,43)
#192B1E
(25,43,30)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #85D693

#85D693
(133,214,147)
#90D99C
(144,217,156)
#9BDCA5
(155,220,165)
#A6DFAE
(166,223,174)
#B1E2B7
(177,226,183)
#BCE5C0
(188,229,192)
#C7E8C9
(199,232,201)
#D2EBD2
(210,235,210)
#DDEEDB
(221,238,219)
#E8F1E4
(232,241,228)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D693; }

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

This text font color is #85D693.

Background Color

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

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

This div background color is #85D693.

Border color

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

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

This div border color is #85D693.

Opacity

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

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

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

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

This text has shadow with #85D693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85D693.

Preview

Color preview on black background

This text has color #85D693 on black background.


Color preview on white background

This text has color #85D693 on white background.


Black color preview on #85D693 background

This text has black color on #85D693 background.


White color preview on #85D693 background

This text has white color on #85D693 background.


Related colors

Complementary color

Complementary color for #hex is #7A296C.


I love getcolorcode.com

Triadic colors

1 #9385D6 and #D69385 with #85D693 are triadic colors.

2 #93D685 and #D68593 with #85D693 are triadic colors.