COLOR #9DE9D4

HEX: #9DE9D4
RGB: (157,233,212)

Color info

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

RGB color model

#9DE9D4 color RGB value is (157,233,212).

  • red value is 157;
  • green value is 233;
  • blue value is 212.
RGB:
(157,233,212)
(62%,91%,83%)

RGB channels and saturation

R 157 of 255 = 62%
G 233 of 255 = 91%
B 212 of 255 = 83%

157
233
212

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

Portions of RGB colors in percentages

R + G + B =
157 + 233 + 212 = 602 (100%)
R 157 of 602 ~ 26.08%
G 233 of 602 ~ 38.7%
B 212 of 602 ~ 35.22%

%26.08
%38.7
%35.22

CMYK color model

#9DE9D4 color CMYK value is (33,0,9,9).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 9.01%
  • key color value is 8.63%
CMYK:
(33,0,9,9)
C33M0Y9K9 
(33%,0%,9%,9%)
(0.33/0.00/0.09/0.09)	

CMYK percentages

%32.62
%0
%9.01
%8.63

Codes

Color #9DE9D4 in popluar color models

9DE9D4
RGB157233212
HSL163°63.33%76.47%
HSB/HSV163°32.62%91.37%
CMYK32.62%0.00%9.01%
8.63%

Color #9DE9D4 in popluar number systems.

HEX9DE9D4
Decimal157233212
Binary100111011110100111010100
Octal235351324

Shades and tints

Shades of #9DE9D4

#9DE9D4
(157,233,212)
#8FD4C1
(143,212,193)
#81BFAE
(129,191,174)
#73AA9B
(115,170,155)
#659588
(101,149,136)
#578075
(87,128,117)
#496B62
(73,107,98)
#3B564F
(59,86,79)
#2D413C
(45,65,60)
#1F2C29
(31,44,41)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #9DE9D4

#9DE9D4
(157,233,212)
#A5EBD7
(165,235,215)
#ADEDDA
(173,237,218)
#B5EFDD
(181,239,221)
#BDF1E0
(189,241,224)
#C5F3E3
(197,243,227)
#CDF5E6
(205,245,230)
#D5F7E9
(213,247,233)
#DDF9EC
(221,249,236)
#E5FBEF
(229,251,239)
#EDFDF2
(237,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE9D4 color. Also use rgb(157,233,212) instead hex code.

Text Font Color

.myTextColor { color: #9DE9D4; }

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

This text font color is #9DE9D4.


Background Color

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

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

This div background color is #9DE9D4.


Border color

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

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

This div border color is #9DE9D4.


Opacity

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

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

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

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

This text has shadow with #9DE9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE9D4 on black background.


Color preview on white background

This text has color #9DE9D4 on white background.



Black color preview on #9DE9D4 background

This text has black color on #9DE9D4 background.


White color preview on #9DE9D4 background

This text has white color on #9DE9D4 background.