COLOR #9DE6CA

HEX: #9DE6CA RGB: (157,230,202)

Color info

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

RGB color model

#9DE6CA color RGB value is (157,230,202).

RGB: (157,230,202) (62%, 90%, 79%)

RGB channels and saturation

R 157 of 255 = 62%
G 230 of 255 = 90%
B 202 of 255 = 79%

157
230
202

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

Portions of RGB colors in percentages

R + G + B = 157 + 230 + 202 = 589 (100%)
R 157 of 589 ~ 26.66%
G 230 of 589 ~ 39.05%
B 202 of 589 ~ 34.3'%

%26.66
%39.05
%34.3

CMYK color model

#9DE6CA color CMYK value is (32,0,12,10).

  • cyan value is 31.74%
  • magenta value is 0.00%
  • yellow value is 12.17%
  • key color value is 9.80%
CMYK: (32,0,12,10) C32M0Y12K10 (32%,0%,12%,10%) (0.32/0.00/0.12/0.10) 

CMYK percentages

%31.74
%0
%12.17
%9.8

Codes

Color #9DE6CA in popluar color models

9D E6 CA
RGB 157 230 202
HSL 157° 59.35% 75.88%
HSB/HSV 157° 31.74% 90.20%
CMYK 31.74% 0.00% 12.17%
9.80%

Color #9DE6CA in popluar number systems.

HEX 9D E6 CA
Decimal 157 230 202
Binary 10011101 11100110 11001010
Octal 235 346 312

Shades and tints

Shades of #9DE6CA

#9DE6CA
(157,230,202)
#8FD2B8
(143,210,184)
#81BEA6
(129,190,166)
#73AA94
(115,170,148)
#659682
(101,150,130)
#578270
(87,130,112)
#496E5E
(73,110,94)
#3B5A4C
(59,90,76)
#2D463A
(45,70,58)
#1F3228
(31,50,40)
#111E16
(17,30,22)
#000000
(0,0,0)

Tints of #9DE6CA

#9DE6CA
(157,230,202)
#A5E8CE
(165,232,206)
#ADEAD2
(173,234,210)
#B5ECD6
(181,236,214)
#BDEEDA
(189,238,218)
#C5F0DE
(197,240,222)
#CDF2E2
(205,242,226)
#D5F4E6
(213,244,230)
#DDF6EA
(221,246,234)
#E5F8EE
(229,248,238)
#EDFAF2
(237,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE6CA color. Also use rgb(157,230,202) instead hex code.

Text Font Color

.myTextColor { color: #9DE6CA; }

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

This text font color is #9DE6CA.

Background Color

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

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

This div background color is #9DE6CA.

Border color

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

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

This div border color is #9DE6CA.

Opacity

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

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

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

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

This text has shadow with #9DE6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE6CA.

Preview

Color preview on black background

This text has color #9DE6CA on black background.


Color preview on white background

This text has color #9DE6CA on white background.


Black color preview on #9DE6CA background

This text has black color on #9DE6CA background.


White color preview on #9DE6CA background

This text has white color on #9DE6CA background.


Related colors

Complementary color

Complementary color for #hex is #621935.


I love getcolorcode.com

Triadic colors

1 #CA9DE6 and #E6CA9D with #9DE6CA are triadic colors.

2 #CAE69D and #E69DCA with #9DE6CA are triadic colors.