COLOR #9CEFB9

HEX: #9CEFB9
RGB: (156,239,185)

Color info

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

RGB color model

#9CEFB9 color RGB value is (156,239,185).

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

RGB channels and saturation

R 156 of 255 = 61%
G 239 of 255 = 94%
B 185 of 255 = 73%

156
239
185

R + G + B ~ 76%. #9CEFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 239 + 185 = 580 (100%)
R 156 of 580 ~ 26.9%
G 239 of 580 ~ 41.21%
B 185 of 580 ~ 31.9%

%26.9
%41.21
%31.9

CMYK color model

#9CEFB9 color CMYK value is (35,0,23,6).

  • cyan value is 34.73%
  • magenta value is 0.00%
  • yellow value is 22.59%
  • key color value is 6.27%
CMYK:
(35,0,23,6)
C35M0Y23K6 
(35%,0%,23%,6%)
(0.35/0.00/0.23/0.06)	

CMYK percentages

%34.73
%0
%22.59
%6.27

Codes

Color #9CEFB9 in popluar color models

9CEFB9
RGB156239185
HSL141°72.17%77.45%
HSB/HSV141°34.73%93.73%
CMYK34.73%0.00%22.59%
6.27%

Color #9CEFB9 in popluar number systems.

HEX9CEFB9
Decimal156239185
Binary100111001110111110111001
Octal234357271

Shades and tints

Shades of #9CEFB9

#9CEFB9
(156,239,185)
#8EDAA9
(142,218,169)
#80C599
(128,197,153)
#72B089
(114,176,137)
#649B79
(100,155,121)
#568669
(86,134,105)
#487159
(72,113,89)
#3A5C49
(58,92,73)
#2C4739
(44,71,57)
#1E3229
(30,50,41)
#101D19
(16,29,25)
#000000
(0,0,0)

Tints of #9CEFB9

#9CEFB9
(156,239,185)
#A5F0BF
(165,240,191)
#AEF1C5
(174,241,197)
#B7F2CB
(183,242,203)
#C0F3D1
(192,243,209)
#C9F4D7
(201,244,215)
#D2F5DD
(210,245,221)
#DBF6E3
(219,246,227)
#E4F7E9
(228,247,233)
#EDF8EF
(237,248,239)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CEFB9; }

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

This text font color is #9CEFB9.


Background Color

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

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

This div background color is #9CEFB9.


Border color

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

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

This div border color is #9CEFB9.


Opacity

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

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

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

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

This text has shadow with #9CEFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEFB9 on black background.


Color preview on white background

This text has color #9CEFB9 on white background.



Black color preview on #9CEFB9 background

This text has black color on #9CEFB9 background.


White color preview on #9CEFB9 background

This text has white color on #9CEFB9 background.