COLOR #9DE4A8

HEX: #9DE4A8
RGB: (157,228,168)

Color info

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

RGB color model

#9DE4A8 color RGB value is (157,228,168).

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

RGB channels and saturation

R 157 of 255 = 62%
G 228 of 255 = 89%
B 168 of 255 = 66%

157
228
168

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

Portions of RGB colors in percentages

R + G + B =
157 + 228 + 168 = 553 (100%)
R 157 of 553 ~ 28.39%
G 228 of 553 ~ 41.23%
B 168 of 553 ~ 30.38%

%28.39
%41.23
%30.38

CMYK color model

#9DE4A8 color CMYK value is (31,0,26,11).

  • cyan value is 31.14%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 10.59%
CMYK:
(31,0,26,11)
C31M0Y26K11 
(31%,0%,26%,11%)
(0.31/0.00/0.26/0.11)	

CMYK percentages

%31.14
%0
%26.32
%10.59

Codes

Color #9DE4A8 in popluar color models

9DE4A8
RGB157228168
HSL129°56.80%75.49%
HSB/HSV129°31.14%89.41%
CMYK31.14%0.00%26.32%
10.59%

Color #9DE4A8 in popluar number systems.

HEX9DE4A8
Decimal157228168
Binary100111011110010010101000
Octal235344250

Shades and tints

Shades of #9DE4A8

#9DE4A8
(157,228,168)
#8FD099
(143,208,153)
#81BC8A
(129,188,138)
#73A87B
(115,168,123)
#65946C
(101,148,108)
#57805D
(87,128,93)
#496C4E
(73,108,78)
#3B583F
(59,88,63)
#2D4430
(45,68,48)
#1F3021
(31,48,33)
#111C12
(17,28,18)
#000000
(0,0,0)

Tints of #9DE4A8

#9DE4A8
(157,228,168)
#A5E6AF
(165,230,175)
#ADE8B6
(173,232,182)
#B5EABD
(181,234,189)
#BDECC4
(189,236,196)
#C5EECB
(197,238,203)
#CDF0D2
(205,240,210)
#D5F2D9
(213,242,217)
#DDF4E0
(221,244,224)
#E5F6E7
(229,246,231)
#EDF8EE
(237,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DE4A8; }

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

This text font color is #9DE4A8.


Background Color

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

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

This div background color is #9DE4A8.


Border color

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

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

This div border color is #9DE4A8.


Opacity

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

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

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

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

This text has shadow with #9DE4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE4A8 on black background.


Color preview on white background

This text has color #9DE4A8 on white background.



Black color preview on #9DE4A8 background

This text has black color on #9DE4A8 background.


White color preview on #9DE4A8 background

This text has white color on #9DE4A8 background.