COLOR #9ECCA1

HEX: #9ECCA1
RGB: (158,204,161)

Color info

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

RGB color model

#9ECCA1 color RGB value is (158,204,161).

  • red value is 158;
  • green value is 204;
  • blue value is 161.
RGB:
(158,204,161)
(62%,80%,63%)

RGB channels and saturation

R 158 of 255 = 62%
G 204 of 255 = 80%
B 161 of 255 = 63%

158
204
161

R + G + B ~ 68%. #9ECCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 204 + 161 = 523 (100%)
R 158 of 523 ~ 30.21%
G 204 of 523 ~ 39.01%
B 161 of 523 ~ 30.78%

%30.21
%39.01
%30.78

CMYK color model

#9ECCA1 color CMYK value is (23,0,21,20).

  • cyan value is 22.55%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 20.00%
CMYK:
(23,0,21,20)
C23M0Y21K20 
(23%,0%,21%,20%)
(0.23/0.00/0.21/0.20)	

CMYK percentages

%22.55
%0
%21.08
%20

Codes

Color #9ECCA1 in popluar color models

9ECCA1
RGB158204161
HSL124°31.08%70.98%
HSB/HSV124°22.55%80.00%
CMYK22.55%0.00%21.08%
20.00%

Color #9ECCA1 in popluar number systems.

HEX9ECCA1
Decimal158204161
Binary100111101100110010100001
Octal236314241

Shades and tints

Shades of #9ECCA1

#9ECCA1
(158,204,161)
#90BA93
(144,186,147)
#82A885
(130,168,133)
#749677
(116,150,119)
#668469
(102,132,105)
#58725B
(88,114,91)
#4A604D
(74,96,77)
#3C4E3F
(60,78,63)
#2E3C31
(46,60,49)
#202A23
(32,42,35)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #9ECCA1

#9ECCA1
(158,204,161)
#A6D0A9
(166,208,169)
#AED4B1
(174,212,177)
#B6D8B9
(182,216,185)
#BEDCC1
(190,220,193)
#C6E0C9
(198,224,201)
#CEE4D1
(206,228,209)
#D6E8D9
(214,232,217)
#DEECE1
(222,236,225)
#E6F0E9
(230,240,233)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECCA1 color. Also use rgb(158,204,161) instead hex code.

Text Font Color

.myTextColor { color: #9ECCA1; }

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

This text font color is #9ECCA1.


Background Color

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

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

This div background color is #9ECCA1.


Border color

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

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

This div border color is #9ECCA1.


Opacity

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

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

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

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

This text has shadow with #9ECCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECCA1 on black background.


Color preview on white background

This text has color #9ECCA1 on white background.



Black color preview on #9ECCA1 background

This text has black color on #9ECCA1 background.


White color preview on #9ECCA1 background

This text has white color on #9ECCA1 background.