COLOR #9EC4CA

HEX: #9EC4CA RGB: (158,196,202)

Color info

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

RGB color model

#9EC4CA color RGB value is (158,196,202).

RGB: (158,196,202) (62%, 77%, 79%)

RGB channels and saturation

R 158 of 255 = 62%
G 196 of 255 = 77%
B 202 of 255 = 79%

158
196
202

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

Portions of RGB colors in percentages

R + G + B = 158 + 196 + 202 = 556 (100%)
R 158 of 556 ~ 28.42%
G 196 of 556 ~ 35.25%
B 202 of 556 ~ 36.33'%

%28.42
%35.25
%36.33

CMYK color model

#9EC4CA color CMYK value is (22,3,0,21).

  • cyan value is 21.78%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (22,3,0,21) C22M3Y0K21 (22%,3%,0%,21%) (0.22/0.03/0.00/0.21) 

CMYK percentages

%21.78
%2.97
%0
%20.78

Codes

Color #9EC4CA in popluar color models

9E C4 CA
RGB 158 196 202
HSL 188° 29.33% 70.59%
HSB/HSV 188° 21.78% 79.22%
CMYK 21.78% 2.97% 0.00%
20.78%

Color #9EC4CA in popluar number systems.

HEX 9E C4 CA
Decimal 158 196 202
Binary 10011110 11000100 11001010
Octal 236 304 312

Shades and tints

Shades of #9EC4CA

#9EC4CA
(158,196,202)
#90B3B8
(144,179,184)
#82A2A6
(130,162,166)
#749194
(116,145,148)
#668082
(102,128,130)
#586F70
(88,111,112)
#4A5E5E
(74,94,94)
#3C4D4C
(60,77,76)
#2E3C3A
(46,60,58)
#202B28
(32,43,40)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #9EC4CA

#9EC4CA
(158,196,202)
#A6C9CE
(166,201,206)
#AECED2
(174,206,210)
#B6D3D6
(182,211,214)
#BED8DA
(190,216,218)
#C6DDDE
(198,221,222)
#CEE2E2
(206,226,226)
#D6E7E6
(214,231,230)
#DEECEA
(222,236,234)
#E6F1EE
(230,241,238)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC4CA color. Also use rgb(158,196,202) instead hex code.

Text Font Color

.myTextColor { color: #9EC4CA; }

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

This text font color is #9EC4CA.

Background Color

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

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

This div background color is #9EC4CA.

Border color

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

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

This div border color is #9EC4CA.

Opacity

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

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

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

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

This text has shadow with #9EC4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC4CA.

Preview

Color preview on black background

This text has color #9EC4CA on black background.


Color preview on white background

This text has color #9EC4CA on white background.


Black color preview on #9EC4CA background

This text has black color on #9EC4CA background.


White color preview on #9EC4CA background

This text has white color on #9EC4CA background.


Related colors

Complementary color

Complementary color for #hex is #613B35.


I love getcolorcode.com

Triadic colors

1 #CA9EC4 and #C4CA9E with #9EC4CA are triadic colors.

2 #CAC49E and #C49ECA with #9EC4CA are triadic colors.