COLOR #9DE3A4

HEX: #9DE3A4
RGB: (157,227,164)

Color info

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

RGB color model

#9DE3A4 color RGB value is (157,227,164).

  • red value is 157;
  • green value is 227;
  • blue value is 164.
RGB:
(157,227,164)
(62%,89%,64%)

RGB channels and saturation

R 157 of 255 = 62%
G 227 of 255 = 89%
B 164 of 255 = 64%

157
227
164

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

Portions of RGB colors in percentages

R + G + B =
157 + 227 + 164 = 548 (100%)
R 157 of 548 ~ 28.65%
G 227 of 548 ~ 41.42%
B 164 of 548 ~ 29.93%

%28.65
%41.42
%29.93

CMYK color model

#9DE3A4 color CMYK value is (31,0,28,11).

  • cyan value is 30.84%
  • magenta value is 0.00%
  • yellow value is 27.75%
  • key color value is 10.98%
CMYK:
(31,0,28,11)
C31M0Y28K11 
(31%,0%,28%,11%)
(0.31/0.00/0.28/0.11)	

CMYK percentages

%30.84
%0
%27.75
%10.98

Codes

Color #9DE3A4 in popluar color models

9DE3A4
RGB157227164
HSL126°55.56%75.29%
HSB/HSV126°30.84%89.02%
CMYK30.84%0.00%27.75%
10.98%

Color #9DE3A4 in popluar number systems.

HEX9DE3A4
Decimal157227164
Binary100111011110001110100100
Octal235343244

Shades and tints

Shades of #9DE3A4

#9DE3A4
(157,227,164)
#8FCF96
(143,207,150)
#81BB88
(129,187,136)
#73A77A
(115,167,122)
#65936C
(101,147,108)
#577F5E
(87,127,94)
#496B50
(73,107,80)
#3B5742
(59,87,66)
#2D4334
(45,67,52)
#1F2F26
(31,47,38)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #9DE3A4

#9DE3A4
(157,227,164)
#A5E5AC
(165,229,172)
#ADE7B4
(173,231,180)
#B5E9BC
(181,233,188)
#BDEBC4
(189,235,196)
#C5EDCC
(197,237,204)
#CDEFD4
(205,239,212)
#D5F1DC
(213,241,220)
#DDF3E4
(221,243,228)
#E5F5EC
(229,245,236)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE3A4 color. Also use rgb(157,227,164) instead hex code.

Text Font Color

.myTextColor { color: #9DE3A4; }

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

This text font color is #9DE3A4.


Background Color

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

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

This div background color is #9DE3A4.


Border color

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

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

This div border color is #9DE3A4.


Opacity

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

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

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

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

This text has shadow with #9DE3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE3A4 on black background.


Color preview on white background

This text has color #9DE3A4 on white background.



Black color preview on #9DE3A4 background

This text has black color on #9DE3A4 background.


White color preview on #9DE3A4 background

This text has white color on #9DE3A4 background.