COLOR #9CF6DB

HEX: #9CF6DB
RGB: (156,246,219)

Color info

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

RGB color model

#9CF6DB color RGB value is (156,246,219).

  • red value is 156;
  • green value is 246;
  • blue value is 219.
RGB:
(156,246,219)
(61%,96%,86%)

RGB channels and saturation

R 156 of 255 = 61%
G 246 of 255 = 96%
B 219 of 255 = 86%

156
246
219

R + G + B ~ 81%. #9CF6DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 246 + 219 = 621 (100%)
R 156 of 621 ~ 25.12%
G 246 of 621 ~ 39.61%
B 219 of 621 ~ 35.27%

%25.12
%39.61
%35.27

CMYK color model

#9CF6DB color CMYK value is (37,0,11,4).

  • cyan value is 36.59%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 3.53%
CMYK:
(37,0,11,4)
C37M0Y11K4 
(37%,0%,11%,4%)
(0.37/0.00/0.11/0.04)	

CMYK percentages

%36.59
%0
%10.98
%3.53

Codes

Color #9CF6DB in popluar color models

9CF6DB
RGB156246219
HSL162°83.33%78.82%
HSB/HSV162°36.59%96.47%
CMYK36.59%0.00%10.98%
3.53%

Color #9CF6DB in popluar number systems.

HEX9CF6DB
Decimal156246219
Binary100111001111011011011011
Octal234366333

Shades and tints

Shades of #9CF6DB

#9CF6DB
(156,246,219)
#8EE0C8
(142,224,200)
#80CAB5
(128,202,181)
#72B4A2
(114,180,162)
#649E8F
(100,158,143)
#56887C
(86,136,124)
#487269
(72,114,105)
#3A5C56
(58,92,86)
#2C4643
(44,70,67)
#1E3030
(30,48,48)
#101A1D
(16,26,29)
#000000
(0,0,0)

Tints of #9CF6DB

#9CF6DB
(156,246,219)
#A5F6DE
(165,246,222)
#AEF6E1
(174,246,225)
#B7F6E4
(183,246,228)
#C0F6E7
(192,246,231)
#C9F6EA
(201,246,234)
#D2F6ED
(210,246,237)
#DBF6F0
(219,246,240)
#E4F6F3
(228,246,243)
#EDF6F6
(237,246,246)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF6DB color. Also use rgb(156,246,219) instead hex code.

Text Font Color

.myTextColor { color: #9CF6DB; }

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

This text font color is #9CF6DB.


Background Color

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

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

This div background color is #9CF6DB.


Border color

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

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

This div border color is #9CF6DB.


Opacity

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

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

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

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

This text has shadow with #9CF6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CF6DB on black background.


Color preview on white background

This text has color #9CF6DB on white background.



Black color preview on #9CF6DB background

This text has black color on #9CF6DB background.


White color preview on #9CF6DB background

This text has white color on #9CF6DB background.