COLOR #9DE7CB

HEX: #9DE7CB RGB: (157,231,203)

Color info

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

RGB color model

#9DE7CB color RGB value is (157,231,203).

RGB: (157,231,203) (62%, 91%, 80%)

RGB channels and saturation

R 157 of 255 = 62%
G 231 of 255 = 91%
B 203 of 255 = 80%

157
231
203

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

Portions of RGB colors in percentages

R + G + B = 157 + 231 + 203 = 591 (100%)
R 157 of 591 ~ 26.57%
G 231 of 591 ~ 39.09%
B 203 of 591 ~ 34.35'%

%26.57
%39.09
%34.35

CMYK color model

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

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

CMYK: (32,0,12,9)
C32M0Y12K9 (32%, 0%, 12%, 9%)
(0.32 / 0.00 / 0.12 / 0.09)

CMYK percentages

%32.03
%0
%12.12
%9.41

Codes

Color #9DE7CB in popluar color models

9D E7 CB
RGB 157 231 203
HSL 157° 60.66% 76.08%
HSB/HSV 157° 32.03% 90.59%
CMYK 32.03% 0.00% 12.12%
9.41%

Color #9DE7CB in popluar number systems.

HEX 9D E7 CB
Decimal 157 231 203
Binary 10011101 11100111 11001011
Octal 235 347 313

Shades and tints

Shades of #9DE7CB

#9DE7CB
(157,231,203)
#8FD2B9
(143,210,185)
#81BDA7
(129,189,167)
#73A895
(115,168,149)
#659383
(101,147,131)
#577E71
(87,126,113)
#49695F
(73,105,95)
#3B544D
(59,84,77)
#2D3F3B
(45,63,59)
#1F2A29
(31,42,41)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #9DE7CB

#9DE7CB
(157,231,203)
#A5E9CF
(165,233,207)
#ADEBD3
(173,235,211)
#B5EDD7
(181,237,215)
#BDEFDB
(189,239,219)
#C5F1DF
(197,241,223)
#CDF3E3
(205,243,227)
#D5F5E7
(213,245,231)
#DDF7EB
(221,247,235)
#E5F9EF
(229,249,239)
#EDFBF3
(237,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DE7CB; }

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

This text font color is #9DE7CB.

Background Color

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

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

This div background color is #9DE7CB.

Border color

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

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

This div border color is #9DE7CB.

Opacity

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

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

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

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

This text has shadow with #9DE7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE7CB.

Preview

Color preview on black background

This text has color #9DE7CB on black background.


Color preview on white background

This text has color #9DE7CB on white background.


Black color preview on #9DE7CB background

This text has black color on #9DE7CB background.


White color preview on #9DE7CB background

This text has white color on #9DE7CB background.


Related colors

Complementary color

Complementary color for #hex is #621834.


I love getcolorcode.com

Triadic colors

1 #CB9DE7 and #E7CB9D with #9DE7CB are triadic colors.

2 #CBE79D and #E79DCB with #9DE7CB are triadic colors.