COLOR #9EC6CB

HEX: #9EC6CB RGB: (158,198,203)

Color info

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

RGB color model

#9EC6CB color RGB value is (158,198,203).

RGB: (158,198,203) (62%, 78%, 80%)

RGB channels and saturation

R 158 of 255 = 62%
G 198 of 255 = 78%
B 203 of 255 = 80%

158
198
203

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

Portions of RGB colors in percentages

R + G + B = 158 + 198 + 203 = 559 (100%)
R 158 of 559 ~ 28.26%
G 198 of 559 ~ 35.42%
B 203 of 559 ~ 36.31'%

%28.26
%35.42
%36.31

CMYK color model

#9EC6CB color CMYK value is (22,2,0,20).

  • cyan value is 22.17%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (22,2,0,20)
C22M2Y0K20 (22%, 2%, 0%, 20%)
(0.22 / 0.02 / 0.00 / 0.20)

CMYK percentages

%22.17
%2.46
%0
%20.39

Codes

Color #9EC6CB in popluar color models

9E C6 CB
RGB 158 198 203
HSL 187° 30.20% 70.78%
HSB/HSV 187° 22.17% 79.61%
CMYK 22.17% 2.46% 0.00%
20.39%

Color #9EC6CB in popluar number systems.

HEX 9E C6 CB
Decimal 158 198 203
Binary 10011110 11000110 11001011
Octal 236 306 313

Shades and tints

Shades of #9EC6CB

#9EC6CB
(158,198,203)
#90B4B9
(144,180,185)
#82A2A7
(130,162,167)
#749095
(116,144,149)
#667E83
(102,126,131)
#586C71
(88,108,113)
#4A5A5F
(74,90,95)
#3C484D
(60,72,77)
#2E363B
(46,54,59)
#202429
(32,36,41)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #9EC6CB

#9EC6CB
(158,198,203)
#A6CBCF
(166,203,207)
#AED0D3
(174,208,211)
#B6D5D7
(182,213,215)
#BEDADB
(190,218,219)
#C6DFDF
(198,223,223)
#CEE4E3
(206,228,227)
#D6E9E7
(214,233,231)
#DEEEEB
(222,238,235)
#E6F3EF
(230,243,239)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC6CB color. Also use rgb(158,198,203) instead hex code.

Text Font Color

.myTextColor { color: #9EC6CB; }

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

This text font color is #9EC6CB.

Background Color

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

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

This div background color is #9EC6CB.

Border color

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

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

This div border color is #9EC6CB.

Opacity

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

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

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

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

This text has shadow with #9EC6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC6CB.

Preview

Color preview on black background

This text has color #9EC6CB on black background.


Color preview on white background

This text has color #9EC6CB on white background.


Black color preview on #9EC6CB background

This text has black color on #9EC6CB background.


White color preview on #9EC6CB background

This text has white color on #9EC6CB background.


Related colors

Complementary color

Complementary color for #hex is #613934.


I love getcolorcode.com

Triadic colors

1 #CB9EC6 and #C6CB9E with #9EC6CB are triadic colors.

2 #CBC69E and #C69ECB with #9EC6CB are triadic colors.