COLOR #85AFBB

HEX: #85AFBB RGB: (133,175,187)

Color info

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

RGB color model

#85AFBB color RGB value is (133,175,187).

RGB: (133,175,187) (52%, 69%, 73%)

RGB channels and saturation

R 133 of 255 = 52%
G 175 of 255 = 69%
B 187 of 255 = 73%

133
175
187

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

Portions of RGB colors in percentages

R + G + B = 133 + 175 + 187 = 495 (100%)
R 133 of 495 ~ 26.87%
G 175 of 495 ~ 35.35%
B 187 of 495 ~ 37.78'%

%26.87
%35.35
%37.78

CMYK color model

#85AFBB color CMYK value is (29,6,0,27).

  • cyan value is 28.88%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (29,6,0,27)
C29M6Y0K27 (29%, 6%, 0%, 27%)
(0.29 / 0.06 / 0.00 / 0.27)

CMYK percentages

%28.88
%6.42
%0
%26.67

Codes

Color #85AFBB in popluar color models

85 AF BB
RGB 133 175 187
HSL 193° 28.42% 62.75%
HSB/HSV 193° 28.88% 73.33%
CMYK 28.88% 6.42% 0.00%
26.67%

Color #85AFBB in popluar number systems.

HEX 85 AF BB
Decimal 133 175 187
Binary 10000101 10101111 10111011
Octal 205 257 273

Shades and tints

Shades of #85AFBB

#85AFBB
(133,175,187)
#79A0AA
(121,160,170)
#6D9199
(109,145,153)
#618288
(97,130,136)
#557377
(85,115,119)
#496466
(73,100,102)
#3D5555
(61,85,85)
#314644
(49,70,68)
#253733
(37,55,51)
#192822
(25,40,34)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #85AFBB

#85AFBB
(133,175,187)
#90B6C1
(144,182,193)
#9BBDC7
(155,189,199)
#A6C4CD
(166,196,205)
#B1CBD3
(177,203,211)
#BCD2D9
(188,210,217)
#C7D9DF
(199,217,223)
#D2E0E5
(210,224,229)
#DDE7EB
(221,231,235)
#E8EEF1
(232,238,241)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85AFBB; }

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

This text font color is #85AFBB.

Background Color

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

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

This div background color is #85AFBB.

Border color

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

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

This div border color is #85AFBB.

Opacity

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

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

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

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

This text has shadow with #85AFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85AFBB.

Preview

Color preview on black background

This text has color #85AFBB on black background.


Color preview on white background

This text has color #85AFBB on white background.


Black color preview on #85AFBB background

This text has black color on #85AFBB background.


White color preview on #85AFBB background

This text has white color on #85AFBB background.


Related colors

Complementary color

Complementary color for #hex is #7A5044.


I love getcolorcode.com

Triadic colors

1 #BB85AF and #AFBB85 with #85AFBB are triadic colors.

2 #BBAF85 and #AF85BB with #85AFBB are triadic colors.