COLOR #9EDCA3

HEX: #9EDCA3
RGB: (158,220,163)

Color info

#9EDCA3 contains mainly green and blue colors. Web safe color of #9EDCA3 is #99CC99 (or #9C9).

RGB color model

#9EDCA3 color RGB value is (158,220,163).

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

RGB channels and saturation

R 158 of 255 = 62%
G 220 of 255 = 86%
B 163 of 255 = 64%

158
220
163

R + G + B ~ 71%. #9EDCA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 220 + 163 = 541 (100%)
R 158 of 541 ~ 29.21%
G 220 of 541 ~ 40.67%
B 163 of 541 ~ 30.13%

%29.21
%40.67
%30.13

CMYK color model

#9EDCA3 color CMYK value is (28,0,26,14).

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 25.91%
  • key color value is 13.73%
CMYK:
(28,0,26,14)
C28M0Y26K14 
(28%,0%,26%,14%)
(0.28/0.00/0.26/0.14)	

CMYK percentages

%28.18
%0
%25.91
%13.73

Codes

Color #9EDCA3 in popluar color models

9EDCA3
RGB158220163
HSL125°46.97%74.12%
HSB/HSV125°28.18%86.27%
CMYK28.18%0.00%25.91%
13.73%

Color #9EDCA3 in popluar number systems.

HEX9EDCA3
Decimal158220163
Binary100111101101110010100011
Octal236334243

Shades and tints

Shades of #9EDCA3

#9EDCA3
(158,220,163)
#90C895
(144,200,149)
#82B487
(130,180,135)
#74A079
(116,160,121)
#668C6B
(102,140,107)
#58785D
(88,120,93)
#4A644F
(74,100,79)
#3C5041
(60,80,65)
#2E3C33
(46,60,51)
#202825
(32,40,37)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #9EDCA3

#9EDCA3
(158,220,163)
#A6DFAB
(166,223,171)
#AEE2B3
(174,226,179)
#B6E5BB
(182,229,187)
#BEE8C3
(190,232,195)
#C6EBCB
(198,235,203)
#CEEED3
(206,238,211)
#D6F1DB
(214,241,219)
#DEF4E3
(222,244,227)
#E6F7EB
(230,247,235)
#EEFAF3
(238,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDCA3; }

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

This text font color is #9EDCA3.


Background Color

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

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

This div background color is #9EDCA3.


Border color

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

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

This div border color is #9EDCA3.


Opacity

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

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

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

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

This text has shadow with #9EDCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDCA3 on black background.


Color preview on white background

This text has color #9EDCA3 on white background.



Black color preview on #9EDCA3 background

This text has black color on #9EDCA3 background.


White color preview on #9EDCA3 background

This text has white color on #9EDCA3 background.