COLOR #9EBCA9

HEX: #9EBCA9 RGB: (158,188,169)

Color info

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

RGB color model

#9EBCA9 color RGB value is (158,188,169).

RGB: (158,188,169) (62%, 74%, 66%)

RGB channels and saturation

R 158 of 255 = 62%
G 188 of 255 = 74%
B 169 of 255 = 66%

158
188
169

R + G + B ~ 67%. #9EBCA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 188 + 169 = 515 (100%)
R 158 of 515 ~ 30.68%
G 188 of 515 ~ 36.5%
B 169 of 515 ~ 32.82'%

%30.68
%36.5
%32.82

CMYK color model

#9EBCA9 color CMYK value is (16,0,10,26).

  • cyan value is 15.96%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 26.27%
CMYK: (16,0,10,26) C16M0Y10K26 (16%,0%,10%,26%) (0.16/0.00/0.10/0.26) 

CMYK percentages

%15.96
%0
%10.11
%26.27

Codes

Color #9EBCA9 in popluar color models

9E BC A9
RGB 158 188 169
HSL 142° 18.29% 67.84%
HSB/HSV 142° 15.96% 73.73%
CMYK 15.96% 0.00% 10.11%
26.27%

Color #9EBCA9 in popluar number systems.

HEX 9E BC A9
Decimal 158 188 169
Binary 10011110 10111100 10101001
Octal 236 274 251

Shades and tints

Shades of #9EBCA9

#9EBCA9
(158,188,169)
#90AB9A
(144,171,154)
#829A8B
(130,154,139)
#74897C
(116,137,124)
#66786D
(102,120,109)
#58675E
(88,103,94)
#4A564F
(74,86,79)
#3C4540
(60,69,64)
#2E3431
(46,52,49)
#202322
(32,35,34)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #9EBCA9

#9EBCA9
(158,188,169)
#A6C2B0
(166,194,176)
#AEC8B7
(174,200,183)
#B6CEBE
(182,206,190)
#BED4C5
(190,212,197)
#C6DACC
(198,218,204)
#CEE0D3
(206,224,211)
#D6E6DA
(214,230,218)
#DEECE1
(222,236,225)
#E6F2E8
(230,242,232)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBCA9 color. Also use rgb(158,188,169) instead hex code.

Text Font Color

.myTextColor { color: #9EBCA9; }

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

This text font color is #9EBCA9.

Background Color

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

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

This div background color is #9EBCA9.

Border color

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

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

This div border color is #9EBCA9.

Opacity

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

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

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

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

This text has shadow with #9EBCA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EBCA9.

Preview

Color preview on black background

This text has color #9EBCA9 on black background.


Color preview on white background

This text has color #9EBCA9 on white background.


Black color preview on #9EBCA9 background

This text has black color on #9EBCA9 background.


White color preview on #9EBCA9 background

This text has white color on #9EBCA9 background.


Related colors

Complementary color

Complementary color for #hex is #614356.


I love getcolorcode.com

Triadic colors

1 #A99EBC and #BCA99E with #9EBCA9 are triadic colors.

2 #A9BC9E and #BC9EA9 with #9EBCA9 are triadic colors.