COLOR #9DF0C9

HEX: #9DF0C9
RGB: (157,240,201)

Color info

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

RGB color model

#9DF0C9 color RGB value is (157,240,201).

  • red value is 157;
  • green value is 240;
  • blue value is 201.
RGB:
(157,240,201)
(62%,94%,79%)

RGB channels and saturation

R 157 of 255 = 62%
G 240 of 255 = 94%
B 201 of 255 = 79%

157
240
201

R + G + B ~ 78%. #9DF0C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 240 + 201 = 598 (100%)
R 157 of 598 ~ 26.25%
G 240 of 598 ~ 40.13%
B 201 of 598 ~ 33.61%

%26.25
%40.13
%33.61

CMYK color model

#9DF0C9 color CMYK value is (35,0,16,6).

  • cyan value is 34.58%
  • magenta value is 0.00%
  • yellow value is 16.25%
  • key color value is 5.88%
CMYK:
(35,0,16,6)
C35M0Y16K6 
(35%,0%,16%,6%)
(0.35/0.00/0.16/0.06)	

CMYK percentages

%34.58
%0
%16.25
%5.88

Codes

Color #9DF0C9 in popluar color models

9DF0C9
RGB157240201
HSL152°73.45%77.84%
HSB/HSV152°34.58%94.12%
CMYK34.58%0.00%16.25%
5.88%

Color #9DF0C9 in popluar number systems.

HEX9DF0C9
Decimal157240201
Binary100111011111000011001001
Octal235360311

Shades and tints

Shades of #9DF0C9

#9DF0C9
(157,240,201)
#8FDBB7
(143,219,183)
#81C6A5
(129,198,165)
#73B193
(115,177,147)
#659C81
(101,156,129)
#57876F
(87,135,111)
#49725D
(73,114,93)
#3B5D4B
(59,93,75)
#2D4839
(45,72,57)
#1F3327
(31,51,39)
#111E15
(17,30,21)
#000000
(0,0,0)

Tints of #9DF0C9

#9DF0C9
(157,240,201)
#A5F1CD
(165,241,205)
#ADF2D1
(173,242,209)
#B5F3D5
(181,243,213)
#BDF4D9
(189,244,217)
#C5F5DD
(197,245,221)
#CDF6E1
(205,246,225)
#D5F7E5
(213,247,229)
#DDF8E9
(221,248,233)
#E5F9ED
(229,249,237)
#EDFAF1
(237,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DF0C9 color. Also use rgb(157,240,201) instead hex code.

Text Font Color

.myTextColor { color: #9DF0C9; }

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

This text font color is #9DF0C9.


Background Color

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

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

This div background color is #9DF0C9.


Border color

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

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

This div border color is #9DF0C9.


Opacity

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

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

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

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

This text has shadow with #9DF0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DF0C9 on black background.


Color preview on white background

This text has color #9DF0C9 on white background.



Black color preview on #9DF0C9 background

This text has black color on #9DF0C9 background.


White color preview on #9DF0C9 background

This text has white color on #9DF0C9 background.