COLOR #9EE7C5

HEX: #9EE7C5 RGB: (158,231,197)

Color info

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

RGB color model

#9EE7C5 color RGB value is (158,231,197).

RGB: (158,231,197) (62%, 91%, 77%)

RGB channels and saturation

R 158 of 255 = 62%
G 231 of 255 = 91%
B 197 of 255 = 77%

158
231
197

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

Portions of RGB colors in percentages

R + G + B = 158 + 231 + 197 = 586 (100%)
R 158 of 586 ~ 26.96%
G 231 of 586 ~ 39.42%
B 197 of 586 ~ 33.62'%

%26.96
%39.42
%33.62

CMYK color model

#9EE7C5 color CMYK value is (32,0,15,9).

  • cyan value is 31.60%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 9.41%

CMYK: (32,0,15,9)
C32M0Y15K9 (32%, 0%, 15%, 9%)
(0.32 / 0.00 / 0.15 / 0.09)

CMYK percentages

%31.6
%0
%14.72
%9.41

Codes

Color #9EE7C5 in popluar color models

9E E7 C5
RGB 158 231 197
HSL 152° 60.33% 76.27%
HSB/HSV 152° 31.60% 90.59%
CMYK 31.60% 0.00% 14.72%
9.41%

Color #9EE7C5 in popluar number systems.

HEX 9E E7 C5
Decimal 158 231 197
Binary 10011110 11100111 11000101
Octal 236 347 305

Shades and tints

Shades of #9EE7C5

#9EE7C5
(158,231,197)
#90D2B4
(144,210,180)
#82BDA3
(130,189,163)
#74A892
(116,168,146)
#669381
(102,147,129)
#587E70
(88,126,112)
#4A695F
(74,105,95)
#3C544E
(60,84,78)
#2E3F3D
(46,63,61)
#202A2C
(32,42,44)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #9EE7C5

#9EE7C5
(158,231,197)
#A6E9CA
(166,233,202)
#AEEBCF
(174,235,207)
#B6EDD4
(182,237,212)
#BEEFD9
(190,239,217)
#C6F1DE
(198,241,222)
#CEF3E3
(206,243,227)
#D6F5E8
(214,245,232)
#DEF7ED
(222,247,237)
#E6F9F2
(230,249,242)
#EEFBF7
(238,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE7C5 color. Also use rgb(158,231,197) instead hex code.

Text Font Color

.myTextColor { color: #9EE7C5; }

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

This text font color is #9EE7C5.

Background Color

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

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

This div background color is #9EE7C5.

Border color

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

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

This div border color is #9EE7C5.

Opacity

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

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

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

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

This text has shadow with #9EE7C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE7C5.

Preview

Color preview on black background

This text has color #9EE7C5 on black background.


Color preview on white background

This text has color #9EE7C5 on white background.


Black color preview on #9EE7C5 background

This text has black color on #9EE7C5 background.


White color preview on #9EE7C5 background

This text has white color on #9EE7C5 background.


Related colors

Complementary color

Complementary color for #hex is #61183A.


I love getcolorcode.com

Triadic colors

1 #C59EE7 and #E7C59E with #9EE7C5 are triadic colors.

2 #C5E79E and #E79EC5 with #9EE7C5 are triadic colors.