COLOR #9DE5CF

HEX: #9DE5CF
RGB: (157,229,207)

Color info

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

RGB color model

#9DE5CF color RGB value is (157,229,207).

  • red value is 157;
  • green value is 229;
  • blue value is 207.
RGB:
(157,229,207)
(62%,90%,81%)

RGB channels and saturation

R 157 of 255 = 62%
G 229 of 255 = 90%
B 207 of 255 = 81%

157
229
207

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

Portions of RGB colors in percentages

R + G + B =
157 + 229 + 207 = 593 (100%)
R 157 of 593 ~ 26.48%
G 229 of 593 ~ 38.62%
B 207 of 593 ~ 34.91%

%26.48
%38.62
%34.91

CMYK color model

#9DE5CF color CMYK value is (31,0,10,10).

  • cyan value is 31.44%
  • magenta value is 0.00%
  • yellow value is 9.61%
  • key color value is 10.20%
CMYK:
(31,0,10,10)
C31M0Y10K10 
(31%,0%,10%,10%)
(0.31/0.00/0.10/0.10)	

CMYK percentages

%31.44
%0
%9.61
%10.2

Codes

Color #9DE5CF in popluar color models

9DE5CF
RGB157229207
HSL162°58.06%75.69%
HSB/HSV162°31.44%89.80%
CMYK31.44%0.00%9.61%
10.20%

Color #9DE5CF in popluar number systems.

HEX9DE5CF
Decimal157229207
Binary100111011110010111001111
Octal235345317

Shades and tints

Shades of #9DE5CF

#9DE5CF
(157,229,207)
#8FD1BD
(143,209,189)
#81BDAB
(129,189,171)
#73A999
(115,169,153)
#659587
(101,149,135)
#578175
(87,129,117)
#496D63
(73,109,99)
#3B5951
(59,89,81)
#2D453F
(45,69,63)
#1F312D
(31,49,45)
#111D1B
(17,29,27)
#000000
(0,0,0)

Tints of #9DE5CF

#9DE5CF
(157,229,207)
#A5E7D3
(165,231,211)
#ADE9D7
(173,233,215)
#B5EBDB
(181,235,219)
#BDEDDF
(189,237,223)
#C5EFE3
(197,239,227)
#CDF1E7
(205,241,231)
#D5F3EB
(213,243,235)
#DDF5EF
(221,245,239)
#E5F7F3
(229,247,243)
#EDF9F7
(237,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE5CF color. Also use rgb(157,229,207) instead hex code.

Text Font Color

.myTextColor { color: #9DE5CF; }

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

This text font color is #9DE5CF.


Background Color

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

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

This div background color is #9DE5CF.


Border color

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

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

This div border color is #9DE5CF.


Opacity

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

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

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

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

This text has shadow with #9DE5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE5CF on black background.


Color preview on white background

This text has color #9DE5CF on white background.



Black color preview on #9DE5CF background

This text has black color on #9DE5CF background.


White color preview on #9DE5CF background

This text has white color on #9DE5CF background.