COLOR #85CBAB

HEX: #85CBAB RGB: (133,203,171)

Color info

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

RGB color model

#85CBAB color RGB value is (133,203,171).

RGB: (133,203,171) (52%, 80%, 67%)

RGB channels and saturation

R 133 of 255 = 52%
G 203 of 255 = 80%
B 171 of 255 = 67%

133
203
171

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

Portions of RGB colors in percentages

R + G + B = 133 + 203 + 171 = 507 (100%)
R 133 of 507 ~ 26.23%
G 203 of 507 ~ 40.04%
B 171 of 507 ~ 33.73'%

%26.23
%40.04
%33.73

CMYK color model

#85CBAB color CMYK value is (34,0,16,20).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 20.39%

CMYK: (34,0,16,20)
C34M0Y16K20 (34%, 0%, 16%, 20%)
(0.34 / 0.00 / 0.16 / 0.20)

CMYK percentages

%34.48
%0
%15.76
%20.39

Codes

Color #85CBAB in popluar color models

85 CB AB
RGB 133 203 171
HSL 153° 40.23% 65.88%
HSB/HSV 153° 34.48% 79.61%
CMYK 34.48% 0.00% 15.76%
20.39%

Color #85CBAB in popluar number systems.

HEX 85 CB AB
Decimal 133 203 171
Binary 10000101 11001011 10101011
Octal 205 313 253

Shades and tints

Shades of #85CBAB

#85CBAB
(133,203,171)
#79B99C
(121,185,156)
#6DA78D
(109,167,141)
#61957E
(97,149,126)
#55836F
(85,131,111)
#497160
(73,113,96)
#3D5F51
(61,95,81)
#314D42
(49,77,66)
#253B33
(37,59,51)
#192924
(25,41,36)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #85CBAB

#85CBAB
(133,203,171)
#90CFB2
(144,207,178)
#9BD3B9
(155,211,185)
#A6D7C0
(166,215,192)
#B1DBC7
(177,219,199)
#BCDFCE
(188,223,206)
#C7E3D5
(199,227,213)
#D2E7DC
(210,231,220)
#DDEBE3
(221,235,227)
#E8EFEA
(232,239,234)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85CBAB; }

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

This text font color is #85CBAB.

Background Color

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

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

This div background color is #85CBAB.

Border color

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

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

This div border color is #85CBAB.

Opacity

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

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

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

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

This text has shadow with #85CBAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85CBAB.

Preview

Color preview on black background

This text has color #85CBAB on black background.


Color preview on white background

This text has color #85CBAB on white background.


Black color preview on #85CBAB background

This text has black color on #85CBAB background.


White color preview on #85CBAB background

This text has white color on #85CBAB background.


Related colors

Complementary color

Complementary color for #hex is #7A3454.


I love getcolorcode.com

Triadic colors

1 #AB85CB and #CBAB85 with #85CBAB are triadic colors.

2 #ABCB85 and #CB85AB with #85CBAB are triadic colors.