COLOR #9DC7F1

HEX: #9DC7F1
RGB: (157,199,241)

Color info

#9DC7F1 contains mainly green and blue colors. Web safe color of #9DC7F1 is #99CCFF (or #9CF).

RGB color model

#9DC7F1 color RGB value is (157,199,241).

  • red value is 157;
  • green value is 199;
  • blue value is 241.
RGB:
(157,199,241)
(62%,78%,95%)

RGB channels and saturation

R 157 of 255 = 62%
G 199 of 255 = 78%
B 241 of 255 = 95%

157
199
241

R + G + B ~ 78%. #9DC7F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 199 + 241 = 597 (100%)
R 157 of 597 ~ 26.3%
G 199 of 597 ~ 33.33%
B 241 of 597 ~ 40.37%

%26.3
%33.33
%40.37

CMYK color model

#9DC7F1 color CMYK value is (35,17,0,5).

  • cyan value is 34.85%
  • magenta value is 17.43%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(35,17,0,5)
C35M17Y0K5 
(35%,17%,0%,5%)
(0.35/0.17/0.00/0.05)	

CMYK percentages

%34.85
%17.43
%0
%5.49

Codes

Color #9DC7F1 in popluar color models

9DC7F1
RGB157199241
HSL210°75.00%78.04%
HSB/HSV210°34.85%94.51%
CMYK34.85%17.43%0.00%
5.49%

Color #9DC7F1 in popluar number systems.

HEX9DC7F1
Decimal157199241
Binary100111011100011111110001
Octal235307361

Shades and tints

Shades of #9DC7F1

#9DC7F1
(157,199,241)
#8FB5DC
(143,181,220)
#81A3C7
(129,163,199)
#7391B2
(115,145,178)
#657F9D
(101,127,157)
#576D88
(87,109,136)
#495B73
(73,91,115)
#3B495E
(59,73,94)
#2D3749
(45,55,73)
#1F2534
(31,37,52)
#11131F
(17,19,31)
#000000
(0,0,0)

Tints of #9DC7F1

#9DC7F1
(157,199,241)
#A5CCF2
(165,204,242)
#ADD1F3
(173,209,243)
#B5D6F4
(181,214,244)
#BDDBF5
(189,219,245)
#C5E0F6
(197,224,246)
#CDE5F7
(205,229,247)
#D5EAF8
(213,234,248)
#DDEFF9
(221,239,249)
#E5F4FA
(229,244,250)
#EDF9FB
(237,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC7F1 color. Also use rgb(157,199,241) instead hex code.

Text Font Color

.myTextColor { color: #9DC7F1; }

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

This text font color is #9DC7F1.


Background Color

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

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

This div background color is #9DC7F1.


Border color

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

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

This div border color is #9DC7F1.


Opacity

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

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

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

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

This text has shadow with #9DC7F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC7F1 on black background.


Color preview on white background

This text has color #9DC7F1 on white background.



Black color preview on #9DC7F1 background

This text has black color on #9DC7F1 background.


White color preview on #9DC7F1 background

This text has white color on #9DC7F1 background.