COLOR #9DE5A8

HEX: #9DE5A8
RGB: (157,229,168)

Color info

#9DE5A8 contains mainly green color. Web safe color of #9DE5A8 is #99CC99 (or #9C9).

RGB color model

#9DE5A8 color RGB value is (157,229,168).

  • red value is 157;
  • green value is 229;
  • blue value is 168.
RGB:
(157,229,168)
(62%,90%,66%)

RGB channels and saturation

R 157 of 255 = 62%
G 229 of 255 = 90%
B 168 of 255 = 66%

157
229
168

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

Portions of RGB colors in percentages

R + G + B =
157 + 229 + 168 = 554 (100%)
R 157 of 554 ~ 28.34%
G 229 of 554 ~ 41.34%
B 168 of 554 ~ 30.32%

%28.34
%41.34
%30.32

CMYK color model

#9DE5A8 color CMYK value is (31,0,27,10).

  • cyan value is 31.44%
  • magenta value is 0.00%
  • yellow value is 26.64%
  • key color value is 10.20%
CMYK:
(31,0,27,10)
C31M0Y27K10 
(31%,0%,27%,10%)
(0.31/0.00/0.27/0.10)	

CMYK percentages

%31.44
%0
%26.64
%10.2

Codes

Color #9DE5A8 in popluar color models

9DE5A8
RGB157229168
HSL129°58.06%75.69%
HSB/HSV129°31.44%89.80%
CMYK31.44%0.00%26.64%
10.20%

Color #9DE5A8 in popluar number systems.

HEX9DE5A8
Decimal157229168
Binary100111011110010110101000
Octal235345250

Shades and tints

Shades of #9DE5A8

#9DE5A8
(157,229,168)
#8FD199
(143,209,153)
#81BD8A
(129,189,138)
#73A97B
(115,169,123)
#65956C
(101,149,108)
#57815D
(87,129,93)
#496D4E
(73,109,78)
#3B593F
(59,89,63)
#2D4530
(45,69,48)
#1F3121
(31,49,33)
#111D12
(17,29,18)
#000000
(0,0,0)

Tints of #9DE5A8

#9DE5A8
(157,229,168)
#A5E7AF
(165,231,175)
#ADE9B6
(173,233,182)
#B5EBBD
(181,235,189)
#BDEDC4
(189,237,196)
#C5EFCB
(197,239,203)
#CDF1D2
(205,241,210)
#D5F3D9
(213,243,217)
#DDF5E0
(221,245,224)
#E5F7E7
(229,247,231)
#EDF9EE
(237,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE5A8 color. Also use rgb(157,229,168) instead hex code.

Text Font Color

.myTextColor { color: #9DE5A8; }

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

This text font color is #9DE5A8.


Background Color

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

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

This div background color is #9DE5A8.


Border color

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

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

This div border color is #9DE5A8.


Opacity

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

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

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

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

This text has shadow with #9DE5A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE5A8 on black background.


Color preview on white background

This text has color #9DE5A8 on white background.



Black color preview on #9DE5A8 background

This text has black color on #9DE5A8 background.


White color preview on #9DE5A8 background

This text has white color on #9DE5A8 background.