COLOR #9DE6A3

HEX: #9DE6A3
RGB: (157,230,163)

Color info

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

RGB color model

#9DE6A3 color RGB value is (157,230,163).

  • red value is 157;
  • green value is 230;
  • blue value is 163.
RGB:
(157,230,163)
(62%,90%,64%)

RGB channels and saturation

R 157 of 255 = 62%
G 230 of 255 = 90%
B 163 of 255 = 64%

157
230
163

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

Portions of RGB colors in percentages

R + G + B =
157 + 230 + 163 = 550 (100%)
R 157 of 550 ~ 28.55%
G 230 of 550 ~ 41.82%
B 163 of 550 ~ 29.64%

%28.55
%41.82
%29.64

CMYK color model

#9DE6A3 color CMYK value is (32,0,29,10).

  • cyan value is 31.74%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 9.80%
CMYK:
(32,0,29,10)
C32M0Y29K10 
(32%,0%,29%,10%)
(0.32/0.00/0.29/0.10)	

CMYK percentages

%31.74
%0
%29.13
%9.8

Codes

Color #9DE6A3 in popluar color models

9DE6A3
RGB157230163
HSL125°59.35%75.88%
HSB/HSV125°31.74%90.20%
CMYK31.74%0.00%29.13%
9.80%

Color #9DE6A3 in popluar number systems.

HEX9DE6A3
Decimal157230163
Binary100111011110011010100011
Octal235346243

Shades and tints

Shades of #9DE6A3

#9DE6A3
(157,230,163)
#8FD295
(143,210,149)
#81BE87
(129,190,135)
#73AA79
(115,170,121)
#65966B
(101,150,107)
#57825D
(87,130,93)
#496E4F
(73,110,79)
#3B5A41
(59,90,65)
#2D4633
(45,70,51)
#1F3225
(31,50,37)
#111E17
(17,30,23)
#000000
(0,0,0)

Tints of #9DE6A3

#9DE6A3
(157,230,163)
#A5E8AB
(165,232,171)
#ADEAB3
(173,234,179)
#B5ECBB
(181,236,187)
#BDEEC3
(189,238,195)
#C5F0CB
(197,240,203)
#CDF2D3
(205,242,211)
#D5F4DB
(213,244,219)
#DDF6E3
(221,246,227)
#E5F8EB
(229,248,235)
#EDFAF3
(237,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE6A3 color. Also use rgb(157,230,163) instead hex code.

Text Font Color

.myTextColor { color: #9DE6A3; }

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

This text font color is #9DE6A3.


Background Color

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

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

This div background color is #9DE6A3.


Border color

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

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

This div border color is #9DE6A3.


Opacity

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

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

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

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

This text has shadow with #9DE6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE6A3 on black background.


Color preview on white background

This text has color #9DE6A3 on white background.



Black color preview on #9DE6A3 background

This text has black color on #9DE6A3 background.


White color preview on #9DE6A3 background

This text has white color on #9DE6A3 background.