COLOR #9EE0BE

HEX: #9EE0BE RGB: (158,224,190)

Color info

#9EE0BE contains mainly green and blue colors. Web safe color of #9EE0BE is #99CCCC (or #9CC).

RGB color model

#9EE0BE color RGB value is (158,224,190).

RGB: (158,224,190) (62%, 88%, 75%)

RGB channels and saturation

R 158 of 255 = 62%
G 224 of 255 = 88%
B 190 of 255 = 75%

158
224
190

R + G + B ~ 75%. #9EE0BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 224 + 190 = 572 (100%)
R 158 of 572 ~ 27.62%
G 224 of 572 ~ 39.16%
B 190 of 572 ~ 33.22'%

%27.62
%39.16
%33.22

CMYK color model

#9EE0BE color CMYK value is (29,0,15,12).

  • cyan value is 29.46%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • key color value is 12.16%

CMYK: (29,0,15,12)
C29M0Y15K12 (29%, 0%, 15%, 12%)
(0.29 / 0.00 / 0.15 / 0.12)

CMYK percentages

%29.46
%0
%15.18
%12.16

Codes

Color #9EE0BE in popluar color models

9E E0 BE
RGB 158 224 190
HSL 149° 51.56% 74.90%
HSB/HSV 149° 29.46% 87.84%
CMYK 29.46% 0.00% 15.18%
12.16%

Color #9EE0BE in popluar number systems.

HEX 9E E0 BE
Decimal 158 224 190
Binary 10011110 11100000 10111110
Octal 236 340 276

Shades and tints

Shades of #9EE0BE

#9EE0BE
(158,224,190)
#90CCAD
(144,204,173)
#82B89C
(130,184,156)
#74A48B
(116,164,139)
#66907A
(102,144,122)
#587C69
(88,124,105)
#4A6858
(74,104,88)
#3C5447
(60,84,71)
#2E4036
(46,64,54)
#202C25
(32,44,37)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #9EE0BE

#9EE0BE
(158,224,190)
#A6E2C3
(166,226,195)
#AEE4C8
(174,228,200)
#B6E6CD
(182,230,205)
#BEE8D2
(190,232,210)
#C6EAD7
(198,234,215)
#CEECDC
(206,236,220)
#D6EEE1
(214,238,225)
#DEF0E6
(222,240,230)
#E6F2EB
(230,242,235)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE0BE color. Also use rgb(158,224,190) instead hex code.

Text Font Color

.myTextColor { color: #9EE0BE; }

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

This text font color is #9EE0BE.

Background Color

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

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

This div background color is #9EE0BE.

Border color

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

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

This div border color is #9EE0BE.

Opacity

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

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

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

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

This text has shadow with #9EE0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE0BE.

Preview

Color preview on black background

This text has color #9EE0BE on black background.


Color preview on white background

This text has color #9EE0BE on white background.


Black color preview on #9EE0BE background

This text has black color on #9EE0BE background.


White color preview on #9EE0BE background

This text has white color on #9EE0BE background.


Related colors

Complementary color

Complementary color for #hex is #611F41.


I love getcolorcode.com

Triadic colors

1 #BE9EE0 and #E0BE9E with #9EE0BE are triadic colors.

2 #BEE09E and #E09EBE with #9EE0BE are triadic colors.