COLOR #9CAEB6

HEX: #9CAEB6 RGB: (156,174,182)

Color info

#9CAEB6 contains red, green and blue colors in about the same proportion. Web safe color of #9CAEB6 is #9999CC (or #99C).

RGB color model

#9CAEB6 color RGB value is (156,174,182).

RGB: (156,174,182) (61%, 68%, 71%)

RGB channels and saturation

R 156 of 255 = 61%
G 174 of 255 = 68%
B 182 of 255 = 71%

156
174
182

R + G + B ~ 67%. #9CAEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 174 + 182 = 512 (100%)
R 156 of 512 ~ 30.47%
G 174 of 512 ~ 33.98%
B 182 of 512 ~ 35.55'%

%30.47
%33.98
%35.55

CMYK color model

#9CAEB6 color CMYK value is (14,4,0,29).

  • cyan value is 14.29%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (14,4,0,29) C14M4Y0K29 (14%,4%,0%,29%) (0.14/0.04/0.00/0.29) 

CMYK percentages

%14.29
%4.4
%0
%28.63

Codes

Color #9CAEB6 in popluar color models

9C AE B6
RGB 156 174 182
HSL 198° 15.12% 66.27%
HSB/HSV 198° 14.29% 71.37%
CMYK 14.29% 4.40% 0.00%
28.63%

Color #9CAEB6 in popluar number systems.

HEX 9C AE B6
Decimal 156 174 182
Binary 10011100 10101110 10110110
Octal 234 256 266

Shades and tints

Shades of #9CAEB6

#9CAEB6
(156,174,182)
#8E9FA6
(142,159,166)
#809096
(128,144,150)
#728186
(114,129,134)
#647276
(100,114,118)
#566366
(86,99,102)
#485456
(72,84,86)
#3A4546
(58,69,70)
#2C3636
(44,54,54)
#1E2726
(30,39,38)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #9CAEB6

#9CAEB6
(156,174,182)
#A5B5BC
(165,181,188)
#AEBCC2
(174,188,194)
#B7C3C8
(183,195,200)
#C0CACE
(192,202,206)
#C9D1D4
(201,209,212)
#D2D8DA
(210,216,218)
#DBDFE0
(219,223,224)
#E4E6E6
(228,230,230)
#EDEDEC
(237,237,236)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CAEB6; }

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

This text font color is #9CAEB6.

Background Color

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

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

This div background color is #9CAEB6.

Border color

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

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

This div border color is #9CAEB6.

Opacity

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

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

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

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

This text has shadow with #9CAEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CAEB6.

Preview

Color preview on black background

This text has color #9CAEB6 on black background.


Color preview on white background

This text has color #9CAEB6 on white background.


Black color preview on #9CAEB6 background

This text has black color on #9CAEB6 background.


White color preview on #9CAEB6 background

This text has white color on #9CAEB6 background.


Related colors

Complementary color

Complementary color for #hex is #635149.


I love getcolorcode.com

Triadic colors

1 #B69CAE and #AEB69C with #9CAEB6 are triadic colors.

2 #B6AE9C and #AE9CB6 with #9CAEB6 are triadic colors.