COLOR #9DC9FE

HEX: #9DC9FE RGB: (157,201,254)

Color info

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

RGB color model

#9DC9FE color RGB value is (157,201,254).

RGB: (157,201,254) (62%, 79%, 100%)

RGB channels and saturation

R 157 of 255 = 62%
G 201 of 255 = 79%
B 254 of 255 = 100%

157
201
254

R + G + B ~ 80%. #9DC9FE is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 201 + 254 = 612 (100%)
R 157 of 612 ~ 25.65%
G 201 of 612 ~ 32.84%
B 254 of 612 ~ 41.5'%

%25.65
%32.84
%41.5

CMYK color model

#9DC9FE color CMYK value is (38,21,0,0).

  • cyan value is 38.19%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (38,21,0,0)
C38M21Y0K0 (38%, 21%, 0%, 0%)
(0.38 / 0.21 / 0.00 / 0.00)

CMYK percentages

%38.19
%20.87
%0
%0.39

Codes

Color #9DC9FE in popluar color models

9D C9 FE
RGB 157 201 254
HSL 213° 97.98% 80.59%
HSB/HSV 213° 38.19% 99.61%
CMYK 38.19% 20.87% 0.00%
0.39%

Color #9DC9FE in popluar number systems.

HEX 9D C9 FE
Decimal 157 201 254
Binary 10011101 11001001 11111110
Octal 235 311 376

Shades and tints

Shades of #9DC9FE

#9DC9FE
(157,201,254)
#8FB7E7
(143,183,231)
#81A5D0
(129,165,208)
#7393B9
(115,147,185)
#6581A2
(101,129,162)
#576F8B
(87,111,139)
#495D74
(73,93,116)
#3B4B5D
(59,75,93)
#2D3946
(45,57,70)
#1F272F
(31,39,47)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #9DC9FE

#9DC9FE
(157,201,254)
#A5CDFE
(165,205,254)
#ADD1FE
(173,209,254)
#B5D5FE
(181,213,254)
#BDD9FE
(189,217,254)
#C5DDFE
(197,221,254)
#CDE1FE
(205,225,254)
#D5E5FE
(213,229,254)
#DDE9FE
(221,233,254)
#E5EDFE
(229,237,254)
#EDF1FE
(237,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC9FE color. Also use rgb(157,201,254) instead hex code.

Text Font Color

.myTextColor { color: #9DC9FE; }

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

This text font color is #9DC9FE.

Background Color

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

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

This div background color is #9DC9FE.

Border color

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

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

This div border color is #9DC9FE.

Opacity

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

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

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

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

This text has shadow with #9DC9FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC9FE.

Preview

Color preview on black background

This text has color #9DC9FE on black background.


Color preview on white background

This text has color #9DC9FE on white background.


Black color preview on #9DC9FE background

This text has black color on #9DC9FE background.


White color preview on #9DC9FE background

This text has white color on #9DC9FE background.


Related colors

Complementary color

Complementary color for #hex is #623601.


I love getcolorcode.com

Triadic colors

1 #FE9DC9 and #C9FE9D with #9DC9FE are triadic colors.

2 #FEC99D and #C99DFE with #9DC9FE are triadic colors.