COLOR #9DF6C7

HEX: #9DF6C7
RGB: (157,246,199)

Color info

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

RGB color model

#9DF6C7 color RGB value is (157,246,199).

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

RGB channels and saturation

R 157 of 255 = 62%
G 246 of 255 = 96%
B 199 of 255 = 78%

157
246
199

R + G + B ~ 79%. #9DF6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 246 + 199 = 602 (100%)
R 157 of 602 ~ 26.08%
G 246 of 602 ~ 40.86%
B 199 of 602 ~ 33.06%

%26.08
%40.86
%33.06

CMYK color model

#9DF6C7 color CMYK value is (36,0,19,4).

  • cyan value is 36.18%
  • magenta value is 0.00%
  • yellow value is 19.11%
  • key color value is 3.53%
CMYK:
(36,0,19,4)
C36M0Y19K4 
(36%,0%,19%,4%)
(0.36/0.00/0.19/0.04)	

CMYK percentages

%36.18
%0
%19.11
%3.53

Codes

Color #9DF6C7 in popluar color models

9DF6C7
RGB157246199
HSL148°83.18%79.02%
HSB/HSV148°36.18%96.47%
CMYK36.18%0.00%19.11%
3.53%

Color #9DF6C7 in popluar number systems.

HEX9DF6C7
Decimal157246199
Binary100111011111011011000111
Octal235366307

Shades and tints

Shades of #9DF6C7

#9DF6C7
(157,246,199)
#8FE0B5
(143,224,181)
#81CAA3
(129,202,163)
#73B491
(115,180,145)
#659E7F
(101,158,127)
#57886D
(87,136,109)
#49725B
(73,114,91)
#3B5C49
(59,92,73)
#2D4637
(45,70,55)
#1F3025
(31,48,37)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #9DF6C7

#9DF6C7
(157,246,199)
#A5F6CC
(165,246,204)
#ADF6D1
(173,246,209)
#B5F6D6
(181,246,214)
#BDF6DB
(189,246,219)
#C5F6E0
(197,246,224)
#CDF6E5
(205,246,229)
#D5F6EA
(213,246,234)
#DDF6EF
(221,246,239)
#E5F6F4
(229,246,244)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DF6C7; }

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

This text font color is #9DF6C7.


Background Color

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

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

This div background color is #9DF6C7.


Border color

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

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

This div border color is #9DF6C7.


Opacity

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

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

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

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

This text has shadow with #9DF6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DF6C7 on black background.


Color preview on white background

This text has color #9DF6C7 on white background.



Black color preview on #9DF6C7 background

This text has black color on #9DF6C7 background.


White color preview on #9DF6C7 background

This text has white color on #9DF6C7 background.