COLOR #9DAACE

HEX: #9DAACE
RGB: (157,170,206)

Color info

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

RGB color model

#9DAACE color RGB value is (157,170,206).

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

RGB channels and saturation

R 157 of 255 = 62%
G 170 of 255 = 67%
B 206 of 255 = 81%

157
170
206

R + G + B ~ 70%. #9DAACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 170 + 206 = 533 (100%)
R 157 of 533 ~ 29.46%
G 170 of 533 ~ 31.89%
B 206 of 533 ~ 38.65%

%29.46
%31.89
%38.65

CMYK color model

#9DAACE color CMYK value is (24,17,0,19).

  • cyan value is 23.79%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(24,17,0,19)
C24M17Y0K19 
(24%,17%,0%,19%)
(0.24/0.17/0.00/0.19)	

CMYK percentages

%23.79
%17.48
%0
%19.22

Codes

Color #9DAACE in popluar color models

9DAACE
RGB157170206
HSL224°33.33%71.18%
HSB/HSV224°23.79%80.78%
CMYK23.79%17.48%0.00%
19.22%

Color #9DAACE in popluar number systems.

HEX9DAACE
Decimal157170206
Binary100111011010101011001110
Octal235252316

Shades and tints

Shades of #9DAACE

#9DAACE
(157,170,206)
#8F9BBC
(143,155,188)
#818CAA
(129,140,170)
#737D98
(115,125,152)
#656E86
(101,110,134)
#575F74
(87,95,116)
#495062
(73,80,98)
#3B4150
(59,65,80)
#2D323E
(45,50,62)
#1F232C
(31,35,44)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #9DAACE

#9DAACE
(157,170,206)
#A5B1D2
(165,177,210)
#ADB8D6
(173,184,214)
#B5BFDA
(181,191,218)
#BDC6DE
(189,198,222)
#C5CDE2
(197,205,226)
#CDD4E6
(205,212,230)
#D5DBEA
(213,219,234)
#DDE2EE
(221,226,238)
#E5E9F2
(229,233,242)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAACE; }

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

This text font color is #9DAACE.


Background Color

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

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

This div background color is #9DAACE.


Border color

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

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

This div border color is #9DAACE.


Opacity

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

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

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

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

This text has shadow with #9DAACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAACE on black background.


Color preview on white background

This text has color #9DAACE on white background.



Black color preview on #9DAACE background

This text has black color on #9DAACE background.


White color preview on #9DAACE background

This text has white color on #9DAACE background.