COLOR #9CF5E4

HEX: #9CF5E4 RGB: (156,245,228)

Color info

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

RGB color model

#9CF5E4 color RGB value is (156,245,228).

RGB: (156,245,228) (61%, 96%, 89%)

RGB channels and saturation

R 156 of 255 = 61%
G 245 of 255 = 96%
B 228 of 255 = 89%

156
245
228

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

Portions of RGB colors in percentages

R + G + B = 156 + 245 + 228 = 629 (100%)
R 156 of 629 ~ 24.8%
G 245 of 629 ~ 38.95%
B 228 of 629 ~ 36.25'%

%24.8
%38.95
%36.25

CMYK color model

#9CF5E4 color CMYK value is (36,0,7,4).

  • cyan value is 36.33%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 3.92%

CMYK: (36,0,7,4)
C36M0Y7K4 (36%, 0%, 7%, 4%)
(0.36 / 0.00 / 0.07 / 0.04)

CMYK percentages

%36.33
%0
%6.94
%3.92

Codes

Color #9CF5E4 in popluar color models

9C F5 E4
RGB 156 245 228
HSL 169° 81.65% 78.63%
HSB/HSV 169° 36.33% 96.08%
CMYK 36.33% 0.00% 6.94%
3.92%

Color #9CF5E4 in popluar number systems.

HEX 9C F5 E4
Decimal 156 245 228
Binary 10011100 11110101 11100100
Octal 234 365 344

Shades and tints

Shades of #9CF5E4

#9CF5E4
(156,245,228)
#8EDFD0
(142,223,208)
#80C9BC
(128,201,188)
#72B3A8
(114,179,168)
#649D94
(100,157,148)
#568780
(86,135,128)
#48716C
(72,113,108)
#3A5B58
(58,91,88)
#2C4544
(44,69,68)
#1E2F30
(30,47,48)
#10191C
(16,25,28)
#000000
(0,0,0)

Tints of #9CF5E4

#9CF5E4
(156,245,228)
#A5F5E6
(165,245,230)
#AEF5E8
(174,245,232)
#B7F5EA
(183,245,234)
#C0F5EC
(192,245,236)
#C9F5EE
(201,245,238)
#D2F5F0
(210,245,240)
#DBF5F2
(219,245,242)
#E4F5F4
(228,245,244)
#EDF5F6
(237,245,246)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CF5E4; }

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

This text font color is #9CF5E4.

Background Color

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

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

This div background color is #9CF5E4.

Border color

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

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

This div border color is #9CF5E4.

Opacity

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

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

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

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

This text has shadow with #9CF5E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CF5E4.

Preview

Color preview on black background

This text has color #9CF5E4 on black background.


Color preview on white background

This text has color #9CF5E4 on white background.


Black color preview on #9CF5E4 background

This text has black color on #9CF5E4 background.


White color preview on #9CF5E4 background

This text has white color on #9CF5E4 background.


Related colors

Complementary color

Complementary color for #hex is #630A1B.


I love getcolorcode.com

Triadic colors

1 #E49CF5 and #F5E49C with #9CF5E4 are triadic colors.

2 #E4F59C and #F59CE4 with #9CF5E4 are triadic colors.