COLOR #9EEEEB

HEX: #9EEEEB RGB: (158,238,235)

Color info

#9EEEEB contains mainly green and blue colors. Web safe color of #9EEEEB is #99FFFF (or #9FF).

RGB color model

#9EEEEB color RGB value is (158,238,235).

RGB: (158,238,235) (62%, 93%, 92%)

RGB channels and saturation

R 158 of 255 = 62%
G 238 of 255 = 93%
B 235 of 255 = 92%

158
238
235

R + G + B ~ 82%. #9EEEEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 238 + 235 = 631 (100%)
R 158 of 631 ~ 25.04%
G 238 of 631 ~ 37.72%
B 235 of 631 ~ 37.24'%

%25.04
%37.72
%37.24

CMYK color model

#9EEEEB color CMYK value is (34,0,1,7).

  • cyan value is 33.61%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.67%

CMYK: (34,0,1,7)
C34M0Y1K7 (34%, 0%, 1%, 7%)
(0.34 / 0.00 / 0.01 / 0.07)

CMYK percentages

%33.61
%0
%1.26
%6.67

Codes

Color #9EEEEB in popluar color models

9E EE EB
RGB 158 238 235
HSL 178° 70.18% 77.65%
HSB/HSV 178° 33.61% 93.33%
CMYK 33.61% 0.00% 1.26%
6.67%

Color #9EEEEB in popluar number systems.

HEX 9E EE EB
Decimal 158 238 235
Binary 10011110 11101110 11101011
Octal 236 356 353

Shades and tints

Shades of #9EEEEB

#9EEEEB
(158,238,235)
#90D9D6
(144,217,214)
#82C4C1
(130,196,193)
#74AFAC
(116,175,172)
#669A97
(102,154,151)
#588582
(88,133,130)
#4A706D
(74,112,109)
#3C5B58
(60,91,88)
#2E4643
(46,70,67)
#20312E
(32,49,46)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #9EEEEB

#9EEEEB
(158,238,235)
#A6EFEC
(166,239,236)
#AEF0ED
(174,240,237)
#B6F1EE
(182,241,238)
#BEF2EF
(190,242,239)
#C6F3F0
(198,243,240)
#CEF4F1
(206,244,241)
#D6F5F2
(214,245,242)
#DEF6F3
(222,246,243)
#E6F7F4
(230,247,244)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EEEEB; }

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

This text font color is #9EEEEB.

Background Color

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

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

This div background color is #9EEEEB.

Border color

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

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

This div border color is #9EEEEB.

Opacity

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

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

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

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

This text has shadow with #9EEEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EEEEB.

Preview

Color preview on black background

This text has color #9EEEEB on black background.


Color preview on white background

This text has color #9EEEEB on white background.


Black color preview on #9EEEEB background

This text has black color on #9EEEEB background.


White color preview on #9EEEEB background

This text has white color on #9EEEEB background.


Related colors

Complementary color

Complementary color for #hex is #611114.


I love getcolorcode.com

Triadic colors

1 #EB9EEE and #EEEB9E with #9EEEEB are triadic colors.

2 #EBEE9E and #EE9EEB with #9EEEEB are triadic colors.