COLOR #9CEBC1

HEX: #9CEBC1
RGB: (156,235,193)

Color info

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

RGB color model

#9CEBC1 color RGB value is (156,235,193).

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

RGB channels and saturation

R 156 of 255 = 61%
G 235 of 255 = 92%
B 193 of 255 = 76%

156
235
193

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

Portions of RGB colors in percentages

R + G + B =
156 + 235 + 193 = 584 (100%)
R 156 of 584 ~ 26.71%
G 235 of 584 ~ 40.24%
B 193 of 584 ~ 33.05%

%26.71
%40.24
%33.05

CMYK color model

#9CEBC1 color CMYK value is (34,0,18,8).

  • cyan value is 33.62%
  • magenta value is 0.00%
  • yellow value is 17.87%
  • key color value is 7.84%
CMYK:
(34,0,18,8)
C34M0Y18K8 
(34%,0%,18%,8%)
(0.34/0.00/0.18/0.08)	

CMYK percentages

%33.62
%0
%17.87
%7.84

Codes

Color #9CEBC1 in popluar color models

9CEBC1
RGB156235193
HSL148°66.39%76.67%
HSB/HSV148°33.62%92.16%
CMYK33.62%0.00%17.87%
7.84%

Color #9CEBC1 in popluar number systems.

HEX9CEBC1
Decimal156235193
Binary100111001110101111000001
Octal234353301

Shades and tints

Shades of #9CEBC1

#9CEBC1
(156,235,193)
#8ED6B0
(142,214,176)
#80C19F
(128,193,159)
#72AC8E
(114,172,142)
#64977D
(100,151,125)
#56826C
(86,130,108)
#486D5B
(72,109,91)
#3A584A
(58,88,74)
#2C4339
(44,67,57)
#1E2E28
(30,46,40)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #9CEBC1

#9CEBC1
(156,235,193)
#A5ECC6
(165,236,198)
#AEEDCB
(174,237,203)
#B7EED0
(183,238,208)
#C0EFD5
(192,239,213)
#C9F0DA
(201,240,218)
#D2F1DF
(210,241,223)
#DBF2E4
(219,242,228)
#E4F3E9
(228,243,233)
#EDF4EE
(237,244,238)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CEBC1; }

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

This text font color is #9CEBC1.


Background Color

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

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

This div background color is #9CEBC1.


Border color

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

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

This div border color is #9CEBC1.


Opacity

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

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

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

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

This text has shadow with #9CEBC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEBC1 on black background.


Color preview on white background

This text has color #9CEBC1 on white background.



Black color preview on #9CEBC1 background

This text has black color on #9CEBC1 background.


White color preview on #9CEBC1 background

This text has white color on #9CEBC1 background.