COLOR #9DF6D6

HEX: #9DF6D6
RGB: (157,246,214)

Color info

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

RGB color model

#9DF6D6 color RGB value is (157,246,214).

  • red value is 157;
  • green value is 246;
  • blue value is 214.
RGB:
(157,246,214)
(62%,96%,84%)

RGB channels and saturation

R 157 of 255 = 62%
G 246 of 255 = 96%
B 214 of 255 = 84%

157
246
214

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

Portions of RGB colors in percentages

R + G + B =
157 + 246 + 214 = 617 (100%)
R 157 of 617 ~ 25.45%
G 246 of 617 ~ 39.87%
B 214 of 617 ~ 34.68%

%25.45
%39.87
%34.68

CMYK color model

#9DF6D6 color CMYK value is (36,0,13,4).

  • cyan value is 36.18%
  • magenta value is 0.00%
  • yellow value is 13.01%
  • key color value is 3.53%
CMYK:
(36,0,13,4)
C36M0Y13K4 
(36%,0%,13%,4%)
(0.36/0.00/0.13/0.04)	

CMYK percentages

%36.18
%0
%13.01
%3.53

Codes

Color #9DF6D6 in popluar color models

9DF6D6
RGB157246214
HSL158°83.18%79.02%
HSB/HSV158°36.18%96.47%
CMYK36.18%0.00%13.01%
3.53%

Color #9DF6D6 in popluar number systems.

HEX9DF6D6
Decimal157246214
Binary100111011111011011010110
Octal235366326

Shades and tints

Shades of #9DF6D6

#9DF6D6
(157,246,214)
#8FE0C3
(143,224,195)
#81CAB0
(129,202,176)
#73B49D
(115,180,157)
#659E8A
(101,158,138)
#578877
(87,136,119)
#497264
(73,114,100)
#3B5C51
(59,92,81)
#2D463E
(45,70,62)
#1F302B
(31,48,43)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #9DF6D6

#9DF6D6
(157,246,214)
#A5F6D9
(165,246,217)
#ADF6DC
(173,246,220)
#B5F6DF
(181,246,223)
#BDF6E2
(189,246,226)
#C5F6E5
(197,246,229)
#CDF6E8
(205,246,232)
#D5F6EB
(213,246,235)
#DDF6EE
(221,246,238)
#E5F6F1
(229,246,241)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DF6D6 color. Also use rgb(157,246,214) instead hex code.

Text Font Color

.myTextColor { color: #9DF6D6; }

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

This text font color is #9DF6D6.


Background Color

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

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

This div background color is #9DF6D6.


Border color

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

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

This div border color is #9DF6D6.


Opacity

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

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

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

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

This text has shadow with #9DF6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DF6D6 on black background.


Color preview on white background

This text has color #9DF6D6 on white background.



Black color preview on #9DF6D6 background

This text has black color on #9DF6D6 background.


White color preview on #9DF6D6 background

This text has white color on #9DF6D6 background.