COLOR #9CAEA6

HEX: #9CAEA6 RGB: (156,174,166)

Color info

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

RGB color model

#9CAEA6 color RGB value is (156,174,166).

RGB: (156,174,166) (61%, 68%, 65%)

RGB channels and saturation

R 156 of 255 = 61%
G 174 of 255 = 68%
B 166 of 255 = 65%

156
174
166

R + G + B ~ 65%. #9CAEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 174 + 166 = 496 (100%)
R 156 of 496 ~ 31.45%
G 174 of 496 ~ 35.08%
B 166 of 496 ~ 33.47'%

%31.45
%35.08
%33.47

CMYK color model

#9CAEA6 color CMYK value is (10,0,5,32).

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

CMYK: (10,0,5,32)
C10M0Y5K32 (10%, 0%, 5%, 32%)
(0.10 / 0.00 / 0.05 / 0.32)

CMYK percentages

%10.34
%0
%4.6
%31.76

Codes

Color #9CAEA6 in popluar color models

9C AE A6
RGB 156 174 166
HSL 153° 10.00% 64.71%
HSB/HSV 153° 10.34% 68.24%
CMYK 10.34% 0.00% 4.60%
31.76%

Color #9CAEA6 in popluar number systems.

HEX 9C AE A6
Decimal 156 174 166
Binary 10011100 10101110 10100110
Octal 234 256 246

Shades and tints

Shades of #9CAEA6

#9CAEA6
(156,174,166)
#8E9F97
(142,159,151)
#809088
(128,144,136)
#728179
(114,129,121)
#64726A
(100,114,106)
#56635B
(86,99,91)
#48544C
(72,84,76)
#3A453D
(58,69,61)
#2C362E
(44,54,46)
#1E271F
(30,39,31)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #9CAEA6

#9CAEA6
(156,174,166)
#A5B5AE
(165,181,174)
#AEBCB6
(174,188,182)
#B7C3BE
(183,195,190)
#C0CAC6
(192,202,198)
#C9D1CE
(201,209,206)
#D2D8D6
(210,216,214)
#DBDFDE
(219,223,222)
#E4E6E6
(228,230,230)
#EDEDEE
(237,237,238)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CAEA6; }

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

This text font color is #9CAEA6.

Background Color

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

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

This div background color is #9CAEA6.

Border color

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

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

This div border color is #9CAEA6.

Opacity

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

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

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

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

This text has shadow with #9CAEA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CAEA6.

Preview

Color preview on black background

This text has color #9CAEA6 on black background.


Color preview on white background

This text has color #9CAEA6 on white background.


Black color preview on #9CAEA6 background

This text has black color on #9CAEA6 background.


White color preview on #9CAEA6 background

This text has white color on #9CAEA6 background.


Related colors

Complementary color

Complementary color for #hex is #635159.


I love getcolorcode.com

Triadic colors

1 #A69CAE and #AEA69C with #9CAEA6 are triadic colors.

2 #A6AE9C and #AE9CA6 with #9CAEA6 are triadic colors.