COLOR #9DA1CA

HEX: #9DA1CA
RGB: (157,161,202)

Color info

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

RGB color model

#9DA1CA color RGB value is (157,161,202).

  • red value is 157;
  • green value is 161;
  • blue value is 202.
RGB:
(157,161,202)
(62%,63%,79%)

RGB channels and saturation

R 157 of 255 = 62%
G 161 of 255 = 63%
B 202 of 255 = 79%

157
161
202

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

Portions of RGB colors in percentages

R + G + B =
157 + 161 + 202 = 520 (100%)
R 157 of 520 ~ 30.19%
G 161 of 520 ~ 30.96%
B 202 of 520 ~ 38.85%

%30.19
%30.96
%38.85

CMYK color model

#9DA1CA color CMYK value is (22,20,0,21).

  • cyan value is 22.28%
  • magenta value is 20.30%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(22,20,0,21)
C22M20Y0K21 
(22%,20%,0%,21%)
(0.22/0.20/0.00/0.21)	

CMYK percentages

%22.28
%20.3
%0
%20.78

Codes

Color #9DA1CA in popluar color models

9DA1CA
RGB157161202
HSL235°29.80%70.39%
HSB/HSV235°22.28%79.22%
CMYK22.28%20.30%0.00%
20.78%

Color #9DA1CA in popluar number systems.

HEX9DA1CA
Decimal157161202
Binary100111011010000111001010
Octal235241312

Shades and tints

Shades of #9DA1CA

#9DA1CA
(157,161,202)
#8F93B8
(143,147,184)
#8185A6
(129,133,166)
#737794
(115,119,148)
#656982
(101,105,130)
#575B70
(87,91,112)
#494D5E
(73,77,94)
#3B3F4C
(59,63,76)
#2D313A
(45,49,58)
#1F2328
(31,35,40)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #9DA1CA

#9DA1CA
(157,161,202)
#A5A9CE
(165,169,206)
#ADB1D2
(173,177,210)
#B5B9D6
(181,185,214)
#BDC1DA
(189,193,218)
#C5C9DE
(197,201,222)
#CDD1E2
(205,209,226)
#D5D9E6
(213,217,230)
#DDE1EA
(221,225,234)
#E5E9EE
(229,233,238)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA1CA color. Also use rgb(157,161,202) instead hex code.

Text Font Color

.myTextColor { color: #9DA1CA; }

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

This text font color is #9DA1CA.


Background Color

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

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

This div background color is #9DA1CA.


Border color

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

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

This div border color is #9DA1CA.


Opacity

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

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

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

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

This text has shadow with #9DA1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA1CA on black background.


Color preview on white background

This text has color #9DA1CA on white background.



Black color preview on #9DA1CA background

This text has black color on #9DA1CA background.


White color preview on #9DA1CA background

This text has white color on #9DA1CA background.