COLOR #9DEFB4

HEX: #9DEFB4 RGB: (157,239,180)

Color info

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

RGB color model

#9DEFB4 color RGB value is (157,239,180).

RGB: (157,239,180) (62%, 94%, 71%)

RGB channels and saturation

R 157 of 255 = 62%
G 239 of 255 = 94%
B 180 of 255 = 71%

157
239
180

R + G + B ~ 76%. #9DEFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 239 + 180 = 576 (100%)
R 157 of 576 ~ 27.26%
G 239 of 576 ~ 41.49%
B 180 of 576 ~ 31.25'%

%27.26
%41.49
%31.25

CMYK color model

#9DEFB4 color CMYK value is (34,0,25,6).

  • cyan value is 34.31%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 6.27%

CMYK: (34,0,25,6)
C34M0Y25K6 (34%, 0%, 25%, 6%)
(0.34 / 0.00 / 0.25 / 0.06)

CMYK percentages

%34.31
%0
%24.69
%6.27

Codes

Color #9DEFB4 in popluar color models

9D EF B4
RGB 157 239 180
HSL 137° 71.93% 77.65%
HSB/HSV 137° 34.31% 93.73%
CMYK 34.31% 0.00% 24.69%
6.27%

Color #9DEFB4 in popluar number systems.

HEX 9D EF B4
Decimal 157 239 180
Binary 10011101 11101111 10110100
Octal 235 357 264

Shades and tints

Shades of #9DEFB4

#9DEFB4
(157,239,180)
#8FDAA4
(143,218,164)
#81C594
(129,197,148)
#73B084
(115,176,132)
#659B74
(101,155,116)
#578664
(87,134,100)
#497154
(73,113,84)
#3B5C44
(59,92,68)
#2D4734
(45,71,52)
#1F3224
(31,50,36)
#111D14
(17,29,20)
#000000
(0,0,0)

Tints of #9DEFB4

#9DEFB4
(157,239,180)
#A5F0BA
(165,240,186)
#ADF1C0
(173,241,192)
#B5F2C6
(181,242,198)
#BDF3CC
(189,243,204)
#C5F4D2
(197,244,210)
#CDF5D8
(205,245,216)
#D5F6DE
(213,246,222)
#DDF7E4
(221,247,228)
#E5F8EA
(229,248,234)
#EDF9F0
(237,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DEFB4 color. Also use rgb(157,239,180) instead hex code.

Text Font Color

.myTextColor { color: #9DEFB4; }

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

This text font color is #9DEFB4.

Background Color

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

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

This div background color is #9DEFB4.

Border color

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

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

This div border color is #9DEFB4.

Opacity

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

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

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

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

This text has shadow with #9DEFB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DEFB4.

Preview

Color preview on black background

This text has color #9DEFB4 on black background.


Color preview on white background

This text has color #9DEFB4 on white background.


Black color preview on #9DEFB4 background

This text has black color on #9DEFB4 background.


White color preview on #9DEFB4 background

This text has white color on #9DEFB4 background.


Related colors

Complementary color

Complementary color for #hex is #62104B.


I love getcolorcode.com

Triadic colors

1 #B49DEF and #EFB49D with #9DEFB4 are triadic colors.

2 #B4EF9D and #EF9DB4 with #9DEFB4 are triadic colors.