COLOR #9DE1DA

HEX: #9DE1DA
RGB: (157,225,218)

Color info

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

RGB color model

#9DE1DA color RGB value is (157,225,218).

  • red value is 157;
  • green value is 225;
  • blue value is 218.
RGB:
(157,225,218)
(62%,88%,85%)

RGB channels and saturation

R 157 of 255 = 62%
G 225 of 255 = 88%
B 218 of 255 = 85%

157
225
218

R + G + B ~ 78%. #9DE1DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 225 + 218 = 600 (100%)
R 157 of 600 ~ 26.17%
G 225 of 600 ~ 37.5%
B 218 of 600 ~ 36.33%

%26.17
%37.5
%36.33

CMYK color model

#9DE1DA color CMYK value is (30,0,3,12).

  • cyan value is 30.22%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK:
(30,0,3,12)
C30M0Y3K12 
(30%,0%,3%,12%)
(0.30/0.00/0.03/0.12)	

CMYK percentages

%30.22
%0
%3.11
%11.76

Codes

Color #9DE1DA in popluar color models

9DE1DA
RGB157225218
HSL174°53.13%74.90%
HSB/HSV174°30.22%88.24%
CMYK30.22%0.00%3.11%
11.76%

Color #9DE1DA in popluar number systems.

HEX9DE1DA
Decimal157225218
Binary100111011110000111011010
Octal235341332

Shades and tints

Shades of #9DE1DA

#9DE1DA
(157,225,218)
#8FCDC7
(143,205,199)
#81B9B4
(129,185,180)
#73A5A1
(115,165,161)
#65918E
(101,145,142)
#577D7B
(87,125,123)
#496968
(73,105,104)
#3B5555
(59,85,85)
#2D4142
(45,65,66)
#1F2D2F
(31,45,47)
#11191C
(17,25,28)
#000000
(0,0,0)

Tints of #9DE1DA

#9DE1DA
(157,225,218)
#A5E3DD
(165,227,221)
#ADE5E0
(173,229,224)
#B5E7E3
(181,231,227)
#BDE9E6
(189,233,230)
#C5EBE9
(197,235,233)
#CDEDEC
(205,237,236)
#D5EFEF
(213,239,239)
#DDF1F2
(221,241,242)
#E5F3F5
(229,243,245)
#EDF5F8
(237,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE1DA color. Also use rgb(157,225,218) instead hex code.

Text Font Color

.myTextColor { color: #9DE1DA; }

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

This text font color is #9DE1DA.


Background Color

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

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

This div background color is #9DE1DA.


Border color

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

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

This div border color is #9DE1DA.


Opacity

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

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

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

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

This text has shadow with #9DE1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE1DA on black background.


Color preview on white background

This text has color #9DE1DA on white background.



Black color preview on #9DE1DA background

This text has black color on #9DE1DA background.


White color preview on #9DE1DA background

This text has white color on #9DE1DA background.