COLOR #85B5A5

HEX: #85B5A5 RGB: (133,181,165)

Color info

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

RGB color model

#85B5A5 color RGB value is (133,181,165).

RGB: (133,181,165) (52%, 71%, 65%)

RGB channels and saturation

R 133 of 255 = 52%
G 181 of 255 = 71%
B 165 of 255 = 65%

133
181
165

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

Portions of RGB colors in percentages

R + G + B = 133 + 181 + 165 = 479 (100%)
R 133 of 479 ~ 27.77%
G 181 of 479 ~ 37.79%
B 165 of 479 ~ 34.45'%

%27.77
%37.79
%34.45

CMYK color model

#85B5A5 color CMYK value is (27,0,9,29).

  • cyan value is 26.52%
  • magenta value is 0.00%
  • yellow value is 8.84%
  • key color value is 29.02%

CMYK: (27,0,9,29)
C27M0Y9K29 (27%, 0%, 9%, 29%)
(0.27 / 0.00 / 0.09 / 0.29)

CMYK percentages

%26.52
%0
%8.84
%29.02

Codes

Color #85B5A5 in popluar color models

85 B5 A5
RGB 133 181 165
HSL 160° 24.49% 61.57%
HSB/HSV 160° 26.52% 70.98%
CMYK 26.52% 0.00% 8.84%
29.02%

Color #85B5A5 in popluar number systems.

HEX 85 B5 A5
Decimal 133 181 165
Binary 10000101 10110101 10100101
Octal 205 265 245

Shades and tints

Shades of #85B5A5

#85B5A5
(133,181,165)
#79A596
(121,165,150)
#6D9587
(109,149,135)
#618578
(97,133,120)
#557569
(85,117,105)
#49655A
(73,101,90)
#3D554B
(61,85,75)
#31453C
(49,69,60)
#25352D
(37,53,45)
#19251E
(25,37,30)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #85B5A5

#85B5A5
(133,181,165)
#90BBAD
(144,187,173)
#9BC1B5
(155,193,181)
#A6C7BD
(166,199,189)
#B1CDC5
(177,205,197)
#BCD3CD
(188,211,205)
#C7D9D5
(199,217,213)
#D2DFDD
(210,223,221)
#DDE5E5
(221,229,229)
#E8EBED
(232,235,237)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B5A5 color. Also use rgb(133,181,165) instead hex code.

Text Font Color

.myTextColor { color: #85B5A5; }

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

This text font color is #85B5A5.

Background Color

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

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

This div background color is #85B5A5.

Border color

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

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

This div border color is #85B5A5.

Opacity

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

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

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

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

This text has shadow with #85B5A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B5A5.

Preview

Color preview on black background

This text has color #85B5A5 on black background.


Color preview on white background

This text has color #85B5A5 on white background.


Black color preview on #85B5A5 background

This text has black color on #85B5A5 background.


White color preview on #85B5A5 background

This text has white color on #85B5A5 background.


Related colors

Complementary color

Complementary color for #hex is #7A4A5A.


I love getcolorcode.com

Triadic colors

1 #A585B5 and #B5A585 with #85B5A5 are triadic colors.

2 #A5B585 and #B585A5 with #85B5A5 are triadic colors.