COLOR #85BE98

HEX: #85BE98
RGB: (133,190,152)

Color info

#85BE98 contains red, green and blue colors in about the same proportion. Web safe color of #85BE98 is #99CC99 (or #9C9).

RGB color model

#85BE98 color RGB value is (133,190,152).

  • red value is 133;
  • green value is 190;
  • blue value is 152.
RGB:
(133,190,152)
(52%,75%,60%)

RGB channels and saturation

R 133 of 255 = 52%
G 190 of 255 = 75%
B 152 of 255 = 60%

133
190
152

R + G + B ~ 62%. #85BE98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 190 + 152 = 475 (100%)
R 133 of 475 ~ 28%
G 190 of 475 ~ 40%
B 152 of 475 ~ 32%

%28
%40
%32

CMYK color model

#85BE98 color CMYK value is (30,0,20,25).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 25.49%
CMYK:
(30,0,20,25)
C30M0Y20K25 
(30%,0%,20%,25%)
(0.30/0.00/0.20/0.25)	

CMYK percentages

%30
%0
%20
%25.49

Codes

Color #85BE98 in popluar color models

85BE98
RGB133190152
HSL140°30.48%63.33%
HSB/HSV140°30.00%74.51%
CMYK30.00%0.00%20.00%
25.49%

Color #85BE98 in popluar number systems.

HEX85BE98
Decimal133190152
Binary100001011011111010011000
Octal205276230

Shades and tints

Shades of #85BE98

#85BE98
(133,190,152)
#79AD8B
(121,173,139)
#6D9C7E
(109,156,126)
#618B71
(97,139,113)
#557A64
(85,122,100)
#496957
(73,105,87)
#3D584A
(61,88,74)
#31473D
(49,71,61)
#253630
(37,54,48)
#192523
(25,37,35)
#0D1416
(13,20,22)
#000000
(0,0,0)

Tints of #85BE98

#85BE98
(133,190,152)
#90C3A1
(144,195,161)
#9BC8AA
(155,200,170)
#A6CDB3
(166,205,179)
#B1D2BC
(177,210,188)
#BCD7C5
(188,215,197)
#C7DCCE
(199,220,206)
#D2E1D7
(210,225,215)
#DDE6E0
(221,230,224)
#E8EBE9
(232,235,233)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BE98 color. Also use rgb(133,190,152) instead hex code.

Text Font Color

.myTextColor { color: #85BE98; }

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

This text font color is #85BE98.


Background Color

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

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

This div background color is #85BE98.


Border color

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

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

This div border color is #85BE98.


Opacity

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

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

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

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

This text has shadow with #85BE98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BE98 on black background.


Color preview on white background

This text has color #85BE98 on white background.



Black color preview on #85BE98 background

This text has black color on #85BE98 background.


White color preview on #85BE98 background

This text has white color on #85BE98 background.