COLOR #9DAAC3

HEX: #9DAAC3
RGB: (157,170,195)

Color info

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

RGB color model

#9DAAC3 color RGB value is (157,170,195).

  • red value is 157;
  • green value is 170;
  • blue value is 195.
RGB:
(157,170,195)
(62%,67%,76%)

RGB channels and saturation

R 157 of 255 = 62%
G 170 of 255 = 67%
B 195 of 255 = 76%

157
170
195

R + G + B ~ 68%. #9DAAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 170 + 195 = 522 (100%)
R 157 of 522 ~ 30.08%
G 170 of 522 ~ 32.57%
B 195 of 522 ~ 37.36%

%30.08
%32.57
%37.36

CMYK color model

#9DAAC3 color CMYK value is (19,13,0,24).

  • cyan value is 19.49%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(19,13,0,24)
C19M13Y0K24 
(19%,13%,0%,24%)
(0.19/0.13/0.00/0.24)	

CMYK percentages

%19.49
%12.82
%0
%23.53

Codes

Color #9DAAC3 in popluar color models

9DAAC3
RGB157170195
HSL219°24.05%69.02%
HSB/HSV219°19.49%76.47%
CMYK19.49%12.82%0.00%
23.53%

Color #9DAAC3 in popluar number systems.

HEX9DAAC3
Decimal157170195
Binary100111011010101011000011
Octal235252303

Shades and tints

Shades of #9DAAC3

#9DAAC3
(157,170,195)
#8F9BB2
(143,155,178)
#818CA1
(129,140,161)
#737D90
(115,125,144)
#656E7F
(101,110,127)
#575F6E
(87,95,110)
#49505D
(73,80,93)
#3B414C
(59,65,76)
#2D323B
(45,50,59)
#1F232A
(31,35,42)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #9DAAC3

#9DAAC3
(157,170,195)
#A5B1C8
(165,177,200)
#ADB8CD
(173,184,205)
#B5BFD2
(181,191,210)
#BDC6D7
(189,198,215)
#C5CDDC
(197,205,220)
#CDD4E1
(205,212,225)
#D5DBE6
(213,219,230)
#DDE2EB
(221,226,235)
#E5E9F0
(229,233,240)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAAC3 color. Also use rgb(157,170,195) instead hex code.

Text Font Color

.myTextColor { color: #9DAAC3; }

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

This text font color is #9DAAC3.


Background Color

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

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

This div background color is #9DAAC3.


Border color

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

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

This div border color is #9DAAC3.


Opacity

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

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

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

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

This text has shadow with #9DAAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAAC3 on black background.


Color preview on white background

This text has color #9DAAC3 on white background.



Black color preview on #9DAAC3 background

This text has black color on #9DAAC3 background.


White color preview on #9DAAC3 background

This text has white color on #9DAAC3 background.