COLOR #9EEBDD

HEX: #9EEBDD
RGB: (158,235,221)

Color info

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

RGB color model

#9EEBDD color RGB value is (158,235,221).

  • red value is 158;
  • green value is 235;
  • blue value is 221.
RGB:
(158,235,221)
(62%,92%,87%)

RGB channels and saturation

R 158 of 255 = 62%
G 235 of 255 = 92%
B 221 of 255 = 87%

158
235
221

R + G + B ~ 80%. #9EEBDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 235 + 221 = 614 (100%)
R 158 of 614 ~ 25.73%
G 235 of 614 ~ 38.27%
B 221 of 614 ~ 35.99%

%25.73
%38.27
%35.99

CMYK color model

#9EEBDD color CMYK value is (33,0,6,8).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK:
(33,0,6,8)
C33M0Y6K8 
(33%,0%,6%,8%)
(0.33/0.00/0.06/0.08)	

CMYK percentages

%32.77
%0
%5.96
%7.84

Codes

Color #9EEBDD in popluar color models

9EEBDD
RGB158235221
HSL169°65.81%77.06%
HSB/HSV169°32.77%92.16%
CMYK32.77%0.00%5.96%
7.84%

Color #9EEBDD in popluar number systems.

HEX9EEBDD
Decimal158235221
Binary100111101110101111011101
Octal236353335

Shades and tints

Shades of #9EEBDD

#9EEBDD
(158,235,221)
#90D6C9
(144,214,201)
#82C1B5
(130,193,181)
#74ACA1
(116,172,161)
#66978D
(102,151,141)
#588279
(88,130,121)
#4A6D65
(74,109,101)
#3C5851
(60,88,81)
#2E433D
(46,67,61)
#202E29
(32,46,41)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #9EEBDD

#9EEBDD
(158,235,221)
#A6ECE0
(166,236,224)
#AEEDE3
(174,237,227)
#B6EEE6
(182,238,230)
#BEEFE9
(190,239,233)
#C6F0EC
(198,240,236)
#CEF1EF
(206,241,239)
#D6F2F2
(214,242,242)
#DEF3F5
(222,243,245)
#E6F4F8
(230,244,248)
#EEF5FB
(238,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EEBDD; }

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

This text font color is #9EEBDD.


Background Color

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

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

This div background color is #9EEBDD.


Border color

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

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

This div border color is #9EEBDD.


Opacity

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

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

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

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

This text has shadow with #9EEBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EEBDD on black background.


Color preview on white background

This text has color #9EEBDD on white background.



Black color preview on #9EEBDD background

This text has black color on #9EEBDD background.


White color preview on #9EEBDD background

This text has white color on #9EEBDD background.