COLOR #9EC3CF

HEX: #9EC3CF RGB: (158,195,207)

Color info

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

RGB color model

#9EC3CF color RGB value is (158,195,207).

RGB: (158,195,207) (62%, 76%, 81%)

RGB channels and saturation

R 158 of 255 = 62%
G 195 of 255 = 76%
B 207 of 255 = 81%

158
195
207

R + G + B ~ 73%. #9EC3CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 195 + 207 = 560 (100%)
R 158 of 560 ~ 28.21%
G 195 of 560 ~ 34.82%
B 207 of 560 ~ 36.96'%

%28.21
%34.82
%36.96

CMYK color model

#9EC3CF color CMYK value is (24,6,0,19).

  • cyan value is 23.67%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (24,6,0,19)
C24M6Y0K19 (24%, 6%, 0%, 19%)
(0.24 / 0.06 / 0.00 / 0.19)

CMYK percentages

%23.67
%5.8
%0
%18.82

Codes

Color #9EC3CF in popluar color models

9E C3 CF
RGB 158 195 207
HSL 195° 33.79% 71.57%
HSB/HSV 195° 23.67% 81.18%
CMYK 23.67% 5.80% 0.00%
18.82%

Color #9EC3CF in popluar number systems.

HEX 9E C3 CF
Decimal 158 195 207
Binary 10011110 11000011 11001111
Octal 236 303 317

Shades and tints

Shades of #9EC3CF

#9EC3CF
(158,195,207)
#90B2BD
(144,178,189)
#82A1AB
(130,161,171)
#749099
(116,144,153)
#667F87
(102,127,135)
#586E75
(88,110,117)
#4A5D63
(74,93,99)
#3C4C51
(60,76,81)
#2E3B3F
(46,59,63)
#202A2D
(32,42,45)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #9EC3CF

#9EC3CF
(158,195,207)
#A6C8D3
(166,200,211)
#AECDD7
(174,205,215)
#B6D2DB
(182,210,219)
#BED7DF
(190,215,223)
#C6DCE3
(198,220,227)
#CEE1E7
(206,225,231)
#D6E6EB
(214,230,235)
#DEEBEF
(222,235,239)
#E6F0F3
(230,240,243)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC3CF; }

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

This text font color is #9EC3CF.

Background Color

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

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

This div background color is #9EC3CF.

Border color

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

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

This div border color is #9EC3CF.

Opacity

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

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

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

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

This text has shadow with #9EC3CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC3CF.

Preview

Color preview on black background

This text has color #9EC3CF on black background.


Color preview on white background

This text has color #9EC3CF on white background.


Black color preview on #9EC3CF background

This text has black color on #9EC3CF background.


White color preview on #9EC3CF background

This text has white color on #9EC3CF background.


Related colors

Complementary color

Complementary color for #hex is #613C30.


I love getcolorcode.com

Triadic colors

1 #CF9EC3 and #C3CF9E with #9EC3CF are triadic colors.

2 #CFC39E and #C39ECF with #9EC3CF are triadic colors.