COLOR #9995AE

HEX: #9995AE RGB: (153,149,174)

Color info

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

RGB color model

#9995AE color RGB value is (153,149,174).

RGB: (153,149,174) (60%, 58%, 68%)

RGB channels and saturation

R 153 of 255 = 60%
G 149 of 255 = 58%
B 174 of 255 = 68%

153
149
174

R + G + B ~ 62%. #9995AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 149 + 174 = 476 (100%)
R 153 of 476 ~ 32.14%
G 149 of 476 ~ 31.3%
B 174 of 476 ~ 36.55'%

%32.14
%31.3
%36.55

CMYK color model

#9995AE color CMYK value is (12,14,0,32).

  • cyan value is 12.07%
  • magenta value is 14.37%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (12,14,0,32)
C12M14Y0K32 (12%, 14%, 0%, 32%)
(0.12 / 0.14 / 0.00 / 0.32)

CMYK percentages

%12.07
%14.37
%0
%31.76

Codes

Color #9995AE in popluar color models

99 95 AE
RGB 153 149 174
HSL 250° 13.37% 63.33%
HSB/HSV 250° 14.37% 68.24%
CMYK 12.07% 14.37% 0.00%
31.76%

Color #9995AE in popluar number systems.

HEX 99 95 AE
Decimal 153 149 174
Binary 10011001 10010101 10101110
Octal 231 225 256

Shades and tints

Shades of #9995AE

#9995AE
(153,149,174)
#8C889F
(140,136,159)
#7F7B90
(127,123,144)
#726E81
(114,110,129)
#656172
(101,97,114)
#585463
(88,84,99)
#4B4754
(75,71,84)
#3E3A45
(62,58,69)
#312D36
(49,45,54)
#242027
(36,32,39)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #9995AE

#9995AE
(153,149,174)
#A29EB5
(162,158,181)
#ABA7BC
(171,167,188)
#B4B0C3
(180,176,195)
#BDB9CA
(189,185,202)
#C6C2D1
(198,194,209)
#CFCBD8
(207,203,216)
#D8D4DF
(216,212,223)
#E1DDE6
(225,221,230)
#EAE6ED
(234,230,237)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9995AE color. Also use rgb(153,149,174) instead hex code.

Text Font Color

.myTextColor { color: #9995AE; }

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

This text font color is #9995AE.

Background Color

.myBgColor { background-color: #9995AE; }

<div style="background-color:#9995AE">Inner text</div>

This div background color is #9995AE.

Border color

.myBorderColor { border: 1px solid #9995AE; }

<div style="border:3px solid #9995AE">Div</div>

This div border color is #9995AE.

Opacity

.myOpacity80 { color: #9995AE; opacity: 0.8; }

<p style="color:#9995AE;opacity:0.8;">80%</p>

Text with #9995AE 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 #9995AE;}

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

This text has shadow with #9995AE color.


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

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

This text has shadow with #9995AE primary color and red secondary color.


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

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

This text has shadow with #9995AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9995AE.

Preview

Color preview on black background

This text has color #9995AE on black background.


Color preview on white background

This text has color #9995AE on white background.


Black color preview on #9995AE background

This text has black color on #9995AE background.


White color preview on #9995AE background

This text has white color on #9995AE background.


Related colors

Complementary color

Complementary color for #hex is #666A51.


I love getcolorcode.com

Triadic colors

1 #AE9995 and #95AE99 with #9995AE are triadic colors.

2 #AE9599 and #9599AE with #9995AE are triadic colors.