COLOR #9C95AE

HEX: #9C95AE RGB: (156,149,174)

Color info

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

RGB color model

#9C95AE color RGB value is (156,149,174).

RGB: (156,149,174) (61%, 58%, 68%)

RGB channels and saturation

R 156 of 255 = 61%
G 149 of 255 = 58%
B 174 of 255 = 68%

156
149
174

R + G + B ~ 62%. #9C95AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 149 + 174 = 479 (100%)
R 156 of 479 ~ 32.57%
G 149 of 479 ~ 31.11%
B 174 of 479 ~ 36.33'%

%32.57
%31.11
%36.33

CMYK color model

#9C95AE color CMYK value is (10,14,0,32).

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

CMYK: (10,14,0,32)
C10M14Y0K32 (10%, 14%, 0%, 32%)
(0.10 / 0.14 / 0.00 / 0.32)

CMYK percentages

%10.34
%14.37
%0
%31.76

Codes

Color #9C95AE in popluar color models

9C 95 AE
RGB 156 149 174
HSL 257° 13.37% 63.33%
HSB/HSV 257° 14.37% 68.24%
CMYK 10.34% 14.37% 0.00%
31.76%

Color #9C95AE in popluar number systems.

HEX 9C 95 AE
Decimal 156 149 174
Binary 10011100 10010101 10101110
Octal 234 225 256

Shades and tints

Shades of #9C95AE

#9C95AE
(156,149,174)
#8E889F
(142,136,159)
#807B90
(128,123,144)
#726E81
(114,110,129)
#646172
(100,97,114)
#565463
(86,84,99)
#484754
(72,71,84)
#3A3A45
(58,58,69)
#2C2D36
(44,45,54)
#1E2027
(30,32,39)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #9C95AE

#9C95AE
(156,149,174)
#A59EB5
(165,158,181)
#AEA7BC
(174,167,188)
#B7B0C3
(183,176,195)
#C0B9CA
(192,185,202)
#C9C2D1
(201,194,209)
#D2CBD8
(210,203,216)
#DBD4DF
(219,212,223)
#E4DDE6
(228,221,230)
#EDE6ED
(237,230,237)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C95AE color. Also use rgb(156,149,174) instead hex code.

Text Font Color

.myTextColor { color: #9C95AE; }

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

This text font color is #9C95AE.

Background Color

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

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

This div background color is #9C95AE.

Border color

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

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

This div border color is #9C95AE.

Opacity

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

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

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

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

This text has shadow with #9C95AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C95AE.

Preview

Color preview on black background

This text has color #9C95AE on black background.


Color preview on white background

This text has color #9C95AE on white background.


Black color preview on #9C95AE background

This text has black color on #9C95AE background.


White color preview on #9C95AE background

This text has white color on #9C95AE background.


Related colors

Complementary color

Complementary color for #hex is #636A51.


I love getcolorcode.com

Triadic colors

1 #AE9C95 and #95AE9C with #9C95AE are triadic colors.

2 #AE959C and #959CAE with #9C95AE are triadic colors.