COLOR #85B4AB

HEX: #85B4AB RGB: (133,180,171)

Color info

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

RGB color model

#85B4AB color RGB value is (133,180,171).

RGB: (133,180,171) (52%, 71%, 67%)

RGB channels and saturation

R 133 of 255 = 52%
G 180 of 255 = 71%
B 171 of 255 = 67%

133
180
171

R + G + B ~ 63%. #85B4AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 180 + 171 = 484 (100%)
R 133 of 484 ~ 27.48%
G 180 of 484 ~ 37.19%
B 171 of 484 ~ 35.33'%

%27.48
%37.19
%35.33

CMYK color model

#85B4AB color CMYK value is (26,0,5,29).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 29.41%

CMYK: (26,0,5,29)
C26M0Y5K29 (26%, 0%, 5%, 29%)
(0.26 / 0.00 / 0.05 / 0.29)

CMYK percentages

%26.11
%0
%5
%29.41

Codes

Color #85B4AB in popluar color models

85 B4 AB
RGB 133 180 171
HSL 169° 23.86% 61.37%
HSB/HSV 169° 26.11% 70.59%
CMYK 26.11% 0.00% 5.00%
29.41%

Color #85B4AB in popluar number systems.

HEX 85 B4 AB
Decimal 133 180 171
Binary 10000101 10110100 10101011
Octal 205 264 253

Shades and tints

Shades of #85B4AB

#85B4AB
(133,180,171)
#79A49C
(121,164,156)
#6D948D
(109,148,141)
#61847E
(97,132,126)
#55746F
(85,116,111)
#496460
(73,100,96)
#3D5451
(61,84,81)
#314442
(49,68,66)
#253433
(37,52,51)
#192424
(25,36,36)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #85B4AB

#85B4AB
(133,180,171)
#90BAB2
(144,186,178)
#9BC0B9
(155,192,185)
#A6C6C0
(166,198,192)
#B1CCC7
(177,204,199)
#BCD2CE
(188,210,206)
#C7D8D5
(199,216,213)
#D2DEDC
(210,222,220)
#DDE4E3
(221,228,227)
#E8EAEA
(232,234,234)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B4AB color. Also use rgb(133,180,171) instead hex code.

Text Font Color

.myTextColor { color: #85B4AB; }

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

This text font color is #85B4AB.

Background Color

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

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

This div background color is #85B4AB.

Border color

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

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

This div border color is #85B4AB.

Opacity

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

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

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

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

This text has shadow with #85B4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B4AB.

Preview

Color preview on black background

This text has color #85B4AB on black background.


Color preview on white background

This text has color #85B4AB on white background.


Black color preview on #85B4AB background

This text has black color on #85B4AB background.


White color preview on #85B4AB background

This text has white color on #85B4AB background.


Related colors

Complementary color

Complementary color for #hex is #7A4B54.


I love getcolorcode.com

Triadic colors

1 #AB85B4 and #B4AB85 with #85B4AB are triadic colors.

2 #ABB485 and #B485AB with #85B4AB are triadic colors.