COLOR #9CAEBB

HEX: #9CAEBB
RGB: (156,174,187)

Color info

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

RGB color model

#9CAEBB color RGB value is (156,174,187).

  • red value is 156;
  • green value is 174;
  • blue value is 187.
RGB:
(156,174,187)
(61%,68%,73%)

RGB channels and saturation

R 156 of 255 = 61%
G 174 of 255 = 68%
B 187 of 255 = 73%

156
174
187

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

Portions of RGB colors in percentages

R + G + B =
156 + 174 + 187 = 517 (100%)
R 156 of 517 ~ 30.17%
G 174 of 517 ~ 33.66%
B 187 of 517 ~ 36.17%

%30.17
%33.66
%36.17

CMYK color model

#9CAEBB color CMYK value is (17,7,0,27).

  • cyan value is 16.58%
  • magenta value is 6.95%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(17,7,0,27)
C17M7Y0K27 
(17%,7%,0%,27%)
(0.17/0.07/0.00/0.27)	

CMYK percentages

%16.58
%6.95
%0
%26.67

Codes

Color #9CAEBB in popluar color models

9CAEBB
RGB156174187
HSL205°18.56%67.25%
HSB/HSV205°16.58%73.33%
CMYK16.58%6.95%0.00%
26.67%

Color #9CAEBB in popluar number systems.

HEX9CAEBB
Decimal156174187
Binary100111001010111010111011
Octal234256273

Shades and tints

Shades of #9CAEBB

#9CAEBB
(156,174,187)
#8E9FAA
(142,159,170)
#809099
(128,144,153)
#728188
(114,129,136)
#647277
(100,114,119)
#566366
(86,99,102)
#485455
(72,84,85)
#3A4544
(58,69,68)
#2C3633
(44,54,51)
#1E2722
(30,39,34)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #9CAEBB

#9CAEBB
(156,174,187)
#A5B5C1
(165,181,193)
#AEBCC7
(174,188,199)
#B7C3CD
(183,195,205)
#C0CAD3
(192,202,211)
#C9D1D9
(201,209,217)
#D2D8DF
(210,216,223)
#DBDFE5
(219,223,229)
#E4E6EB
(228,230,235)
#EDEDF1
(237,237,241)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CAEBB; }

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

This text font color is #9CAEBB.


Background Color

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

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

This div background color is #9CAEBB.


Border color

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

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

This div border color is #9CAEBB.


Opacity

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

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

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

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

This text has shadow with #9CAEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CAEBB on black background.


Color preview on white background

This text has color #9CAEBB on white background.



Black color preview on #9CAEBB background

This text has black color on #9CAEBB background.


White color preview on #9CAEBB background

This text has white color on #9CAEBB background.