COLOR #9DE1B1

HEX: #9DE1B1 RGB: (157,225,177)

Color info

#9DE1B1 contains mainly green and blue colors. Web safe color of #9DE1B1 is #99CC99 (or #9C9).

RGB color model

#9DE1B1 color RGB value is (157,225,177).

RGB: (157,225,177) (62%, 88%, 69%)

RGB channels and saturation

R 157 of 255 = 62%
G 225 of 255 = 88%
B 177 of 255 = 69%

157
225
177

R + G + B ~ 73%. #9DE1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 225 + 177 = 559 (100%)
R 157 of 559 ~ 28.09%
G 225 of 559 ~ 40.25%
B 177 of 559 ~ 31.66'%

%28.09
%40.25
%31.66

CMYK color model

#9DE1B1 color CMYK value is (30,0,21,12).

  • cyan value is 30.22%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 11.76%

CMYK: (30,0,21,12)
C30M0Y21K12 (30%, 0%, 21%, 12%)
(0.30 / 0.00 / 0.21 / 0.12)

CMYK percentages

%30.22
%0
%21.33
%11.76

Codes

Color #9DE1B1 in popluar color models

9D E1 B1
RGB 157 225 177
HSL 138° 53.13% 74.90%
HSB/HSV 138° 30.22% 88.24%
CMYK 30.22% 0.00% 21.33%
11.76%

Color #9DE1B1 in popluar number systems.

HEX 9D E1 B1
Decimal 157 225 177
Binary 10011101 11100001 10110001
Octal 235 341 261

Shades and tints

Shades of #9DE1B1

#9DE1B1
(157,225,177)
#8FCDA1
(143,205,161)
#81B991
(129,185,145)
#73A581
(115,165,129)
#659171
(101,145,113)
#577D61
(87,125,97)
#496951
(73,105,81)
#3B5541
(59,85,65)
#2D4131
(45,65,49)
#1F2D21
(31,45,33)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #9DE1B1

#9DE1B1
(157,225,177)
#A5E3B8
(165,227,184)
#ADE5BF
(173,229,191)
#B5E7C6
(181,231,198)
#BDE9CD
(189,233,205)
#C5EBD4
(197,235,212)
#CDEDDB
(205,237,219)
#D5EFE2
(213,239,226)
#DDF1E9
(221,241,233)
#E5F3F0
(229,243,240)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE1B1 color. Also use rgb(157,225,177) instead hex code.

Text Font Color

.myTextColor { color: #9DE1B1; }

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

This text font color is #9DE1B1.

Background Color

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

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

This div background color is #9DE1B1.

Border color

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

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

This div border color is #9DE1B1.

Opacity

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

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

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

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

This text has shadow with #9DE1B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE1B1.

Preview

Color preview on black background

This text has color #9DE1B1 on black background.


Color preview on white background

This text has color #9DE1B1 on white background.


Black color preview on #9DE1B1 background

This text has black color on #9DE1B1 background.


White color preview on #9DE1B1 background

This text has white color on #9DE1B1 background.


Related colors

Complementary color

Complementary color for #hex is #621E4E.


I love getcolorcode.com

Triadic colors

1 #B19DE1 and #E1B19D with #9DE1B1 are triadic colors.

2 #B1E19D and #E19DB1 with #9DE1B1 are triadic colors.