COLOR #85AEB6

HEX: #85AEB6
RGB: (133,174,182)

Color info

#85AEB6 contains red, green and blue colors in about the same proportion. Web safe color of #85AEB6 is #9999CC (or #99C).

RGB color model

#85AEB6 color RGB value is (133,174,182).

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

RGB channels and saturation

R 133 of 255 = 52%
G 174 of 255 = 68%
B 182 of 255 = 71%

133
174
182

R + G + B ~ 64%. #85AEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 174 + 182 = 489 (100%)
R 133 of 489 ~ 27.2%
G 174 of 489 ~ 35.58%
B 182 of 489 ~ 37.22%

%27.2
%35.58
%37.22

CMYK color model

#85AEB6 color CMYK value is (27,4,0,29).

  • cyan value is 26.92%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(27,4,0,29)
C27M4Y0K29 
(27%,4%,0%,29%)
(0.27/0.04/0.00/0.29)	

CMYK percentages

%26.92
%4.4
%0
%28.63

Codes

Color #85AEB6 in popluar color models

85AEB6
RGB133174182
HSL190°25.13%61.76%
HSB/HSV190°26.92%71.37%
CMYK26.92%4.40%0.00%
28.63%

Color #85AEB6 in popluar number systems.

HEX85AEB6
Decimal133174182
Binary100001011010111010110110
Octal205256266

Shades and tints

Shades of #85AEB6

#85AEB6
(133,174,182)
#799FA6
(121,159,166)
#6D9096
(109,144,150)
#618186
(97,129,134)
#557276
(85,114,118)
#496366
(73,99,102)
#3D5456
(61,84,86)
#314546
(49,69,70)
#253636
(37,54,54)
#192726
(25,39,38)
#0D1816
(13,24,22)
#000000
(0,0,0)

Tints of #85AEB6

#85AEB6
(133,174,182)
#90B5BC
(144,181,188)
#9BBCC2
(155,188,194)
#A6C3C8
(166,195,200)
#B1CACE
(177,202,206)
#BCD1D4
(188,209,212)
#C7D8DA
(199,216,218)
#D2DFE0
(210,223,224)
#DDE6E6
(221,230,230)
#E8EDEC
(232,237,236)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AEB6; }

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

This text font color is #85AEB6.


Background Color

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

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

This div background color is #85AEB6.


Border color

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

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

This div border color is #85AEB6.


Opacity

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

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

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

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

This text has shadow with #85AEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AEB6 on black background.


Color preview on white background

This text has color #85AEB6 on white background.



Black color preview on #85AEB6 background

This text has black color on #85AEB6 background.


White color preview on #85AEB6 background

This text has white color on #85AEB6 background.