COLOR #9DACC7

HEX: #9DACC7
RGB: (157,172,199)

Color info

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

RGB color model

#9DACC7 color RGB value is (157,172,199).

  • red value is 157;
  • green value is 172;
  • blue value is 199.
RGB:
(157,172,199)
(62%,67%,78%)

RGB channels and saturation

R 157 of 255 = 62%
G 172 of 255 = 67%
B 199 of 255 = 78%

157
172
199

R + G + B ~ 69%. #9DACC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 172 + 199 = 528 (100%)
R 157 of 528 ~ 29.73%
G 172 of 528 ~ 32.58%
B 199 of 528 ~ 37.69%

%29.73
%32.58
%37.69

CMYK color model

#9DACC7 color CMYK value is (21,14,0,22).

  • cyan value is 21.11%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(21,14,0,22)
C21M14Y0K22 
(21%,14%,0%,22%)
(0.21/0.14/0.00/0.22)	

CMYK percentages

%21.11
%13.57
%0
%21.96

Codes

Color #9DACC7 in popluar color models

9DACC7
RGB157172199
HSL219°27.27%69.80%
HSB/HSV219°21.11%78.04%
CMYK21.11%13.57%0.00%
21.96%

Color #9DACC7 in popluar number systems.

HEX9DACC7
Decimal157172199
Binary100111011010110011000111
Octal235254307

Shades and tints

Shades of #9DACC7

#9DACC7
(157,172,199)
#8F9DB5
(143,157,181)
#818EA3
(129,142,163)
#737F91
(115,127,145)
#65707F
(101,112,127)
#57616D
(87,97,109)
#49525B
(73,82,91)
#3B4349
(59,67,73)
#2D3437
(45,52,55)
#1F2525
(31,37,37)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #9DACC7

#9DACC7
(157,172,199)
#A5B3CC
(165,179,204)
#ADBAD1
(173,186,209)
#B5C1D6
(181,193,214)
#BDC8DB
(189,200,219)
#C5CFE0
(197,207,224)
#CDD6E5
(205,214,229)
#D5DDEA
(213,221,234)
#DDE4EF
(221,228,239)
#E5EBF4
(229,235,244)
#EDF2F9
(237,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DACC7 color. Also use rgb(157,172,199) instead hex code.

Text Font Color

.myTextColor { color: #9DACC7; }

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

This text font color is #9DACC7.


Background Color

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

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

This div background color is #9DACC7.


Border color

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

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

This div border color is #9DACC7.


Opacity

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

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

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

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

This text has shadow with #9DACC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DACC7 on black background.


Color preview on white background

This text has color #9DACC7 on white background.



Black color preview on #9DACC7 background

This text has black color on #9DACC7 background.


White color preview on #9DACC7 background

This text has white color on #9DACC7 background.