COLOR #85DBA3

HEX: #85DBA3
RGB: (133,219,163)

Color info

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

RGB color model

#85DBA3 color RGB value is (133,219,163).

  • red value is 133;
  • green value is 219;
  • blue value is 163.
RGB:
(133,219,163)
(52%,86%,64%)

RGB channels and saturation

R 133 of 255 = 52%
G 219 of 255 = 86%
B 163 of 255 = 64%

133
219
163

R + G + B ~ 67%. #85DBA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 219 + 163 = 515 (100%)
R 133 of 515 ~ 25.83%
G 219 of 515 ~ 42.52%
B 163 of 515 ~ 31.65%

%25.83
%42.52
%31.65

CMYK color model

#85DBA3 color CMYK value is (39,0,26,14).

  • cyan value is 39.27%
  • magenta value is 0.00%
  • yellow value is 25.57%
  • key color value is 14.12%
CMYK:
(39,0,26,14)
C39M0Y26K14 
(39%,0%,26%,14%)
(0.39/0.00/0.26/0.14)	

CMYK percentages

%39.27
%0
%25.57
%14.12

Codes

Color #85DBA3 in popluar color models

85DBA3
RGB133219163
HSL141°54.43%69.02%
HSB/HSV141°39.27%85.88%
CMYK39.27%0.00%25.57%
14.12%

Color #85DBA3 in popluar number systems.

HEX85DBA3
Decimal133219163
Binary100001011101101110100011
Octal205333243

Shades and tints

Shades of #85DBA3

#85DBA3
(133,219,163)
#79C895
(121,200,149)
#6DB587
(109,181,135)
#61A279
(97,162,121)
#558F6B
(85,143,107)
#497C5D
(73,124,93)
#3D694F
(61,105,79)
#315641
(49,86,65)
#254333
(37,67,51)
#193025
(25,48,37)
#0D1D17
(13,29,23)
#000000
(0,0,0)

Tints of #85DBA3

#85DBA3
(133,219,163)
#90DEAB
(144,222,171)
#9BE1B3
(155,225,179)
#A6E4BB
(166,228,187)
#B1E7C3
(177,231,195)
#BCEACB
(188,234,203)
#C7EDD3
(199,237,211)
#D2F0DB
(210,240,219)
#DDF3E3
(221,243,227)
#E8F6EB
(232,246,235)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DBA3 color. Also use rgb(133,219,163) instead hex code.

Text Font Color

.myTextColor { color: #85DBA3; }

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

This text font color is #85DBA3.


Background Color

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

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

This div background color is #85DBA3.


Border color

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

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

This div border color is #85DBA3.


Opacity

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

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

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

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

This text has shadow with #85DBA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DBA3 on black background.


Color preview on white background

This text has color #85DBA3 on white background.



Black color preview on #85DBA3 background

This text has black color on #85DBA3 background.


White color preview on #85DBA3 background

This text has white color on #85DBA3 background.