COLOR #9DA6EA

HEX: #9DA6EA
RGB: (157,166,234)

Color info

#9DA6EA contains mainly blue color. Web safe color of #9DA6EA is #9999FF (or #99F).

RGB color model

#9DA6EA color RGB value is (157,166,234).

  • red value is 157;
  • green value is 166;
  • blue value is 234.
RGB:
(157,166,234)
(62%,65%,92%)

RGB channels and saturation

R 157 of 255 = 62%
G 166 of 255 = 65%
B 234 of 255 = 92%

157
166
234

R + G + B ~ 73%. #9DA6EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 166 + 234 = 557 (100%)
R 157 of 557 ~ 28.19%
G 166 of 557 ~ 29.8%
B 234 of 557 ~ 42.01%

%28.19
%29.8
%42.01

CMYK color model

#9DA6EA color CMYK value is (33,29,0,8).

  • cyan value is 32.91%
  • magenta value is 29.06%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(33,29,0,8)
C33M29Y0K8 
(33%,29%,0%,8%)
(0.33/0.29/0.00/0.08)	

CMYK percentages

%32.91
%29.06
%0
%8.24

Codes

Color #9DA6EA in popluar color models

9DA6EA
RGB157166234
HSL233°64.71%76.67%
HSB/HSV233°32.91%91.76%
CMYK32.91%29.06%0.00%
8.24%

Color #9DA6EA in popluar number systems.

HEX9DA6EA
Decimal157166234
Binary100111011010011011101010
Octal235246352

Shades and tints

Shades of #9DA6EA

#9DA6EA
(157,166,234)
#8F97D5
(143,151,213)
#8188C0
(129,136,192)
#7379AB
(115,121,171)
#656A96
(101,106,150)
#575B81
(87,91,129)
#494C6C
(73,76,108)
#3B3D57
(59,61,87)
#2D2E42
(45,46,66)
#1F1F2D
(31,31,45)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #9DA6EA

#9DA6EA
(157,166,234)
#A5AEEB
(165,174,235)
#ADB6EC
(173,182,236)
#B5BEED
(181,190,237)
#BDC6EE
(189,198,238)
#C5CEEF
(197,206,239)
#CDD6F0
(205,214,240)
#D5DEF1
(213,222,241)
#DDE6F2
(221,230,242)
#E5EEF3
(229,238,243)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA6EA color. Also use rgb(157,166,234) instead hex code.

Text Font Color

.myTextColor { color: #9DA6EA; }

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

This text font color is #9DA6EA.


Background Color

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

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

This div background color is #9DA6EA.


Border color

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

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

This div border color is #9DA6EA.


Opacity

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

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

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

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

This text has shadow with #9DA6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA6EA on black background.


Color preview on white background

This text has color #9DA6EA on white background.



Black color preview on #9DA6EA background

This text has black color on #9DA6EA background.


White color preview on #9DA6EA background

This text has white color on #9DA6EA background.