COLOR #9DE2BD

HEX: #9DE2BD
RGB: (157,226,189)

Color info

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

RGB color model

#9DE2BD color RGB value is (157,226,189).

  • red value is 157;
  • green value is 226;
  • blue value is 189.
RGB:
(157,226,189)
(62%,89%,74%)

RGB channels and saturation

R 157 of 255 = 62%
G 226 of 255 = 89%
B 189 of 255 = 74%

157
226
189

R + G + B ~ 75%. #9DE2BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 226 + 189 = 572 (100%)
R 157 of 572 ~ 27.45%
G 226 of 572 ~ 39.51%
B 189 of 572 ~ 33.04%

%27.45
%39.51
%33.04

CMYK color model

#9DE2BD color CMYK value is (31,0,16,11).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 11.37%
CMYK:
(31,0,16,11)
C31M0Y16K11 
(31%,0%,16%,11%)
(0.31/0.00/0.16/0.11)	

CMYK percentages

%30.53
%0
%16.37
%11.37

Codes

Color #9DE2BD in popluar color models

9DE2BD
RGB157226189
HSL148°54.33%75.10%
HSB/HSV148°30.53%88.63%
CMYK30.53%0.00%16.37%
11.37%

Color #9DE2BD in popluar number systems.

HEX9DE2BD
Decimal157226189
Binary100111011110001010111101
Octal235342275

Shades and tints

Shades of #9DE2BD

#9DE2BD
(157,226,189)
#8FCEAC
(143,206,172)
#81BA9B
(129,186,155)
#73A68A
(115,166,138)
#659279
(101,146,121)
#577E68
(87,126,104)
#496A57
(73,106,87)
#3B5646
(59,86,70)
#2D4235
(45,66,53)
#1F2E24
(31,46,36)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #9DE2BD

#9DE2BD
(157,226,189)
#A5E4C3
(165,228,195)
#ADE6C9
(173,230,201)
#B5E8CF
(181,232,207)
#BDEAD5
(189,234,213)
#C5ECDB
(197,236,219)
#CDEEE1
(205,238,225)
#D5F0E7
(213,240,231)
#DDF2ED
(221,242,237)
#E5F4F3
(229,244,243)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE2BD color. Also use rgb(157,226,189) instead hex code.

Text Font Color

.myTextColor { color: #9DE2BD; }

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

This text font color is #9DE2BD.


Background Color

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

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

This div background color is #9DE2BD.


Border color

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

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

This div border color is #9DE2BD.


Opacity

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

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

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

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

This text has shadow with #9DE2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE2BD on black background.


Color preview on white background

This text has color #9DE2BD on white background.



Black color preview on #9DE2BD background

This text has black color on #9DE2BD background.


White color preview on #9DE2BD background

This text has white color on #9DE2BD background.