COLOR #9DA4C3

HEX: #9DA4C3
RGB: (157,164,195)

Color info

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

RGB color model

#9DA4C3 color RGB value is (157,164,195).

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

RGB channels and saturation

R 157 of 255 = 62%
G 164 of 255 = 64%
B 195 of 255 = 76%

157
164
195

R + G + B ~ 67%. #9DA4C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 164 + 195 = 516 (100%)
R 157 of 516 ~ 30.43%
G 164 of 516 ~ 31.78%
B 195 of 516 ~ 37.79%

%30.43
%31.78
%37.79

CMYK color model

#9DA4C3 color CMYK value is (19,16,0,24).

  • cyan value is 19.49%
  • magenta value is 15.90%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(19,16,0,24)
C19M16Y0K24 
(19%,16%,0%,24%)
(0.19/0.16/0.00/0.24)	

CMYK percentages

%19.49
%15.9
%0
%23.53

Codes

Color #9DA4C3 in popluar color models

9DA4C3
RGB157164195
HSL229°24.05%69.02%
HSB/HSV229°19.49%76.47%
CMYK19.49%15.90%0.00%
23.53%

Color #9DA4C3 in popluar number systems.

HEX9DA4C3
Decimal157164195
Binary100111011010010011000011
Octal235244303

Shades and tints

Shades of #9DA4C3

#9DA4C3
(157,164,195)
#8F96B2
(143,150,178)
#8188A1
(129,136,161)
#737A90
(115,122,144)
#656C7F
(101,108,127)
#575E6E
(87,94,110)
#49505D
(73,80,93)
#3B424C
(59,66,76)
#2D343B
(45,52,59)
#1F262A
(31,38,42)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #9DA4C3

#9DA4C3
(157,164,195)
#A5ACC8
(165,172,200)
#ADB4CD
(173,180,205)
#B5BCD2
(181,188,210)
#BDC4D7
(189,196,215)
#C5CCDC
(197,204,220)
#CDD4E1
(205,212,225)
#D5DCE6
(213,220,230)
#DDE4EB
(221,228,235)
#E5ECF0
(229,236,240)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA4C3; }

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

This text font color is #9DA4C3.


Background Color

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

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

This div background color is #9DA4C3.


Border color

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

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

This div border color is #9DA4C3.


Opacity

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

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

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

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

This text has shadow with #9DA4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA4C3 on black background.


Color preview on white background

This text has color #9DA4C3 on white background.



Black color preview on #9DA4C3 background

This text has black color on #9DA4C3 background.


White color preview on #9DA4C3 background

This text has white color on #9DA4C3 background.