COLOR #85CAAC

HEX: #85CAAC
RGB: (133,202,172)

Color info

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

RGB color model

#85CAAC color RGB value is (133,202,172).

  • red value is 133;
  • green value is 202;
  • blue value is 172.
RGB:
(133,202,172)
(52%,79%,67%)

RGB channels and saturation

R 133 of 255 = 52%
G 202 of 255 = 79%
B 172 of 255 = 67%

133
202
172

R + G + B ~ 66%. #85CAAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 202 + 172 = 507 (100%)
R 133 of 507 ~ 26.23%
G 202 of 507 ~ 39.84%
B 172 of 507 ~ 33.93%

%26.23
%39.84
%33.93

CMYK color model

#85CAAC color CMYK value is (34,0,15,21).

  • cyan value is 34.16%
  • magenta value is 0.00%
  • yellow value is 14.85%
  • key color value is 20.78%
CMYK:
(34,0,15,21)
C34M0Y15K21 
(34%,0%,15%,21%)
(0.34/0.00/0.15/0.21)	

CMYK percentages

%34.16
%0
%14.85
%20.78

Codes

Color #85CAAC in popluar color models

85CAAC
RGB133202172
HSL154°39.43%65.69%
HSB/HSV154°34.16%79.22%
CMYK34.16%0.00%14.85%
20.78%

Color #85CAAC in popluar number systems.

HEX85CAAC
Decimal133202172
Binary100001011100101010101100
Octal205312254

Shades and tints

Shades of #85CAAC

#85CAAC
(133,202,172)
#79B89D
(121,184,157)
#6DA68E
(109,166,142)
#61947F
(97,148,127)
#558270
(85,130,112)
#497061
(73,112,97)
#3D5E52
(61,94,82)
#314C43
(49,76,67)
#253A34
(37,58,52)
#192825
(25,40,37)
#0D1616
(13,22,22)
#000000
(0,0,0)

Tints of #85CAAC

#85CAAC
(133,202,172)
#90CEB3
(144,206,179)
#9BD2BA
(155,210,186)
#A6D6C1
(166,214,193)
#B1DAC8
(177,218,200)
#BCDECF
(188,222,207)
#C7E2D6
(199,226,214)
#D2E6DD
(210,230,221)
#DDEAE4
(221,234,228)
#E8EEEB
(232,238,235)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85CAAC color. Also use rgb(133,202,172) instead hex code.

Text Font Color

.myTextColor { color: #85CAAC; }

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

This text font color is #85CAAC.


Background Color

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

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

This div background color is #85CAAC.


Border color

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

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

This div border color is #85CAAC.


Opacity

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

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

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

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

This text has shadow with #85CAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85CAAC on black background.


Color preview on white background

This text has color #85CAAC on white background.



Black color preview on #85CAAC background

This text has black color on #85CAAC background.


White color preview on #85CAAC background

This text has white color on #85CAAC background.