COLOR #9CEBC5

HEX: #9CEBC5
RGB: (156,235,197)

Color info

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

RGB color model

#9CEBC5 color RGB value is (156,235,197).

  • red value is 156;
  • green value is 235;
  • blue value is 197.
RGB:
(156,235,197)
(61%,92%,77%)

RGB channels and saturation

R 156 of 255 = 61%
G 235 of 255 = 92%
B 197 of 255 = 77%

156
235
197

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

Portions of RGB colors in percentages

R + G + B =
156 + 235 + 197 = 588 (100%)
R 156 of 588 ~ 26.53%
G 235 of 588 ~ 39.97%
B 197 of 588 ~ 33.5%

%26.53
%39.97
%33.5

CMYK color model

#9CEBC5 color CMYK value is (34,0,16,8).

  • cyan value is 33.62%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 7.84%
CMYK:
(34,0,16,8)
C34M0Y16K8 
(34%,0%,16%,8%)
(0.34/0.00/0.16/0.08)	

CMYK percentages

%33.62
%0
%16.17
%7.84

Codes

Color #9CEBC5 in popluar color models

9CEBC5
RGB156235197
HSL151°66.39%76.67%
HSB/HSV151°33.62%92.16%
CMYK33.62%0.00%16.17%
7.84%

Color #9CEBC5 in popluar number systems.

HEX9CEBC5
Decimal156235197
Binary100111001110101111000101
Octal234353305

Shades and tints

Shades of #9CEBC5

#9CEBC5
(156,235,197)
#8ED6B4
(142,214,180)
#80C1A3
(128,193,163)
#72AC92
(114,172,146)
#649781
(100,151,129)
#568270
(86,130,112)
#486D5F
(72,109,95)
#3A584E
(58,88,78)
#2C433D
(44,67,61)
#1E2E2C
(30,46,44)
#10191B
(16,25,27)
#000000
(0,0,0)

Tints of #9CEBC5

#9CEBC5
(156,235,197)
#A5ECCA
(165,236,202)
#AEEDCF
(174,237,207)
#B7EED4
(183,238,212)
#C0EFD9
(192,239,217)
#C9F0DE
(201,240,222)
#D2F1E3
(210,241,227)
#DBF2E8
(219,242,232)
#E4F3ED
(228,243,237)
#EDF4F2
(237,244,242)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CEBC5 color. Also use rgb(156,235,197) instead hex code.

Text Font Color

.myTextColor { color: #9CEBC5; }

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

This text font color is #9CEBC5.


Background Color

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

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

This div background color is #9CEBC5.


Border color

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

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

This div border color is #9CEBC5.


Opacity

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

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

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

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

This text has shadow with #9CEBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEBC5 on black background.


Color preview on white background

This text has color #9CEBC5 on white background.



Black color preview on #9CEBC5 background

This text has black color on #9CEBC5 background.


White color preview on #9CEBC5 background

This text has white color on #9CEBC5 background.