COLOR #9CEFB5

HEX: #9CEFB5
RGB: (156,239,181)

Color info

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

RGB color model

#9CEFB5 color RGB value is (156,239,181).

  • red value is 156;
  • green value is 239;
  • blue value is 181.
RGB:
(156,239,181)
(61%,94%,71%)

RGB channels and saturation

R 156 of 255 = 61%
G 239 of 255 = 94%
B 181 of 255 = 71%

156
239
181

R + G + B ~ 75%. #9CEFB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 239 + 181 = 576 (100%)
R 156 of 576 ~ 27.08%
G 239 of 576 ~ 41.49%
B 181 of 576 ~ 31.42%

%27.08
%41.49
%31.42

CMYK color model

#9CEFB5 color CMYK value is (35,0,24,6).

  • cyan value is 34.73%
  • magenta value is 0.00%
  • yellow value is 24.27%
  • key color value is 6.27%
CMYK:
(35,0,24,6)
C35M0Y24K6 
(35%,0%,24%,6%)
(0.35/0.00/0.24/0.06)	

CMYK percentages

%34.73
%0
%24.27
%6.27

Codes

Color #9CEFB5 in popluar color models

9CEFB5
RGB156239181
HSL138°72.17%77.45%
HSB/HSV138°34.73%93.73%
CMYK34.73%0.00%24.27%
6.27%

Color #9CEFB5 in popluar number systems.

HEX9CEFB5
Decimal156239181
Binary100111001110111110110101
Octal234357265

Shades and tints

Shades of #9CEFB5

#9CEFB5
(156,239,181)
#8EDAA5
(142,218,165)
#80C595
(128,197,149)
#72B085
(114,176,133)
#649B75
(100,155,117)
#568665
(86,134,101)
#487155
(72,113,85)
#3A5C45
(58,92,69)
#2C4735
(44,71,53)
#1E3225
(30,50,37)
#101D15
(16,29,21)
#000000
(0,0,0)

Tints of #9CEFB5

#9CEFB5
(156,239,181)
#A5F0BB
(165,240,187)
#AEF1C1
(174,241,193)
#B7F2C7
(183,242,199)
#C0F3CD
(192,243,205)
#C9F4D3
(201,244,211)
#D2F5D9
(210,245,217)
#DBF6DF
(219,246,223)
#E4F7E5
(228,247,229)
#EDF8EB
(237,248,235)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CEFB5; }

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

This text font color is #9CEFB5.


Background Color

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

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

This div background color is #9CEFB5.


Border color

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

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

This div border color is #9CEFB5.


Opacity

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

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

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

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

This text has shadow with #9CEFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEFB5 on black background.


Color preview on white background

This text has color #9CEFB5 on white background.



Black color preview on #9CEFB5 background

This text has black color on #9CEFB5 background.


White color preview on #9CEFB5 background

This text has white color on #9CEFB5 background.