COLOR #85DFA3

HEX: #85DFA3
RGB: (133,223,163)

Color info

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

RGB color model

#85DFA3 color RGB value is (133,223,163).

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

RGB channels and saturation

R 133 of 255 = 52%
G 223 of 255 = 87%
B 163 of 255 = 64%

133
223
163

R + G + B ~ 68%. #85DFA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 223 + 163 = 519 (100%)
R 133 of 519 ~ 25.63%
G 223 of 519 ~ 42.97%
B 163 of 519 ~ 31.41%

%25.63
%42.97
%31.41

CMYK color model

#85DFA3 color CMYK value is (40,0,27,13).

  • cyan value is 40.36%
  • magenta value is 0.00%
  • yellow value is 26.91%
  • key color value is 12.55%
CMYK:
(40,0,27,13)
C40M0Y27K13 
(40%,0%,27%,13%)
(0.40/0.00/0.27/0.13)	

CMYK percentages

%40.36
%0
%26.91
%12.55

Codes

Color #85DFA3 in popluar color models

85DFA3
RGB133223163
HSL140°58.44%69.80%
HSB/HSV140°40.36%87.45%
CMYK40.36%0.00%26.91%
12.55%

Color #85DFA3 in popluar number systems.

HEX85DFA3
Decimal133223163
Binary100001011101111110100011
Octal205337243

Shades and tints

Shades of #85DFA3

#85DFA3
(133,223,163)
#79CB95
(121,203,149)
#6DB787
(109,183,135)
#61A379
(97,163,121)
#558F6B
(85,143,107)
#497B5D
(73,123,93)
#3D674F
(61,103,79)
#315341
(49,83,65)
#253F33
(37,63,51)
#192B25
(25,43,37)
#0D1717
(13,23,23)
#000000
(0,0,0)

Tints of #85DFA3

#85DFA3
(133,223,163)
#90E1AB
(144,225,171)
#9BE3B3
(155,227,179)
#A6E5BB
(166,229,187)
#B1E7C3
(177,231,195)
#BCE9CB
(188,233,203)
#C7EBD3
(199,235,211)
#D2EDDB
(210,237,219)
#DDEFE3
(221,239,227)
#E8F1EB
(232,241,235)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85DFA3; }

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

This text font color is #85DFA3.


Background Color

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

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

This div background color is #85DFA3.


Border color

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

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

This div border color is #85DFA3.


Opacity

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

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

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

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

This text has shadow with #85DFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DFA3 on black background.


Color preview on white background

This text has color #85DFA3 on white background.



Black color preview on #85DFA3 background

This text has black color on #85DFA3 background.


White color preview on #85DFA3 background

This text has white color on #85DFA3 background.