COLOR #9DA2C5

HEX: #9DA2C5
RGB: (157,162,197)

Color info

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

RGB color model

#9DA2C5 color RGB value is (157,162,197).

  • red value is 157;
  • green value is 162;
  • blue value is 197.
RGB:
(157,162,197)
(62%,64%,77%)

RGB channels and saturation

R 157 of 255 = 62%
G 162 of 255 = 64%
B 197 of 255 = 77%

157
162
197

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

Portions of RGB colors in percentages

R + G + B =
157 + 162 + 197 = 516 (100%)
R 157 of 516 ~ 30.43%
G 162 of 516 ~ 31.4%
B 197 of 516 ~ 38.18%

%30.43
%31.4
%38.18

CMYK color model

#9DA2C5 color CMYK value is (20,18,0,23).

  • cyan value is 20.30%
  • magenta value is 17.77%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(20,18,0,23)
C20M18Y0K23 
(20%,18%,0%,23%)
(0.20/0.18/0.00/0.23)	

CMYK percentages

%20.3
%17.77
%0
%22.75

Codes

Color #9DA2C5 in popluar color models

9DA2C5
RGB157162197
HSL233°25.64%69.41%
HSB/HSV233°20.30%77.25%
CMYK20.30%17.77%0.00%
22.75%

Color #9DA2C5 in popluar number systems.

HEX9DA2C5
Decimal157162197
Binary100111011010001011000101
Octal235242305

Shades and tints

Shades of #9DA2C5

#9DA2C5
(157,162,197)
#8F94B4
(143,148,180)
#8186A3
(129,134,163)
#737892
(115,120,146)
#656A81
(101,106,129)
#575C70
(87,92,112)
#494E5F
(73,78,95)
#3B404E
(59,64,78)
#2D323D
(45,50,61)
#1F242C
(31,36,44)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #9DA2C5

#9DA2C5
(157,162,197)
#A5AACA
(165,170,202)
#ADB2CF
(173,178,207)
#B5BAD4
(181,186,212)
#BDC2D9
(189,194,217)
#C5CADE
(197,202,222)
#CDD2E3
(205,210,227)
#D5DAE8
(213,218,232)
#DDE2ED
(221,226,237)
#E5EAF2
(229,234,242)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA2C5 color. Also use rgb(157,162,197) instead hex code.

Text Font Color

.myTextColor { color: #9DA2C5; }

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

This text font color is #9DA2C5.


Background Color

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

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

This div background color is #9DA2C5.


Border color

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

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

This div border color is #9DA2C5.


Opacity

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

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

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

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

This text has shadow with #9DA2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA2C5 on black background.


Color preview on white background

This text has color #9DA2C5 on white background.



Black color preview on #9DA2C5 background

This text has black color on #9DA2C5 background.


White color preview on #9DA2C5 background

This text has white color on #9DA2C5 background.