COLOR #9ED2A3

HEX: #9ED2A3
RGB: (158,210,163)

Color info

#9ED2A3 contains red, green and blue colors in about the same proportion. Web safe color of #9ED2A3 is #99CC99 (or #9C9).

RGB color model

#9ED2A3 color RGB value is (158,210,163).

  • red value is 158;
  • green value is 210;
  • blue value is 163.
RGB: (158,210,163) (62%,82%,64%)

RGB channels and saturation

R 158 of 255 = 62%
G 210 of 255 = 82%
B 163 of 255 = 64%

158
210
163

R + G + B ~ 69%. #9ED2A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 210 + 163 = 531 (100%)
R 158 of 531 ~ 29.76%
G 210 of 531 ~ 39.55%
B 163 of 531 ~ 30.7%

%29.76
%39.55
%30.7

CMYK color model

#9ED2A3 color CMYK value is (25,0,22,18).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 22.38%
  • key color value is 17.65%
CMYK: (25,0,22,18) C25M0Y22K18 (25%,0%,22%,18%) (0.25/0.00/0.22/0.18)

CMYK percentages

%24.76
%0
%22.38
%17.65

Codes

Color #9ED2A3 in popluar color models

9ED2A3
RGB158210163
HSL126°36.62%72.16%
HSB/HSV126°24.76%82.35%
CMYK24.76%0.00%22.38%
17.65%

Color #9ED2A3 in popluar number systems.

HEX9ED2A3
Decimal158210163
Binary100111101101001010100011
Octal236322243

Shades and tints

Shades of #9ED2A3

#9ED2A3
(158,210,163)
#90BF95
(144,191,149)
#82AC87
(130,172,135)
#749979
(116,153,121)
#66866B
(102,134,107)
#58735D
(88,115,93)
#4A604F
(74,96,79)
#3C4D41
(60,77,65)
#2E3A33
(46,58,51)
#202725
(32,39,37)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #9ED2A3

#9ED2A3
(158,210,163)
#A6D6AB
(166,214,171)
#AEDAB3
(174,218,179)
#B6DEBB
(182,222,187)
#BEE2C3
(190,226,195)
#C6E6CB
(198,230,203)
#CEEAD3
(206,234,211)
#D6EEDB
(214,238,219)
#DEF2E3
(222,242,227)
#E6F6EB
(230,246,235)
#EEFAF3
(238,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED2A3 color. Also use rgb(158,210,163) instead hex code.

Text Font Color

.myTextColor { color: #9ED2A3; }

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

This text font color is #9ED2A3.


Background Color

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

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

This div background color is #9ED2A3.


Border color

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

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

This div border color is #9ED2A3.


Opacity

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

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

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

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

This text has shadow with #9ED2A3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9ED2A3 on black background.


Color preview on white background

This text has color #9ED2A3 on white background.



Black color preview on #9ED2A3 background

This text has black color on #9ED2A3 background.


White color preview on #9ED2A3 background

This text has white color on #9ED2A3 background.