COLOR #9F88AE

HEX: #9F88AE RGB: (159,136,174)

Color info

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

RGB color model

#9F88AE color RGB value is (159,136,174).

RGB: (159,136,174) (62%, 53%, 68%)

RGB channels and saturation

R 159 of 255 = 62%
G 136 of 255 = 53%
B 174 of 255 = 68%

159
136
174

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

Portions of RGB colors in percentages

R + G + B = 159 + 136 + 174 = 469 (100%)
R 159 of 469 ~ 33.9%
G 136 of 469 ~ 29%
B 174 of 469 ~ 37.1'%

%33.9
%29
%37.1

CMYK color model

#9F88AE color CMYK value is (9,22,0,32).

  • cyan value is 8.62%
  • magenta value is 21.84%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (9,22,0,32)
C9M22Y0K32 (9%, 22%, 0%, 32%)
(0.09 / 0.22 / 0.00 / 0.32)

CMYK percentages

%8.62
%21.84
%0
%31.76

Codes

Color #9F88AE in popluar color models

9F 88 AE
RGB 159 136 174
HSL 276° 19.00% 60.78%
HSB/HSV 276° 21.84% 68.24%
CMYK 8.62% 21.84% 0.00%
31.76%

Color #9F88AE in popluar number systems.

HEX 9F 88 AE
Decimal 159 136 174
Binary 10011111 10001000 10101110
Octal 237 210 256

Shades and tints

Shades of #9F88AE

#9F88AE
(159,136,174)
#917C9F
(145,124,159)
#837090
(131,112,144)
#756481
(117,100,129)
#675872
(103,88,114)
#594C63
(89,76,99)
#4B4054
(75,64,84)
#3D3445
(61,52,69)
#2F2836
(47,40,54)
#211C27
(33,28,39)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #9F88AE

#9F88AE
(159,136,174)
#A792B5
(167,146,181)
#AF9CBC
(175,156,188)
#B7A6C3
(183,166,195)
#BFB0CA
(191,176,202)
#C7BAD1
(199,186,209)
#CFC4D8
(207,196,216)
#D7CEDF
(215,206,223)
#DFD8E6
(223,216,230)
#E7E2ED
(231,226,237)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F88AE color. Also use rgb(159,136,174) instead hex code.

Text Font Color

.myTextColor { color: #9F88AE; }

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

This text font color is #9F88AE.

Background Color

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

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

This div background color is #9F88AE.

Border color

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

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

This div border color is #9F88AE.

Opacity

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

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

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

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

This text has shadow with #9F88AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F88AE.

Preview

Color preview on black background

This text has color #9F88AE on black background.


Color preview on white background

This text has color #9F88AE on white background.


Black color preview on #9F88AE background

This text has black color on #9F88AE background.


White color preview on #9F88AE background

This text has white color on #9F88AE background.


Related colors

Complementary color

Complementary color for #hex is #607751.


I love getcolorcode.com

Triadic colors

1 #AE9F88 and #88AE9F with #9F88AE are triadic colors.

2 #AE889F and #889FAE with #9F88AE are triadic colors.