COLOR #9DA7F7

HEX: #9DA7F7
RGB: (157,167,247)

Color info

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

RGB color model

#9DA7F7 color RGB value is (157,167,247).

  • red value is 157;
  • green value is 167;
  • blue value is 247.
RGB:
(157,167,247)
(62%,65%,97%)

RGB channels and saturation

R 157 of 255 = 62%
G 167 of 255 = 65%
B 247 of 255 = 97%

157
167
247

R + G + B ~ 75%. #9DA7F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 167 + 247 = 571 (100%)
R 157 of 571 ~ 27.5%
G 167 of 571 ~ 29.25%
B 247 of 571 ~ 43.26%

%27.5
%29.25
%43.26

CMYK color model

#9DA7F7 color CMYK value is (36,32,0,3).

  • cyan value is 36.44%
  • magenta value is 32.39%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(36,32,0,3)
C36M32Y0K3 
(36%,32%,0%,3%)
(0.36/0.32/0.00/0.03)	

CMYK percentages

%36.44
%32.39
%0
%3.14

Codes

Color #9DA7F7 in popluar color models

9DA7F7
RGB157167247
HSL233°84.91%79.22%
HSB/HSV233°36.44%96.86%
CMYK36.44%32.39%0.00%
3.14%

Color #9DA7F7 in popluar number systems.

HEX9DA7F7
Decimal157167247
Binary100111011010011111110111
Octal235247367

Shades and tints

Shades of #9DA7F7

#9DA7F7
(157,167,247)
#8F98E1
(143,152,225)
#8189CB
(129,137,203)
#737AB5
(115,122,181)
#656B9F
(101,107,159)
#575C89
(87,92,137)
#494D73
(73,77,115)
#3B3E5D
(59,62,93)
#2D2F47
(45,47,71)
#1F2031
(31,32,49)
#11111B
(17,17,27)
#000000
(0,0,0)

Tints of #9DA7F7

#9DA7F7
(157,167,247)
#A5AFF7
(165,175,247)
#ADB7F7
(173,183,247)
#B5BFF7
(181,191,247)
#BDC7F7
(189,199,247)
#C5CFF7
(197,207,247)
#CDD7F7
(205,215,247)
#D5DFF7
(213,223,247)
#DDE7F7
(221,231,247)
#E5EFF7
(229,239,247)
#EDF7F7
(237,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA7F7 color. Also use rgb(157,167,247) instead hex code.

Text Font Color

.myTextColor { color: #9DA7F7; }

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

This text font color is #9DA7F7.


Background Color

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

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

This div background color is #9DA7F7.


Border color

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

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

This div border color is #9DA7F7.


Opacity

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

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

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

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

This text has shadow with #9DA7F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA7F7 on black background.


Color preview on white background

This text has color #9DA7F7 on white background.



Black color preview on #9DA7F7 background

This text has black color on #9DA7F7 background.


White color preview on #9DA7F7 background

This text has white color on #9DA7F7 background.