COLOR #85BEAF

HEX: #85BEAF RGB: (133,190,175)

Color info

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

RGB color model

#85BEAF color RGB value is (133,190,175).

RGB: (133,190,175) (52%, 75%, 69%)

RGB channels and saturation

R 133 of 255 = 52%
G 190 of 255 = 75%
B 175 of 255 = 69%

133
190
175

R + G + B ~ 65%. #85BEAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 190 + 175 = 498 (100%)
R 133 of 498 ~ 26.71%
G 190 of 498 ~ 38.15%
B 175 of 498 ~ 35.14'%

%26.71
%38.15
%35.14

CMYK color model

#85BEAF color CMYK value is (30,0,8,25).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%

CMYK: (30,0,8,25)
C30M0Y8K25 (30%, 0%, 8%, 25%)
(0.30 / 0.00 / 0.08 / 0.25)

CMYK percentages

%30
%0
%7.89
%25.49

Codes

Color #85BEAF in popluar color models

85 BE AF
RGB 133 190 175
HSL 164° 30.48% 63.33%
HSB/HSV 164° 30.00% 74.51%
CMYK 30.00% 0.00% 7.89%
25.49%

Color #85BEAF in popluar number systems.

HEX 85 BE AF
Decimal 133 190 175
Binary 10000101 10111110 10101111
Octal 205 276 257

Shades and tints

Shades of #85BEAF

#85BEAF
(133,190,175)
#79ADA0
(121,173,160)
#6D9C91
(109,156,145)
#618B82
(97,139,130)
#557A73
(85,122,115)
#496964
(73,105,100)
#3D5855
(61,88,85)
#314746
(49,71,70)
#253637
(37,54,55)
#192528
(25,37,40)
#0D1419
(13,20,25)
#000000
(0,0,0)

Tints of #85BEAF

#85BEAF
(133,190,175)
#90C3B6
(144,195,182)
#9BC8BD
(155,200,189)
#A6CDC4
(166,205,196)
#B1D2CB
(177,210,203)
#BCD7D2
(188,215,210)
#C7DCD9
(199,220,217)
#D2E1E0
(210,225,224)
#DDE6E7
(221,230,231)
#E8EBEE
(232,235,238)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BEAF color. Also use rgb(133,190,175) instead hex code.

Text Font Color

.myTextColor { color: #85BEAF; }

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

This text font color is #85BEAF.

Background Color

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

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

This div background color is #85BEAF.

Border color

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

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

This div border color is #85BEAF.

Opacity

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

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

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

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

This text has shadow with #85BEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BEAF.

Preview

Color preview on black background

This text has color #85BEAF on black background.


Color preview on white background

This text has color #85BEAF on white background.


Black color preview on #85BEAF background

This text has black color on #85BEAF background.


White color preview on #85BEAF background

This text has white color on #85BEAF background.


Related colors

Complementary color

Complementary color for #hex is #7A4150.


I love getcolorcode.com

Triadic colors

1 #AF85BE and #BEAF85 with #85BEAF are triadic colors.

2 #AFBE85 and #BE85AF with #85BEAF are triadic colors.