COLOR #9DEFCE

HEX: #9DEFCE
RGB: (157,239,206)

Color info

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

RGB color model

#9DEFCE color RGB value is (157,239,206).

  • red value is 157;
  • green value is 239;
  • blue value is 206.
RGB:
(157,239,206)
(62%,94%,81%)

RGB channels and saturation

R 157 of 255 = 62%
G 239 of 255 = 94%
B 206 of 255 = 81%

157
239
206

R + G + B ~ 79%. #9DEFCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 239 + 206 = 602 (100%)
R 157 of 602 ~ 26.08%
G 239 of 602 ~ 39.7%
B 206 of 602 ~ 34.22%

%26.08
%39.7
%34.22

CMYK color model

#9DEFCE color CMYK value is (34,0,14,6).

  • cyan value is 34.31%
  • magenta value is 0.00%
  • yellow value is 13.81%
  • key color value is 6.27%
CMYK:
(34,0,14,6)
C34M0Y14K6 
(34%,0%,14%,6%)
(0.34/0.00/0.14/0.06)	

CMYK percentages

%34.31
%0
%13.81
%6.27

Codes

Color #9DEFCE in popluar color models

9DEFCE
RGB157239206
HSL156°71.93%77.65%
HSB/HSV156°34.31%93.73%
CMYK34.31%0.00%13.81%
6.27%

Color #9DEFCE in popluar number systems.

HEX9DEFCE
Decimal157239206
Binary100111011110111111001110
Octal235357316

Shades and tints

Shades of #9DEFCE

#9DEFCE
(157,239,206)
#8FDABC
(143,218,188)
#81C5AA
(129,197,170)
#73B098
(115,176,152)
#659B86
(101,155,134)
#578674
(87,134,116)
#497162
(73,113,98)
#3B5C50
(59,92,80)
#2D473E
(45,71,62)
#1F322C
(31,50,44)
#111D1A
(17,29,26)
#000000
(0,0,0)

Tints of #9DEFCE

#9DEFCE
(157,239,206)
#A5F0D2
(165,240,210)
#ADF1D6
(173,241,214)
#B5F2DA
(181,242,218)
#BDF3DE
(189,243,222)
#C5F4E2
(197,244,226)
#CDF5E6
(205,245,230)
#D5F6EA
(213,246,234)
#DDF7EE
(221,247,238)
#E5F8F2
(229,248,242)
#EDF9F6
(237,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DEFCE color. Also use rgb(157,239,206) instead hex code.

Text Font Color

.myTextColor { color: #9DEFCE; }

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

This text font color is #9DEFCE.


Background Color

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

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

This div background color is #9DEFCE.


Border color

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

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

This div border color is #9DEFCE.


Opacity

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

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

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

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

This text has shadow with #9DEFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DEFCE on black background.


Color preview on white background

This text has color #9DEFCE on white background.



Black color preview on #9DEFCE background

This text has black color on #9DEFCE background.


White color preview on #9DEFCE background

This text has white color on #9DEFCE background.