COLOR #9DE9C5

HEX: #9DE9C5 RGB: (157,233,197)

Color info

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

RGB color model

#9DE9C5 color RGB value is (157,233,197).

RGB: (157,233,197) (62%, 91%, 77%)

RGB channels and saturation

R 157 of 255 = 62%
G 233 of 255 = 91%
B 197 of 255 = 77%

157
233
197

R + G + B ~ 77%. #9DE9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 233 + 197 = 587 (100%)
R 157 of 587 ~ 26.75%
G 233 of 587 ~ 39.69%
B 197 of 587 ~ 33.56'%

%26.75
%39.69
%33.56

CMYK color model

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

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 8.63%

CMYK: (33,0,15,9)
C33M0Y15K9 (33%, 0%, 15%, 9%)
(0.33 / 0.00 / 0.15 / 0.09)

CMYK percentages

%32.62
%0
%15.45
%8.63

Codes

Color #9DE9C5 in popluar color models

9D E9 C5
RGB 157 233 197
HSL 152° 63.33% 76.47%
HSB/HSV 152° 32.62% 91.37%
CMYK 32.62% 0.00% 15.45%
8.63%

Color #9DE9C5 in popluar number systems.

HEX 9D E9 C5
Decimal 157 233 197
Binary 10011101 11101001 11000101
Octal 235 351 305

Shades and tints

Shades of #9DE9C5

#9DE9C5
(157,233,197)
#8FD4B4
(143,212,180)
#81BFA3
(129,191,163)
#73AA92
(115,170,146)
#659581
(101,149,129)
#578070
(87,128,112)
#496B5F
(73,107,95)
#3B564E
(59,86,78)
#2D413D
(45,65,61)
#1F2C2C
(31,44,44)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #9DE9C5

#9DE9C5
(157,233,197)
#A5EBCA
(165,235,202)
#ADEDCF
(173,237,207)
#B5EFD4
(181,239,212)
#BDF1D9
(189,241,217)
#C5F3DE
(197,243,222)
#CDF5E3
(205,245,227)
#D5F7E8
(213,247,232)
#DDF9ED
(221,249,237)
#E5FBF2
(229,251,242)
#EDFDF7
(237,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DE9C5; }

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

This text font color is #9DE9C5.

Background Color

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

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

This div background color is #9DE9C5.

Border color

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

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

This div border color is #9DE9C5.

Opacity

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

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

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

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

This text has shadow with #9DE9C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE9C5.

Preview

Color preview on black background

This text has color #9DE9C5 on black background.


Color preview on white background

This text has color #9DE9C5 on white background.


Black color preview on #9DE9C5 background

This text has black color on #9DE9C5 background.


White color preview on #9DE9C5 background

This text has white color on #9DE9C5 background.


Related colors

Complementary color

Complementary color for #hex is #62163A.


I love getcolorcode.com

Triadic colors

1 #C59DE9 and #E9C59D with #9DE9C5 are triadic colors.

2 #C5E99D and #E99DC5 with #9DE9C5 are triadic colors.