COLOR #85A998

HEX: #85A998
RGB: (133,169,152)

Color info

#85A998 contains red, green and blue colors in about the same proportion. Web safe color of #85A998 is #999999 (or #999).

RGB color model

#85A998 color RGB value is (133,169,152).

  • red value is 133;
  • green value is 169;
  • blue value is 152.
RGB: (133,169,152) (52%,66%,60%)

RGB channels and saturation

R 133 of 255 = 52%
G 169 of 255 = 66%
B 152 of 255 = 60%

133
169
152

R + G + B ~ 59%. #85A998 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 169 + 152 = 454 (100%)
R 133 of 454 ~ 29.3%
G 169 of 454 ~ 37.22%
B 152 of 454 ~ 33.48%

%29.3
%37.22
%33.48

CMYK color model

#85A998 color CMYK value is (21,0,10,34).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 33.73%
CMYK: (21,0,10,34) C21M0Y10K34 (21%,0%,10%,34%) (0.21/0.00/0.10/0.34)

CMYK percentages

%21.3
%0
%10.06
%33.73

Codes

Color #85A998 in popluar color models

85A998
RGB133169152
HSL152°17.31%59.22%
HSB/HSV152°21.30%66.27%
CMYK21.30%0.00%10.06%
33.73%

Color #85A998 in popluar number systems.

HEX85A998
Decimal133169152
Binary100001011010100110011000
Octal205251230

Shades and tints

Shades of #85A998

#85A998
(133,169,152)
#799A8B
(121,154,139)
#6D8B7E
(109,139,126)
#617C71
(97,124,113)
#556D64
(85,109,100)
#495E57
(73,94,87)
#3D4F4A
(61,79,74)
#31403D
(49,64,61)
#253130
(37,49,48)
#192223
(25,34,35)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #85A998

#85A998
(133,169,152)
#90B0A1
(144,176,161)
#9BB7AA
(155,183,170)
#A6BEB3
(166,190,179)
#B1C5BC
(177,197,188)
#BCCCC5
(188,204,197)
#C7D3CE
(199,211,206)
#D2DAD7
(210,218,215)
#DDE1E0
(221,225,224)
#E8E8E9
(232,232,233)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A998 color. Also use rgb(133,169,152) instead hex code.

Text Font Color

.myTextColor { color: #85A998; }

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

This text font color is #85A998.


Background Color

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

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

This div background color is #85A998.


Border color

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

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

This div border color is #85A998.


Opacity

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

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

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

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

This text has shadow with #85A998 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #85A998; -webkit-box-shadow:	1px 1px 3px 2px #85A998; box-shadow:	1px 1px 3px 2px #85A998; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #85A998; -webkit-box-shadow: 1px 1px 3px 2px #85A998; box-shadow:1px 1px 3px 2px #85A998;">
Div content here</div>
This div box has shadow with color #85A998.

Preview

Color preview on black background

This text has color #85A998 on black background.


Color preview on white background

This text has color #85A998 on white background.



Black color preview on #85A998 background

This text has black color on #85A998 background.


White color preview on #85A998 background

This text has white color on #85A998 background.