COLOR #95B096

HEX: #95B096 RGB: (149,176,150)

Color info

#95B096 contains red, green and blue colors in about the same proportion. Web safe color of #95B096 is #999999 (or #999).

RGB color model

#95B096 color RGB value is (149,176,150).

RGB: (149,176,150) (58%, 69%, 59%)

RGB channels and saturation

R 149 of 255 = 58%
G 176 of 255 = 69%
B 150 of 255 = 59%

149
176
150

R + G + B ~ 62%. #95B096 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 176 + 150 = 475 (100%)
R 149 of 475 ~ 31.37%
G 176 of 475 ~ 37.05%
B 150 of 475 ~ 31.58'%

%31.37
%37.05
%31.58

CMYK color model

#95B096 color CMYK value is (15,0,15,31).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 30.98%

CMYK: (15,0,15,31)
C15M0Y15K31 (15%, 0%, 15%, 31%)
(0.15 / 0.00 / 0.15 / 0.31)

CMYK percentages

%15.34
%0
%14.77
%30.98

Codes

Color #95B096 in popluar color models

95 B0 96
RGB 149 176 150
HSL 122° 14.59% 63.73%
HSB/HSV 122° 15.34% 69.02%
CMYK 15.34% 0.00% 14.77%
30.98%

Color #95B096 in popluar number systems.

HEX 95 B0 96
Decimal 149 176 150
Binary 10010101 10110000 10010110
Octal 225 260 226

Shades and tints

Shades of #95B096

#95B096
(149,176,150)
#88A089
(136,160,137)
#7B907C
(123,144,124)
#6E806F
(110,128,111)
#617062
(97,112,98)
#546055
(84,96,85)
#475048
(71,80,72)
#3A403B
(58,64,59)
#2D302E
(45,48,46)
#202021
(32,32,33)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #95B096

#95B096
(149,176,150)
#9EB79F
(158,183,159)
#A7BEA8
(167,190,168)
#B0C5B1
(176,197,177)
#B9CCBA
(185,204,186)
#C2D3C3
(194,211,195)
#CBDACC
(203,218,204)
#D4E1D5
(212,225,213)
#DDE8DE
(221,232,222)
#E6EFE7
(230,239,231)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B096 color. Also use rgb(149,176,150) instead hex code.

Text Font Color

.myTextColor { color: #95B096; }

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

This text font color is #95B096.

Background Color

.myBgColor { background-color: #95B096; }

<div style="background-color:#95B096">Inner text</div>

This div background color is #95B096.

Border color

.myBorderColor { border: 1px solid #95B096; }

<div style="border:3px solid #95B096">Div</div>

This div border color is #95B096.

Opacity

.myOpacity80 { color: #95B096; opacity: 0.8; }

<p style="color:#95B096;opacity:0.8;">80%</p>

Text with #95B096 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 #95B096;}

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

This text has shadow with #95B096 color.


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

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

This text has shadow with #95B096 primary color and red secondary color.


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

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

This text has shadow with #95B096 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95B096.

Preview

Color preview on black background

This text has color #95B096 on black background.


Color preview on white background

This text has color #95B096 on white background.


Black color preview on #95B096 background

This text has black color on #95B096 background.


White color preview on #95B096 background

This text has white color on #95B096 background.


Related colors

Complementary color

Complementary color for #hex is #6A4F69.


I love getcolorcode.com

Triadic colors

1 #9695B0 and #B09695 with #95B096 are triadic colors.

2 #96B095 and #B09596 with #95B096 are triadic colors.