COLOR #85EBB3

HEX: #85EBB3
RGB: (133,235,179)

Color info

#85EBB3 contains mainly green and blue colors. Web safe color of #85EBB3 is #99FF99 (or #9F9).

RGB color model

#85EBB3 color RGB value is (133,235,179).

  • red value is 133;
  • green value is 235;
  • blue value is 179.
RGB:
(133,235,179)
(52%,92%,70%)

RGB channels and saturation

R 133 of 255 = 52%
G 235 of 255 = 92%
B 179 of 255 = 70%

133
235
179

R + G + B ~ 71%. #85EBB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 235 + 179 = 547 (100%)
R 133 of 547 ~ 24.31%
G 235 of 547 ~ 42.96%
B 179 of 547 ~ 32.72%

%24.31
%42.96
%32.72

CMYK color model

#85EBB3 color CMYK value is (43,0,24,8).

  • cyan value is 43.40%
  • magenta value is 0.00%
  • yellow value is 23.83%
  • key color value is 7.84%
CMYK:
(43,0,24,8)
C43M0Y24K8 
(43%,0%,24%,8%)
(0.43/0.00/0.24/0.08)	

CMYK percentages

%43.4
%0
%23.83
%7.84

Codes

Color #85EBB3 in popluar color models

85EBB3
RGB133235179
HSL147°71.83%72.16%
HSB/HSV147°43.40%92.16%
CMYK43.40%0.00%23.83%
7.84%

Color #85EBB3 in popluar number systems.

HEX85EBB3
Decimal133235179
Binary100001011110101110110011
Octal205353263

Shades and tints

Shades of #85EBB3

#85EBB3
(133,235,179)
#79D6A3
(121,214,163)
#6DC193
(109,193,147)
#61AC83
(97,172,131)
#559773
(85,151,115)
#498263
(73,130,99)
#3D6D53
(61,109,83)
#315843
(49,88,67)
#254333
(37,67,51)
#192E23
(25,46,35)
#0D1913
(13,25,19)
#000000
(0,0,0)

Tints of #85EBB3

#85EBB3
(133,235,179)
#90ECB9
(144,236,185)
#9BEDBF
(155,237,191)
#A6EEC5
(166,238,197)
#B1EFCB
(177,239,203)
#BCF0D1
(188,240,209)
#C7F1D7
(199,241,215)
#D2F2DD
(210,242,221)
#DDF3E3
(221,243,227)
#E8F4E9
(232,244,233)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85EBB3 color. Also use rgb(133,235,179) instead hex code.

Text Font Color

.myTextColor { color: #85EBB3; }

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

This text font color is #85EBB3.


Background Color

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

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

This div background color is #85EBB3.


Border color

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

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

This div border color is #85EBB3.


Opacity

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

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

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

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

This text has shadow with #85EBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85EBB3 on black background.


Color preview on white background

This text has color #85EBB3 on white background.



Black color preview on #85EBB3 background

This text has black color on #85EBB3 background.


White color preview on #85EBB3 background

This text has white color on #85EBB3 background.