COLOR #9EEEC3

HEX: #9EEEC3 RGB: (158,238,195)

Color info

#9EEEC3 contains mainly green and blue colors. Web safe color of #9EEEC3 is #99FFCC (or #9FC).

RGB color model

#9EEEC3 color RGB value is (158,238,195).

RGB: (158,238,195) (62%, 93%, 76%)

RGB channels and saturation

R 158 of 255 = 62%
G 238 of 255 = 93%
B 195 of 255 = 76%

158
238
195

R + G + B ~ 77%. #9EEEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 238 + 195 = 591 (100%)
R 158 of 591 ~ 26.73%
G 238 of 591 ~ 40.27%
B 195 of 591 ~ 32.99'%

%26.73
%40.27
%32.99

CMYK color model

#9EEEC3 color CMYK value is (34,0,18,7).

  • cyan value is 33.61%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 6.67%
CMYK: (34,0,18,7) C34M0Y18K7 (34%,0%,18%,7%) (0.34/0.00/0.18/0.07) 

CMYK percentages

%33.61
%0
%18.07
%6.67

Codes

Color #9EEEC3 in popluar color models

9E EE C3
RGB 158 238 195
HSL 148° 70.18% 77.65%
HSB/HSV 148° 33.61% 93.33%
CMYK 33.61% 0.00% 18.07%
6.67%

Color #9EEEC3 in popluar number systems.

HEX 9E EE C3
Decimal 158 238 195
Binary 10011110 11101110 11000011
Octal 236 356 303

Shades and tints

Shades of #9EEEC3

#9EEEC3
(158,238,195)
#90D9B2
(144,217,178)
#82C4A1
(130,196,161)
#74AF90
(116,175,144)
#669A7F
(102,154,127)
#58856E
(88,133,110)
#4A705D
(74,112,93)
#3C5B4C
(60,91,76)
#2E463B
(46,70,59)
#20312A
(32,49,42)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #9EEEC3

#9EEEC3
(158,238,195)
#A6EFC8
(166,239,200)
#AEF0CD
(174,240,205)
#B6F1D2
(182,241,210)
#BEF2D7
(190,242,215)
#C6F3DC
(198,243,220)
#CEF4E1
(206,244,225)
#D6F5E6
(214,245,230)
#DEF6EB
(222,246,235)
#E6F7F0
(230,247,240)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EEEC3; }

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

This text font color is #9EEEC3.

Background Color

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

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

This div background color is #9EEEC3.

Border color

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

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

This div border color is #9EEEC3.

Opacity

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

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

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

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

This text has shadow with #9EEEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EEEC3.

Preview

Color preview on black background

This text has color #9EEEC3 on black background.


Color preview on white background

This text has color #9EEEC3 on white background.


Black color preview on #9EEEC3 background

This text has black color on #9EEEC3 background.


White color preview on #9EEEC3 background

This text has white color on #9EEEC3 background.


Related colors

Complementary color

Complementary color for #hex is #61113C.


I love getcolorcode.com

Triadic colors

1 #C39EEE and #EEC39E with #9EEEC3 are triadic colors.

2 #C3EE9E and #EE9EC3 with #9EEEC3 are triadic colors.