COLOR #85AEAC

HEX: #85AEAC
RGB: (133,174,172)

Color info

#85AEAC contains red, green and blue colors in about the same proportion. Web safe color of #85AEAC is #999999 (or #999).

RGB color model

#85AEAC color RGB value is (133,174,172).

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

RGB channels and saturation

R 133 of 255 = 52%
G 174 of 255 = 68%
B 172 of 255 = 67%

133
174
172

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

Portions of RGB colors in percentages

R + G + B =
133 + 174 + 172 = 479 (100%)
R 133 of 479 ~ 27.77%
G 174 of 479 ~ 36.33%
B 172 of 479 ~ 35.91%

%27.77
%36.33
%35.91

CMYK color model

#85AEAC color CMYK value is (24,0,1,32).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 1.15%
  • key color value is 31.76%
CMYK:
(24,0,1,32)
C24M0Y1K32 
(24%,0%,1%,32%)
(0.24/0.00/0.01/0.32)	

CMYK percentages

%23.56
%0
%1.15
%31.76

Codes

Color #85AEAC in popluar color models

85AEAC
RGB133174172
HSL177°20.20%60.20%
HSB/HSV177°23.56%68.24%
CMYK23.56%0.00%1.15%
31.76%

Color #85AEAC in popluar number systems.

HEX85AEAC
Decimal133174172
Binary100001011010111010101100
Octal205256254

Shades and tints

Shades of #85AEAC

#85AEAC
(133,174,172)
#799F9D
(121,159,157)
#6D908E
(109,144,142)
#61817F
(97,129,127)
#557270
(85,114,112)
#496361
(73,99,97)
#3D5452
(61,84,82)
#314543
(49,69,67)
#253634
(37,54,52)
#192725
(25,39,37)
#0D1816
(13,24,22)
#000000
(0,0,0)

Tints of #85AEAC

#85AEAC
(133,174,172)
#90B5B3
(144,181,179)
#9BBCBA
(155,188,186)
#A6C3C1
(166,195,193)
#B1CAC8
(177,202,200)
#BCD1CF
(188,209,207)
#C7D8D6
(199,216,214)
#D2DFDD
(210,223,221)
#DDE6E4
(221,230,228)
#E8EDEB
(232,237,235)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AEAC; }

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

This text font color is #85AEAC.


Background Color

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

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

This div background color is #85AEAC.


Border color

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

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

This div border color is #85AEAC.


Opacity

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

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

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

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

This text has shadow with #85AEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AEAC on black background.


Color preview on white background

This text has color #85AEAC on white background.



Black color preview on #85AEAC background

This text has black color on #85AEAC background.


White color preview on #85AEAC background

This text has white color on #85AEAC background.