COLOR #9DE1A6

HEX: #9DE1A6 RGB: (157,225,166)

Color info

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

RGB color model

#9DE1A6 color RGB value is (157,225,166).

RGB: (157,225,166) (62%, 88%, 65%)

RGB channels and saturation

R 157 of 255 = 62%
G 225 of 255 = 88%
B 166 of 255 = 65%

157
225
166

R + G + B ~ 72%. #9DE1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 225 + 166 = 548 (100%)
R 157 of 548 ~ 28.65%
G 225 of 548 ~ 41.06%
B 166 of 548 ~ 30.29'%

%28.65
%41.06
%30.29

CMYK color model

#9DE1A6 color CMYK value is (30,0,26,12).

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

CMYK: (30,0,26,12)
C30M0Y26K12 (30%, 0%, 26%, 12%)
(0.30 / 0.00 / 0.26 / 0.12)

CMYK percentages

%30.22
%0
%26.22
%11.76

Codes

Color #9DE1A6 in popluar color models

9D E1 A6
RGB 157 225 166
HSL 128° 53.13% 74.90%
HSB/HSV 128° 30.22% 88.24%
CMYK 30.22% 0.00% 26.22%
11.76%

Color #9DE1A6 in popluar number systems.

HEX 9D E1 A6
Decimal 157 225 166
Binary 10011101 11100001 10100110
Octal 235 341 246

Shades and tints

Shades of #9DE1A6

#9DE1A6
(157,225,166)
#8FCD97
(143,205,151)
#81B988
(129,185,136)
#73A579
(115,165,121)
#65916A
(101,145,106)
#577D5B
(87,125,91)
#49694C
(73,105,76)
#3B553D
(59,85,61)
#2D412E
(45,65,46)
#1F2D1F
(31,45,31)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #9DE1A6

#9DE1A6
(157,225,166)
#A5E3AE
(165,227,174)
#ADE5B6
(173,229,182)
#B5E7BE
(181,231,190)
#BDE9C6
(189,233,198)
#C5EBCE
(197,235,206)
#CDEDD6
(205,237,214)
#D5EFDE
(213,239,222)
#DDF1E6
(221,241,230)
#E5F3EE
(229,243,238)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DE1A6; }

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

This text font color is #9DE1A6.

Background Color

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

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

This div background color is #9DE1A6.

Border color

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

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

This div border color is #9DE1A6.

Opacity

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

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

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

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

This text has shadow with #9DE1A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE1A6.

Preview

Color preview on black background

This text has color #9DE1A6 on black background.


Color preview on white background

This text has color #9DE1A6 on white background.


Black color preview on #9DE1A6 background

This text has black color on #9DE1A6 background.


White color preview on #9DE1A6 background

This text has white color on #9DE1A6 background.


Related colors

Complementary color

Complementary color for #hex is #621E59.


I love getcolorcode.com

Triadic colors

1 #A69DE1 and #E1A69D with #9DE1A6 are triadic colors.

2 #A6E19D and #E19DA6 with #9DE1A6 are triadic colors.