COLOR #9EB695

HEX: #9EB695 RGB: (158,182,149)

Color info

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

RGB color model

#9EB695 color RGB value is (158,182,149).

RGB: (158,182,149) (62%, 71%, 58%)

RGB channels and saturation

R 158 of 255 = 62%
G 182 of 255 = 71%
B 149 of 255 = 58%

158
182
149

R + G + B ~ 64%. #9EB695 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 182 + 149 = 489 (100%)
R 158 of 489 ~ 32.31%
G 182 of 489 ~ 37.22%
B 149 of 489 ~ 30.47'%

%32.31
%37.22
%30.47

CMYK color model

#9EB695 color CMYK value is (13,0,18,29).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 28.63%

CMYK: (13,0,18,29)
C13M0Y18K29 (13%, 0%, 18%, 29%)
(0.13 / 0.00 / 0.18 / 0.29)

CMYK percentages

%13.19
%0
%18.13
%28.63

Codes

Color #9EB695 in popluar color models

9E B6 95
RGB 158 182 149
HSL 104° 18.44% 64.90%
HSB/HSV 104° 18.13% 71.37%
CMYK 13.19% 0.00% 18.13%
28.63%

Color #9EB695 in popluar number systems.

HEX 9E B6 95
Decimal 158 182 149
Binary 10011110 10110110 10010101
Octal 236 266 225

Shades and tints

Shades of #9EB695

#9EB695
(158,182,149)
#90A688
(144,166,136)
#82967B
(130,150,123)
#74866E
(116,134,110)
#667661
(102,118,97)
#586654
(88,102,84)
#4A5647
(74,86,71)
#3C463A
(60,70,58)
#2E362D
(46,54,45)
#202620
(32,38,32)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #9EB695

#9EB695
(158,182,149)
#A6BC9E
(166,188,158)
#AEC2A7
(174,194,167)
#B6C8B0
(182,200,176)
#BECEB9
(190,206,185)
#C6D4C2
(198,212,194)
#CEDACB
(206,218,203)
#D6E0D4
(214,224,212)
#DEE6DD
(222,230,221)
#E6ECE6
(230,236,230)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB695 color. Also use rgb(158,182,149) instead hex code.

Text Font Color

.myTextColor { color: #9EB695; }

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

This text font color is #9EB695.

Background Color

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

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

This div background color is #9EB695.

Border color

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

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

This div border color is #9EB695.

Opacity

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

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

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

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

This text has shadow with #9EB695 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB695.

Preview

Color preview on black background

This text has color #9EB695 on black background.


Color preview on white background

This text has color #9EB695 on white background.


Black color preview on #9EB695 background

This text has black color on #9EB695 background.


White color preview on #9EB695 background

This text has white color on #9EB695 background.


Related colors

Complementary color

Complementary color for #hex is #61496A.


I love getcolorcode.com

Triadic colors

1 #959EB6 and #B6959E with #9EB695 are triadic colors.

2 #95B69E and #B69E95 with #9EB695 are triadic colors.