COLOR #9DF7E6

HEX: #9DF7E6
RGB: (157,247,230)

Color info

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

RGB color model

#9DF7E6 color RGB value is (157,247,230).

  • red value is 157;
  • green value is 247;
  • blue value is 230.
RGB:
(157,247,230)
(62%,97%,90%)

RGB channels and saturation

R 157 of 255 = 62%
G 247 of 255 = 97%
B 230 of 255 = 90%

157
247
230

R + G + B ~ 83%. #9DF7E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 247 + 230 = 634 (100%)
R 157 of 634 ~ 24.76%
G 247 of 634 ~ 38.96%
B 230 of 634 ~ 36.28%

%24.76
%38.96
%36.28

CMYK color model

#9DF7E6 color CMYK value is (36,0,7,3).

  • cyan value is 36.44%
  • magenta value is 0.00%
  • yellow value is 6.88%
  • key color value is 3.14%
CMYK:
(36,0,7,3)
C36M0Y7K3 
(36%,0%,7%,3%)
(0.36/0.00/0.07/0.03)	

CMYK percentages

%36.44
%0
%6.88
%3.14

Codes

Color #9DF7E6 in popluar color models

9DF7E6
RGB157247230
HSL169°84.91%79.22%
HSB/HSV169°36.44%96.86%
CMYK36.44%0.00%6.88%
3.14%

Color #9DF7E6 in popluar number systems.

HEX9DF7E6
Decimal157247230
Binary100111011111011111100110
Octal235367346

Shades and tints

Shades of #9DF7E6

#9DF7E6
(157,247,230)
#8FE1D2
(143,225,210)
#81CBBE
(129,203,190)
#73B5AA
(115,181,170)
#659F96
(101,159,150)
#578982
(87,137,130)
#49736E
(73,115,110)
#3B5D5A
(59,93,90)
#2D4746
(45,71,70)
#1F3132
(31,49,50)
#111B1E
(17,27,30)
#000000
(0,0,0)

Tints of #9DF7E6

#9DF7E6
(157,247,230)
#A5F7E8
(165,247,232)
#ADF7EA
(173,247,234)
#B5F7EC
(181,247,236)
#BDF7EE
(189,247,238)
#C5F7F0
(197,247,240)
#CDF7F2
(205,247,242)
#D5F7F4
(213,247,244)
#DDF7F6
(221,247,246)
#E5F7F8
(229,247,248)
#EDF7FA
(237,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DF7E6 color. Also use rgb(157,247,230) instead hex code.

Text Font Color

.myTextColor { color: #9DF7E6; }

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

This text font color is #9DF7E6.


Background Color

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

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

This div background color is #9DF7E6.


Border color

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

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

This div border color is #9DF7E6.


Opacity

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

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

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

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

This text has shadow with #9DF7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DF7E6 on black background.


Color preview on white background

This text has color #9DF7E6 on white background.



Black color preview on #9DF7E6 background

This text has black color on #9DF7E6 background.


White color preview on #9DF7E6 background

This text has white color on #9DF7E6 background.