COLOR #9CEEBE

HEX: #9CEEBE
RGB: (156,238,190)

Color info

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

RGB color model

#9CEEBE color RGB value is (156,238,190).

  • red value is 156;
  • green value is 238;
  • blue value is 190.
RGB:
(156,238,190)
(61%,93%,75%)

RGB channels and saturation

R 156 of 255 = 61%
G 238 of 255 = 93%
B 190 of 255 = 75%

156
238
190

R + G + B ~ 76%. #9CEEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 238 + 190 = 584 (100%)
R 156 of 584 ~ 26.71%
G 238 of 584 ~ 40.75%
B 190 of 584 ~ 32.53%

%26.71
%40.75
%32.53

CMYK color model

#9CEEBE color CMYK value is (34,0,20,7).

  • cyan value is 34.45%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 6.67%
CMYK:
(34,0,20,7)
C34M0Y20K7 
(34%,0%,20%,7%)
(0.34/0.00/0.20/0.07)	

CMYK percentages

%34.45
%0
%20.17
%6.67

Codes

Color #9CEEBE in popluar color models

9CEEBE
RGB156238190
HSL145°70.69%77.25%
HSB/HSV145°34.45%93.33%
CMYK34.45%0.00%20.17%
6.67%

Color #9CEEBE in popluar number systems.

HEX9CEEBE
Decimal156238190
Binary100111001110111010111110
Octal234356276

Shades and tints

Shades of #9CEEBE

#9CEEBE
(156,238,190)
#8ED9AD
(142,217,173)
#80C49C
(128,196,156)
#72AF8B
(114,175,139)
#649A7A
(100,154,122)
#568569
(86,133,105)
#487058
(72,112,88)
#3A5B47
(58,91,71)
#2C4636
(44,70,54)
#1E3125
(30,49,37)
#101C14
(16,28,20)
#000000
(0,0,0)

Tints of #9CEEBE

#9CEEBE
(156,238,190)
#A5EFC3
(165,239,195)
#AEF0C8
(174,240,200)
#B7F1CD
(183,241,205)
#C0F2D2
(192,242,210)
#C9F3D7
(201,243,215)
#D2F4DC
(210,244,220)
#DBF5E1
(219,245,225)
#E4F6E6
(228,246,230)
#EDF7EB
(237,247,235)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CEEBE color. Also use rgb(156,238,190) instead hex code.

Text Font Color

.myTextColor { color: #9CEEBE; }

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

This text font color is #9CEEBE.


Background Color

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

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

This div background color is #9CEEBE.


Border color

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

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

This div border color is #9CEEBE.


Opacity

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

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

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

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

This text has shadow with #9CEEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEEBE on black background.


Color preview on white background

This text has color #9CEEBE on white background.



Black color preview on #9CEEBE background

This text has black color on #9CEEBE background.


White color preview on #9CEEBE background

This text has white color on #9CEEBE background.