COLOR #9DF9DC

HEX: #9DF9DC
RGB: (157,249,220)

Color info

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

RGB color model

#9DF9DC color RGB value is (157,249,220).

  • red value is 157;
  • green value is 249;
  • blue value is 220.
RGB:
(157,249,220)
(62%,98%,86%)

RGB channels and saturation

R 157 of 255 = 62%
G 249 of 255 = 98%
B 220 of 255 = 86%

157
249
220

R + G + B ~ 82%. #9DF9DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 249 + 220 = 626 (100%)
R 157 of 626 ~ 25.08%
G 249 of 626 ~ 39.78%
B 220 of 626 ~ 35.14%

%25.08
%39.78
%35.14

CMYK color model

#9DF9DC color CMYK value is (37,0,12,2).

  • cyan value is 36.95%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 2.35%
CMYK:
(37,0,12,2)
C37M0Y12K2 
(37%,0%,12%,2%)
(0.37/0.00/0.12/0.02)	

CMYK percentages

%36.95
%0
%11.65
%2.35

Codes

Color #9DF9DC in popluar color models

9DF9DC
RGB157249220
HSL161°88.46%79.61%
HSB/HSV161°36.95%97.65%
CMYK36.95%0.00%11.65%
2.35%

Color #9DF9DC in popluar number systems.

HEX9DF9DC
Decimal157249220
Binary100111011111100111011100
Octal235371334

Shades and tints

Shades of #9DF9DC

#9DF9DC
(157,249,220)
#8FE3C8
(143,227,200)
#81CDB4
(129,205,180)
#73B7A0
(115,183,160)
#65A18C
(101,161,140)
#578B78
(87,139,120)
#497564
(73,117,100)
#3B5F50
(59,95,80)
#2D493C
(45,73,60)
#1F3328
(31,51,40)
#111D14
(17,29,20)
#000000
(0,0,0)

Tints of #9DF9DC

#9DF9DC
(157,249,220)
#A5F9DF
(165,249,223)
#ADF9E2
(173,249,226)
#B5F9E5
(181,249,229)
#BDF9E8
(189,249,232)
#C5F9EB
(197,249,235)
#CDF9EE
(205,249,238)
#D5F9F1
(213,249,241)
#DDF9F4
(221,249,244)
#E5F9F7
(229,249,247)
#EDF9FA
(237,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DF9DC color. Also use rgb(157,249,220) instead hex code.

Text Font Color

.myTextColor { color: #9DF9DC; }

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

This text font color is #9DF9DC.


Background Color

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

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

This div background color is #9DF9DC.


Border color

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

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

This div border color is #9DF9DC.


Opacity

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

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

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

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

This text has shadow with #9DF9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DF9DC on black background.


Color preview on white background

This text has color #9DF9DC on white background.



Black color preview on #9DF9DC background

This text has black color on #9DF9DC background.


White color preview on #9DF9DC background

This text has white color on #9DF9DC background.