COLOR #9CE9C3

HEX: #9CE9C3 RGB: (156,233,195)

Color info

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

RGB color model

#9CE9C3 color RGB value is (156,233,195).

RGB: (156,233,195) (61%, 91%, 76%)

RGB channels and saturation

R 156 of 255 = 61%
G 233 of 255 = 91%
B 195 of 255 = 76%

156
233
195

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

Portions of RGB colors in percentages

R + G + B = 156 + 233 + 195 = 584 (100%)
R 156 of 584 ~ 26.71%
G 233 of 584 ~ 39.9%
B 195 of 584 ~ 33.39'%

%26.71
%39.9
%33.39

CMYK color model

#9CE9C3 color CMYK value is (33,0,16,9).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 16.31%
  • key color value is 8.63%

CMYK: (33,0,16,9)
C33M0Y16K9 (33%, 0%, 16%, 9%)
(0.33 / 0.00 / 0.16 / 0.09)

CMYK percentages

%33.05
%0
%16.31
%8.63

Codes

Color #9CE9C3 in popluar color models

9C E9 C3
RGB 156 233 195
HSL 150° 63.64% 76.27%
HSB/HSV 150° 33.05% 91.37%
CMYK 33.05% 0.00% 16.31%
8.63%

Color #9CE9C3 in popluar number systems.

HEX 9C E9 C3
Decimal 156 233 195
Binary 10011100 11101001 11000011
Octal 234 351 303

Shades and tints

Shades of #9CE9C3

#9CE9C3
(156,233,195)
#8ED4B2
(142,212,178)
#80BFA1
(128,191,161)
#72AA90
(114,170,144)
#64957F
(100,149,127)
#56806E
(86,128,110)
#486B5D
(72,107,93)
#3A564C
(58,86,76)
#2C413B
(44,65,59)
#1E2C2A
(30,44,42)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #9CE9C3

#9CE9C3
(156,233,195)
#A5EBC8
(165,235,200)
#AEEDCD
(174,237,205)
#B7EFD2
(183,239,210)
#C0F1D7
(192,241,215)
#C9F3DC
(201,243,220)
#D2F5E1
(210,245,225)
#DBF7E6
(219,247,230)
#E4F9EB
(228,249,235)
#EDFBF0
(237,251,240)
#F6FDF5
(246,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CE9C3 color. Also use rgb(156,233,195) instead hex code.

Text Font Color

.myTextColor { color: #9CE9C3; }

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

This text font color is #9CE9C3.

Background Color

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

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

This div background color is #9CE9C3.

Border color

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

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

This div border color is #9CE9C3.

Opacity

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

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

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

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

This text has shadow with #9CE9C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CE9C3.

Preview

Color preview on black background

This text has color #9CE9C3 on black background.


Color preview on white background

This text has color #9CE9C3 on white background.


Black color preview on #9CE9C3 background

This text has black color on #9CE9C3 background.


White color preview on #9CE9C3 background

This text has white color on #9CE9C3 background.


Related colors

Complementary color

Complementary color for #hex is #63163C.


I love getcolorcode.com

Triadic colors

1 #C39CE9 and #E9C39C with #9CE9C3 are triadic colors.

2 #C3E99C and #E99CC3 with #9CE9C3 are triadic colors.