COLOR #9CEFC2

HEX: #9CEFC2 RGB: (156,239,194)

Color info

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

RGB color model

#9CEFC2 color RGB value is (156,239,194).

RGB: (156,239,194) (61%, 94%, 76%)

RGB channels and saturation

R 156 of 255 = 61%
G 239 of 255 = 94%
B 194 of 255 = 76%

156
239
194

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

Portions of RGB colors in percentages

R + G + B = 156 + 239 + 194 = 589 (100%)
R 156 of 589 ~ 26.49%
G 239 of 589 ~ 40.58%
B 194 of 589 ~ 32.94'%

%26.49
%40.58
%32.94

CMYK color model

#9CEFC2 color CMYK value is (35,0,19,6).

  • cyan value is 34.73%
  • magenta value is 0.00%
  • yellow value is 18.83%
  • key color value is 6.27%

CMYK: (35,0,19,6)
C35M0Y19K6 (35%, 0%, 19%, 6%)
(0.35 / 0.00 / 0.19 / 0.06)

CMYK percentages

%34.73
%0
%18.83
%6.27

Codes

Color #9CEFC2 in popluar color models

9C EF C2
RGB 156 239 194
HSL 147° 72.17% 77.45%
HSB/HSV 147° 34.73% 93.73%
CMYK 34.73% 0.00% 18.83%
6.27%

Color #9CEFC2 in popluar number systems.

HEX 9C EF C2
Decimal 156 239 194
Binary 10011100 11101111 11000010
Octal 234 357 302

Shades and tints

Shades of #9CEFC2

#9CEFC2
(156,239,194)
#8EDAB1
(142,218,177)
#80C5A0
(128,197,160)
#72B08F
(114,176,143)
#649B7E
(100,155,126)
#56866D
(86,134,109)
#48715C
(72,113,92)
#3A5C4B
(58,92,75)
#2C473A
(44,71,58)
#1E3229
(30,50,41)
#101D18
(16,29,24)
#000000
(0,0,0)

Tints of #9CEFC2

#9CEFC2
(156,239,194)
#A5F0C7
(165,240,199)
#AEF1CC
(174,241,204)
#B7F2D1
(183,242,209)
#C0F3D6
(192,243,214)
#C9F4DB
(201,244,219)
#D2F5E0
(210,245,224)
#DBF6E5
(219,246,229)
#E4F7EA
(228,247,234)
#EDF8EF
(237,248,239)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CEFC2 color. Also use rgb(156,239,194) instead hex code.

Text Font Color

.myTextColor { color: #9CEFC2; }

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

This text font color is #9CEFC2.

Background Color

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

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

This div background color is #9CEFC2.

Border color

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

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

This div border color is #9CEFC2.

Opacity

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

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

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

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

This text has shadow with #9CEFC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CEFC2.

Preview

Color preview on black background

This text has color #9CEFC2 on black background.


Color preview on white background

This text has color #9CEFC2 on white background.


Black color preview on #9CEFC2 background

This text has black color on #9CEFC2 background.


White color preview on #9CEFC2 background

This text has white color on #9CEFC2 background.


Related colors

Complementary color

Complementary color for #hex is #63103D.


I love getcolorcode.com

Triadic colors

1 #C29CEF and #EFC29C with #9CEFC2 are triadic colors.

2 #C2EF9C and #EF9CC2 with #9CEFC2 are triadic colors.