COLOR #9DEBB5

HEX: #9DEBB5 RGB: (157,235,181)

Color info

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

RGB color model

#9DEBB5 color RGB value is (157,235,181).

RGB: (157,235,181) (62%, 92%, 71%)

RGB channels and saturation

R 157 of 255 = 62%
G 235 of 255 = 92%
B 181 of 255 = 71%

157
235
181

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

Portions of RGB colors in percentages

R + G + B = 157 + 235 + 181 = 573 (100%)
R 157 of 573 ~ 27.4%
G 235 of 573 ~ 41.01%
B 181 of 573 ~ 31.59'%

%27.4
%41.01
%31.59

CMYK color model

#9DEBB5 color CMYK value is (33,0,23,8).

  • cyan value is 33.19%
  • magenta value is 0.00%
  • yellow value is 22.98%
  • key color value is 7.84%

CMYK: (33,0,23,8)
C33M0Y23K8 (33%, 0%, 23%, 8%)
(0.33 / 0.00 / 0.23 / 0.08)

CMYK percentages

%33.19
%0
%22.98
%7.84

Codes

Color #9DEBB5 in popluar color models

9D EB B5
RGB 157 235 181
HSL 138° 66.10% 76.86%
HSB/HSV 138° 33.19% 92.16%
CMYK 33.19% 0.00% 22.98%
7.84%

Color #9DEBB5 in popluar number systems.

HEX 9D EB B5
Decimal 157 235 181
Binary 10011101 11101011 10110101
Octal 235 353 265

Shades and tints

Shades of #9DEBB5

#9DEBB5
(157,235,181)
#8FD6A5
(143,214,165)
#81C195
(129,193,149)
#73AC85
(115,172,133)
#659775
(101,151,117)
#578265
(87,130,101)
#496D55
(73,109,85)
#3B5845
(59,88,69)
#2D4335
(45,67,53)
#1F2E25
(31,46,37)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #9DEBB5

#9DEBB5
(157,235,181)
#A5ECBB
(165,236,187)
#ADEDC1
(173,237,193)
#B5EEC7
(181,238,199)
#BDEFCD
(189,239,205)
#C5F0D3
(197,240,211)
#CDF1D9
(205,241,217)
#D5F2DF
(213,242,223)
#DDF3E5
(221,243,229)
#E5F4EB
(229,244,235)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DEBB5 color. Also use rgb(157,235,181) instead hex code.

Text Font Color

.myTextColor { color: #9DEBB5; }

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

This text font color is #9DEBB5.

Background Color

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

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

This div background color is #9DEBB5.

Border color

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

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

This div border color is #9DEBB5.

Opacity

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

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

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

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

This text has shadow with #9DEBB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DEBB5.

Preview

Color preview on black background

This text has color #9DEBB5 on black background.


Color preview on white background

This text has color #9DEBB5 on white background.


Black color preview on #9DEBB5 background

This text has black color on #9DEBB5 background.


White color preview on #9DEBB5 background

This text has white color on #9DEBB5 background.


Related colors

Complementary color

Complementary color for #hex is #62144A.


I love getcolorcode.com

Triadic colors

1 #B59DEB and #EBB59D with #9DEBB5 are triadic colors.

2 #B5EB9D and #EB9DB5 with #9DEBB5 are triadic colors.