COLOR #9DF9D1

HEX: #9DF9D1
RGB: (157,249,209)

Color info

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

RGB color model

#9DF9D1 color RGB value is (157,249,209).

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

RGB channels and saturation

R 157 of 255 = 62%
G 249 of 255 = 98%
B 209 of 255 = 82%

157
249
209

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

Portions of RGB colors in percentages

R + G + B =
157 + 249 + 209 = 615 (100%)
R 157 of 615 ~ 25.53%
G 249 of 615 ~ 40.49%
B 209 of 615 ~ 33.98%

%25.53
%40.49
%33.98

CMYK color model

#9DF9D1 color CMYK value is (37,0,16,2).

  • cyan value is 36.95%
  • magenta value is 0.00%
  • yellow value is 16.06%
  • key color value is 2.35%
CMYK:
(37,0,16,2)
C37M0Y16K2 
(37%,0%,16%,2%)
(0.37/0.00/0.16/0.02)	

CMYK percentages

%36.95
%0
%16.06
%2.35

Codes

Color #9DF9D1 in popluar color models

9DF9D1
RGB157249209
HSL154°88.46%79.61%
HSB/HSV154°36.95%97.65%
CMYK36.95%0.00%16.06%
2.35%

Color #9DF9D1 in popluar number systems.

HEX9DF9D1
Decimal157249209
Binary100111011111100111010001
Octal235371321

Shades and tints

Shades of #9DF9D1

#9DF9D1
(157,249,209)
#8FE3BE
(143,227,190)
#81CDAB
(129,205,171)
#73B798
(115,183,152)
#65A185
(101,161,133)
#578B72
(87,139,114)
#49755F
(73,117,95)
#3B5F4C
(59,95,76)
#2D4939
(45,73,57)
#1F3326
(31,51,38)
#111D13
(17,29,19)
#000000
(0,0,0)

Tints of #9DF9D1

#9DF9D1
(157,249,209)
#A5F9D5
(165,249,213)
#ADF9D9
(173,249,217)
#B5F9DD
(181,249,221)
#BDF9E1
(189,249,225)
#C5F9E5
(197,249,229)
#CDF9E9
(205,249,233)
#D5F9ED
(213,249,237)
#DDF9F1
(221,249,241)
#E5F9F5
(229,249,245)
#EDF9F9
(237,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DF9D1; }

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

This text font color is #9DF9D1.


Background Color

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

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

This div background color is #9DF9D1.


Border color

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

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

This div border color is #9DF9D1.


Opacity

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

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

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

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

This text has shadow with #9DF9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DF9D1 on black background.


Color preview on white background

This text has color #9DF9D1 on white background.



Black color preview on #9DF9D1 background

This text has black color on #9DF9D1 background.


White color preview on #9DF9D1 background

This text has white color on #9DF9D1 background.