COLOR #9CEEB1

HEX: #9CEEB1 RGB: (156,238,177)

Color info

#9CEEB1 contains mainly green color. Web safe color of #9CEEB1 is #99FF99 (or #9F9).

RGB color model

#9CEEB1 color RGB value is (156,238,177).

RGB: (156,238,177) (61%, 93%, 69%)

RGB channels and saturation

R 156 of 255 = 61%
G 238 of 255 = 93%
B 177 of 255 = 69%

156
238
177

R + G + B ~ 74%. #9CEEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 238 + 177 = 571 (100%)
R 156 of 571 ~ 27.32%
G 238 of 571 ~ 41.68%
B 177 of 571 ~ 31'%

%27.32
%41.68
%31

CMYK color model

#9CEEB1 color CMYK value is (34,0,26,7).

  • cyan value is 34.45%
  • magenta value is 0.00%
  • yellow value is 25.63%
  • key color value is 6.67%

CMYK: (34,0,26,7)
C34M0Y26K7 (34%, 0%, 26%, 7%)
(0.34 / 0.00 / 0.26 / 0.07)

CMYK percentages

%34.45
%0
%25.63
%6.67

Codes

Color #9CEEB1 in popluar color models

9C EE B1
RGB 156 238 177
HSL 135° 70.69% 77.25%
HSB/HSV 135° 34.45% 93.33%
CMYK 34.45% 0.00% 25.63%
6.67%

Color #9CEEB1 in popluar number systems.

HEX 9C EE B1
Decimal 156 238 177
Binary 10011100 11101110 10110001
Octal 234 356 261

Shades and tints

Shades of #9CEEB1

#9CEEB1
(156,238,177)
#8ED9A1
(142,217,161)
#80C491
(128,196,145)
#72AF81
(114,175,129)
#649A71
(100,154,113)
#568561
(86,133,97)
#487051
(72,112,81)
#3A5B41
(58,91,65)
#2C4631
(44,70,49)
#1E3121
(30,49,33)
#101C11
(16,28,17)
#000000
(0,0,0)

Tints of #9CEEB1

#9CEEB1
(156,238,177)
#A5EFB8
(165,239,184)
#AEF0BF
(174,240,191)
#B7F1C6
(183,241,198)
#C0F2CD
(192,242,205)
#C9F3D4
(201,243,212)
#D2F4DB
(210,244,219)
#DBF5E2
(219,245,226)
#E4F6E9
(228,246,233)
#EDF7F0
(237,247,240)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CEEB1 color. Also use rgb(156,238,177) instead hex code.

Text Font Color

.myTextColor { color: #9CEEB1; }

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

This text font color is #9CEEB1.

Background Color

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

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

This div background color is #9CEEB1.

Border color

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

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

This div border color is #9CEEB1.

Opacity

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

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

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

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

This text has shadow with #9CEEB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CEEB1.

Preview

Color preview on black background

This text has color #9CEEB1 on black background.


Color preview on white background

This text has color #9CEEB1 on white background.


Black color preview on #9CEEB1 background

This text has black color on #9CEEB1 background.


White color preview on #9CEEB1 background

This text has white color on #9CEEB1 background.


Related colors

Complementary color

Complementary color for #hex is #63114E.


I love getcolorcode.com

Triadic colors

1 #B19CEE and #EEB19C with #9CEEB1 are triadic colors.

2 #B1EE9C and #EE9CB1 with #9CEEB1 are triadic colors.