COLOR #9D88AA

HEX: #9D88AA
RGB: (157,136,170)

Color info

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

RGB color model

#9D88AA color RGB value is (157,136,170).

  • red value is 157;
  • green value is 136;
  • blue value is 170.
RGB:
(157,136,170)
(62%,53%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 136 of 255 = 53%
B 170 of 255 = 67%

157
136
170

R + G + B ~ 61%. #9D88AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 136 + 170 = 463 (100%)
R 157 of 463 ~ 33.91%
G 136 of 463 ~ 29.37%
B 170 of 463 ~ 36.72%

%33.91
%29.37
%36.72

CMYK color model

#9D88AA color CMYK value is (8,20,0,33).

  • cyan value is 7.65%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(8,20,0,33)
C8M20Y0K33 
(8%,20%,0%,33%)
(0.08/0.20/0.00/0.33)	

CMYK percentages

%7.65
%20
%0
%33.33

Codes

Color #9D88AA in popluar color models

9D88AA
RGB157136170
HSL277°16.67%60.00%
HSB/HSV277°20.00%66.67%
CMYK7.65%20.00%0.00%
33.33%

Color #9D88AA in popluar number systems.

HEX9D88AA
Decimal157136170
Binary100111011000100010101010
Octal235210252

Shades and tints

Shades of #9D88AA

#9D88AA
(157,136,170)
#8F7C9B
(143,124,155)
#81708C
(129,112,140)
#73647D
(115,100,125)
#65586E
(101,88,110)
#574C5F
(87,76,95)
#494050
(73,64,80)
#3B3441
(59,52,65)
#2D2832
(45,40,50)
#1F1C23
(31,28,35)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #9D88AA

#9D88AA
(157,136,170)
#A592B1
(165,146,177)
#AD9CB8
(173,156,184)
#B5A6BF
(181,166,191)
#BDB0C6
(189,176,198)
#C5BACD
(197,186,205)
#CDC4D4
(205,196,212)
#D5CEDB
(213,206,219)
#DDD8E2
(221,216,226)
#E5E2E9
(229,226,233)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D88AA color. Also use rgb(157,136,170) instead hex code.

Text Font Color

.myTextColor { color: #9D88AA; }

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

This text font color is #9D88AA.


Background Color

.myBgColor { background-color: #9D88AA; }

<div style="background-color:#9D88AA">Inner text</div>

This div background color is #9D88AA.


Border color

.myBorderColor { border: 1px solid #9D88AA; }

<div style="border:3px solid #9D88AA">Div</div>

This div border color is #9D88AA.


Opacity

.myOpacity80 { color: #9D88AA; opacity: 0.8; }

<p style="color:#9D88AA;opacity:0.8;">80%</p>

Text with #9D88AA 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 #9D88AA;}

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

This text has shadow with #9D88AA color.

.textShadow {text-shadow: 3px 3px 1px #9D88AA, 3px 3px 1px red;}

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

This text has shadow with #9D88AA primary color and red secondary color.


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

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

This text has shadow with #9D88AA and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9D88AA;
-webkit-box-shadow: 1px 1px 3px 2px #9D88AA;
box-shadow:1px 1px 3px 2px #9D88AA;">
Div content here</div>
This div box has shadow with color #9D88AA.

Preview

Color preview on black background

This text has color #9D88AA on black background.


Color preview on white background

This text has color #9D88AA on white background.



Black color preview on #9D88AA background

This text has black color on #9D88AA background.


White color preview on #9D88AA background

This text has white color on #9D88AA background.