COLOR #85CFAB

HEX: #85CFAB RGB: (133,207,171)

Color info

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

RGB color model

#85CFAB color RGB value is (133,207,171).

RGB: (133,207,171) (52%, 81%, 67%)

RGB channels and saturation

R 133 of 255 = 52%
G 207 of 255 = 81%
B 171 of 255 = 67%

133
207
171

R + G + B ~ 67%. #85CFAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 207 + 171 = 511 (100%)
R 133 of 511 ~ 26.03%
G 207 of 511 ~ 40.51%
B 171 of 511 ~ 33.46'%

%26.03
%40.51
%33.46

CMYK color model

#85CFAB color CMYK value is (36,0,17,19).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 18.82%

CMYK: (36,0,17,19)
C36M0Y17K19 (36%, 0%, 17%, 19%)
(0.36 / 0.00 / 0.17 / 0.19)

CMYK percentages

%35.75
%0
%17.39
%18.82

Codes

Color #85CFAB in popluar color models

85 CF AB
RGB 133 207 171
HSL 151° 43.53% 66.67%
HSB/HSV 151° 35.75% 81.18%
CMYK 35.75% 0.00% 17.39%
18.82%

Color #85CFAB in popluar number systems.

HEX 85 CF AB
Decimal 133 207 171
Binary 10000101 11001111 10101011
Octal 205 317 253

Shades and tints

Shades of #85CFAB

#85CFAB
(133,207,171)
#79BD9C
(121,189,156)
#6DAB8D
(109,171,141)
#61997E
(97,153,126)
#55876F
(85,135,111)
#497560
(73,117,96)
#3D6351
(61,99,81)
#315142
(49,81,66)
#253F33
(37,63,51)
#192D24
(25,45,36)
#0D1B15
(13,27,21)
#000000
(0,0,0)

Tints of #85CFAB

#85CFAB
(133,207,171)
#90D3B2
(144,211,178)
#9BD7B9
(155,215,185)
#A6DBC0
(166,219,192)
#B1DFC7
(177,223,199)
#BCE3CE
(188,227,206)
#C7E7D5
(199,231,213)
#D2EBDC
(210,235,220)
#DDEFE3
(221,239,227)
#E8F3EA
(232,243,234)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85CFAB; }

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

This text font color is #85CFAB.

Background Color

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

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

This div background color is #85CFAB.

Border color

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

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

This div border color is #85CFAB.

Opacity

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

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

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

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

This text has shadow with #85CFAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85CFAB.

Preview

Color preview on black background

This text has color #85CFAB on black background.


Color preview on white background

This text has color #85CFAB on white background.


Black color preview on #85CFAB background

This text has black color on #85CFAB background.


White color preview on #85CFAB background

This text has white color on #85CFAB background.


Related colors

Complementary color

Complementary color for #hex is #7A3054.


I love getcolorcode.com

Triadic colors

1 #AB85CF and #CFAB85 with #85CFAB are triadic colors.

2 #ABCF85 and #CF85AB with #85CFAB are triadic colors.