COLOR #9DE6D6

HEX: #9DE6D6
RGB: (157,230,214)

Color info

#9DE6D6 contains mainly green and blue colors. Web safe color of #9DE6D6 is #99CCCC (or #9CC).

RGB color model

#9DE6D6 color RGB value is (157,230,214).

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

RGB channels and saturation

R 157 of 255 = 62%
G 230 of 255 = 90%
B 214 of 255 = 84%

157
230
214

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

Portions of RGB colors in percentages

R + G + B =
157 + 230 + 214 = 601 (100%)
R 157 of 601 ~ 26.12%
G 230 of 601 ~ 38.27%
B 214 of 601 ~ 35.61%

%26.12
%38.27
%35.61

CMYK color model

#9DE6D6 color CMYK value is (32,0,7,10).

  • cyan value is 31.74%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 9.80%
CMYK:
(32,0,7,10)
C32M0Y7K10 
(32%,0%,7%,10%)
(0.32/0.00/0.07/0.10)	

CMYK percentages

%31.74
%0
%6.96
%9.8

Codes

Color #9DE6D6 in popluar color models

9DE6D6
RGB157230214
HSL167°59.35%75.88%
HSB/HSV167°31.74%90.20%
CMYK31.74%0.00%6.96%
9.80%

Color #9DE6D6 in popluar number systems.

HEX9DE6D6
Decimal157230214
Binary100111011110011011010110
Octal235346326

Shades and tints

Shades of #9DE6D6

#9DE6D6
(157,230,214)
#8FD2C3
(143,210,195)
#81BEB0
(129,190,176)
#73AA9D
(115,170,157)
#65968A
(101,150,138)
#578277
(87,130,119)
#496E64
(73,110,100)
#3B5A51
(59,90,81)
#2D463E
(45,70,62)
#1F322B
(31,50,43)
#111E18
(17,30,24)
#000000
(0,0,0)

Tints of #9DE6D6

#9DE6D6
(157,230,214)
#A5E8D9
(165,232,217)
#ADEADC
(173,234,220)
#B5ECDF
(181,236,223)
#BDEEE2
(189,238,226)
#C5F0E5
(197,240,229)
#CDF2E8
(205,242,232)
#D5F4EB
(213,244,235)
#DDF6EE
(221,246,238)
#E5F8F1
(229,248,241)
#EDFAF4
(237,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DE6D6; }

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

This text font color is #9DE6D6.


Background Color

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

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

This div background color is #9DE6D6.


Border color

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

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

This div border color is #9DE6D6.


Opacity

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

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

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

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

This text has shadow with #9DE6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE6D6 on black background.


Color preview on white background

This text has color #9DE6D6 on white background.



Black color preview on #9DE6D6 background

This text has black color on #9DE6D6 background.


White color preview on #9DE6D6 background

This text has white color on #9DE6D6 background.