COLOR #9CF3E4

HEX: #9CF3E4 RGB: (156,243,228)

Color info

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

RGB color model

#9CF3E4 color RGB value is (156,243,228).

RGB: (156,243,228) (61%, 95%, 89%)

RGB channels and saturation

R 156 of 255 = 61%
G 243 of 255 = 95%
B 228 of 255 = 89%

156
243
228

R + G + B ~ 82%. #9CF3E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 243 + 228 = 627 (100%)
R 156 of 627 ~ 24.88%
G 243 of 627 ~ 38.76%
B 228 of 627 ~ 36.36'%

%24.88
%38.76
%36.36

CMYK color model

#9CF3E4 color CMYK value is (36,0,6,5).

  • cyan value is 35.80%
  • magenta value is 0.00%
  • yellow value is 6.17%
  • key color value is 4.71%

CMYK: (36,0,6,5)
C36M0Y6K5 (36%, 0%, 6%, 5%)
(0.36 / 0.00 / 0.06 / 0.05)

CMYK percentages

%35.8
%0
%6.17
%4.71

Codes

Color #9CF3E4 in popluar color models

9C F3 E4
RGB 156 243 228
HSL 170° 78.38% 78.24%
HSB/HSV 170° 35.80% 95.29%
CMYK 35.80% 0.00% 6.17%
4.71%

Color #9CF3E4 in popluar number systems.

HEX 9C F3 E4
Decimal 156 243 228
Binary 10011100 11110011 11100100
Octal 234 363 344

Shades and tints

Shades of #9CF3E4

#9CF3E4
(156,243,228)
#8EDDD0
(142,221,208)
#80C7BC
(128,199,188)
#72B1A8
(114,177,168)
#649B94
(100,155,148)
#568580
(86,133,128)
#486F6C
(72,111,108)
#3A5958
(58,89,88)
#2C4344
(44,67,68)
#1E2D30
(30,45,48)
#10171C
(16,23,28)
#000000
(0,0,0)

Tints of #9CF3E4

#9CF3E4
(156,243,228)
#A5F4E6
(165,244,230)
#AEF5E8
(174,245,232)
#B7F6EA
(183,246,234)
#C0F7EC
(192,247,236)
#C9F8EE
(201,248,238)
#D2F9F0
(210,249,240)
#DBFAF2
(219,250,242)
#E4FBF4
(228,251,244)
#EDFCF6
(237,252,246)
#F6FDF8
(246,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF3E4 color. Also use rgb(156,243,228) instead hex code.

Text Font Color

.myTextColor { color: #9CF3E4; }

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

This text font color is #9CF3E4.

Background Color

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

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

This div background color is #9CF3E4.

Border color

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

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

This div border color is #9CF3E4.

Opacity

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

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

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

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

This text has shadow with #9CF3E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CF3E4.

Preview

Color preview on black background

This text has color #9CF3E4 on black background.


Color preview on white background

This text has color #9CF3E4 on white background.


Black color preview on #9CF3E4 background

This text has black color on #9CF3E4 background.


White color preview on #9CF3E4 background

This text has white color on #9CF3E4 background.


Related colors

Complementary color

Complementary color for #hex is #630C1B.


I love getcolorcode.com

Triadic colors

1 #E49CF3 and #F3E49C with #9CF3E4 are triadic colors.

2 #E4F39C and #F39CE4 with #9CF3E4 are triadic colors.