COLOR #9DE7D5

HEX: #9DE7D5 RGB: (157,231,213)

Color info

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

RGB color model

#9DE7D5 color RGB value is (157,231,213).

RGB: (157,231,213) (62%, 91%, 84%)

RGB channels and saturation

R 157 of 255 = 62%
G 231 of 255 = 91%
B 213 of 255 = 84%

157
231
213

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

Portions of RGB colors in percentages

R + G + B = 157 + 231 + 213 = 601 (100%)
R 157 of 601 ~ 26.12%
G 231 of 601 ~ 38.44%
B 213 of 601 ~ 35.44'%

%26.12
%38.44
%35.44

CMYK color model

#9DE7D5 color CMYK value is (32,0,8,9).

  • cyan value is 32.03%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 9.41%

CMYK: (32,0,8,9)
C32M0Y8K9 (32%, 0%, 8%, 9%)
(0.32 / 0.00 / 0.08 / 0.09)

CMYK percentages

%32.03
%0
%7.79
%9.41

Codes

Color #9DE7D5 in popluar color models

9D E7 D5
RGB 157 231 213
HSL 165° 60.66% 76.08%
HSB/HSV 165° 32.03% 90.59%
CMYK 32.03% 0.00% 7.79%
9.41%

Color #9DE7D5 in popluar number systems.

HEX 9D E7 D5
Decimal 157 231 213
Binary 10011101 11100111 11010101
Octal 235 347 325

Shades and tints

Shades of #9DE7D5

#9DE7D5
(157,231,213)
#8FD2C2
(143,210,194)
#81BDAF
(129,189,175)
#73A89C
(115,168,156)
#659389
(101,147,137)
#577E76
(87,126,118)
#496963
(73,105,99)
#3B5450
(59,84,80)
#2D3F3D
(45,63,61)
#1F2A2A
(31,42,42)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #9DE7D5

#9DE7D5
(157,231,213)
#A5E9D8
(165,233,216)
#ADEBDB
(173,235,219)
#B5EDDE
(181,237,222)
#BDEFE1
(189,239,225)
#C5F1E4
(197,241,228)
#CDF3E7
(205,243,231)
#D5F5EA
(213,245,234)
#DDF7ED
(221,247,237)
#E5F9F0
(229,249,240)
#EDFBF3
(237,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE7D5 color. Also use rgb(157,231,213) instead hex code.

Text Font Color

.myTextColor { color: #9DE7D5; }

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

This text font color is #9DE7D5.

Background Color

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

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

This div background color is #9DE7D5.

Border color

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

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

This div border color is #9DE7D5.

Opacity

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

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

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

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

This text has shadow with #9DE7D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE7D5.

Preview

Color preview on black background

This text has color #9DE7D5 on black background.


Color preview on white background

This text has color #9DE7D5 on white background.


Black color preview on #9DE7D5 background

This text has black color on #9DE7D5 background.


White color preview on #9DE7D5 background

This text has white color on #9DE7D5 background.


Related colors

Complementary color

Complementary color for #hex is #62182A.


I love getcolorcode.com

Triadic colors

1 #D59DE7 and #E7D59D with #9DE7D5 are triadic colors.

2 #D5E79D and #E79DD5 with #9DE7D5 are triadic colors.