COLOR #9DAAEB

HEX: #9DAAEB
RGB: (157,170,235)

Color info

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

RGB color model

#9DAAEB color RGB value is (157,170,235).

  • red value is 157;
  • green value is 170;
  • blue value is 235.
RGB:
(157,170,235)
(62%,67%,92%)

RGB channels and saturation

R 157 of 255 = 62%
G 170 of 255 = 67%
B 235 of 255 = 92%

157
170
235

R + G + B ~ 74%. #9DAAEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 170 + 235 = 562 (100%)
R 157 of 562 ~ 27.94%
G 170 of 562 ~ 30.25%
B 235 of 562 ~ 41.81%

%27.94
%30.25
%41.81

CMYK color model

#9DAAEB color CMYK value is (33,28,0,8).

  • cyan value is 33.19%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(33,28,0,8)
C33M28Y0K8 
(33%,28%,0%,8%)
(0.33/0.28/0.00/0.08)	

CMYK percentages

%33.19
%27.66
%0
%7.84

Codes

Color #9DAAEB in popluar color models

9DAAEB
RGB157170235
HSL230°66.10%76.86%
HSB/HSV230°33.19%92.16%
CMYK33.19%27.66%0.00%
7.84%

Color #9DAAEB in popluar number systems.

HEX9DAAEB
Decimal157170235
Binary100111011010101011101011
Octal235252353

Shades and tints

Shades of #9DAAEB

#9DAAEB
(157,170,235)
#8F9BD6
(143,155,214)
#818CC1
(129,140,193)
#737DAC
(115,125,172)
#656E97
(101,110,151)
#575F82
(87,95,130)
#49506D
(73,80,109)
#3B4158
(59,65,88)
#2D3243
(45,50,67)
#1F232E
(31,35,46)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #9DAAEB

#9DAAEB
(157,170,235)
#A5B1EC
(165,177,236)
#ADB8ED
(173,184,237)
#B5BFEE
(181,191,238)
#BDC6EF
(189,198,239)
#C5CDF0
(197,205,240)
#CDD4F1
(205,212,241)
#D5DBF2
(213,219,242)
#DDE2F3
(221,226,243)
#E5E9F4
(229,233,244)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAAEB color. Also use rgb(157,170,235) instead hex code.

Text Font Color

.myTextColor { color: #9DAAEB; }

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

This text font color is #9DAAEB.


Background Color

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

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

This div background color is #9DAAEB.


Border color

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

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

This div border color is #9DAAEB.


Opacity

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

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

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

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

This text has shadow with #9DAAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAAEB on black background.


Color preview on white background

This text has color #9DAAEB on white background.



Black color preview on #9DAAEB background

This text has black color on #9DAAEB background.


White color preview on #9DAAEB background

This text has white color on #9DAAEB background.