COLOR #9EC3D7

HEX: #9EC3D7 RGB: (158,195,215)

Color info

#9EC3D7 contains red, green and blue colors in about the same proportion. Web safe color of #9EC3D7 is #99CCCC (or #9CC).

RGB color model

#9EC3D7 color RGB value is (158,195,215).

RGB: (158,195,215) (62%, 76%, 84%)

RGB channels and saturation

R 158 of 255 = 62%
G 195 of 255 = 76%
B 215 of 255 = 84%

158
195
215

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

Portions of RGB colors in percentages

R + G + B = 158 + 195 + 215 = 568 (100%)
R 158 of 568 ~ 27.82%
G 195 of 568 ~ 34.33%
B 215 of 568 ~ 37.85'%

%27.82
%34.33
%37.85

CMYK color model

#9EC3D7 color CMYK value is (27,9,0,16).

  • cyan value is 26.51%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (27,9,0,16)
C27M9Y0K16 (27%, 9%, 0%, 16%)
(0.27 / 0.09 / 0.00 / 0.16)

CMYK percentages

%26.51
%9.3
%0
%15.69

Codes

Color #9EC3D7 in popluar color models

9E C3 D7
RGB 158 195 215
HSL 201° 41.61% 73.14%
HSB/HSV 201° 26.51% 84.31%
CMYK 26.51% 9.30% 0.00%
15.69%

Color #9EC3D7 in popluar number systems.

HEX 9E C3 D7
Decimal 158 195 215
Binary 10011110 11000011 11010111
Octal 236 303 327

Shades and tints

Shades of #9EC3D7

#9EC3D7
(158,195,215)
#90B2C4
(144,178,196)
#82A1B1
(130,161,177)
#74909E
(116,144,158)
#667F8B
(102,127,139)
#586E78
(88,110,120)
#4A5D65
(74,93,101)
#3C4C52
(60,76,82)
#2E3B3F
(46,59,63)
#202A2C
(32,42,44)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #9EC3D7

#9EC3D7
(158,195,215)
#A6C8DA
(166,200,218)
#AECDDD
(174,205,221)
#B6D2E0
(182,210,224)
#BED7E3
(190,215,227)
#C6DCE6
(198,220,230)
#CEE1E9
(206,225,233)
#D6E6EC
(214,230,236)
#DEEBEF
(222,235,239)
#E6F0F2
(230,240,242)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC3D7 color. Also use rgb(158,195,215) instead hex code.

Text Font Color

.myTextColor { color: #9EC3D7; }

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

This text font color is #9EC3D7.

Background Color

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

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

This div background color is #9EC3D7.

Border color

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

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

This div border color is #9EC3D7.

Opacity

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

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

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

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

This text has shadow with #9EC3D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC3D7.

Preview

Color preview on black background

This text has color #9EC3D7 on black background.


Color preview on white background

This text has color #9EC3D7 on white background.


Black color preview on #9EC3D7 background

This text has black color on #9EC3D7 background.


White color preview on #9EC3D7 background

This text has white color on #9EC3D7 background.


Related colors

Complementary color

Complementary color for #hex is #613C28.


I love getcolorcode.com

Triadic colors

1 #D79EC3 and #C3D79E with #9EC3D7 are triadic colors.

2 #D7C39E and #C39ED7 with #9EC3D7 are triadic colors.