COLOR #95B47E

HEX: #95B47E
RGB: (149,180,126)

Color info

#95B47E contains red, green and blue colors in about the same proportion. Web safe color of #95B47E is #99CC66 (or #9C6).

RGB color model

#95B47E color RGB value is (149,180,126).

  • red value is 149;
  • green value is 180;
  • blue value is 126.
RGB:
(149,180,126)
(58%,71%,49%)

RGB channels and saturation

R 149 of 255 = 58%
G 180 of 255 = 71%
B 126 of 255 = 49%

149
180
126

R + G + B ~ 59%. #95B47E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 180 + 126 = 455 (100%)
R 149 of 455 ~ 32.75%
G 180 of 455 ~ 39.56%
B 126 of 455 ~ 27.69%

%32.75
%39.56
%27.69

CMYK color model

#95B47E color CMYK value is (17,0,30,29).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 29.41%
CMYK:
(17,0,30,29)
C17M0Y30K29 
(17%,0%,30%,29%)
(0.17/0.00/0.30/0.29)	

CMYK percentages

%17.22
%0
%30
%29.41

Codes

Color #95B47E in popluar color models

95B47E
RGB149180126
HSL94°26.47%60.00%
HSB/HSV94°30.00%70.59%
CMYK17.22%0.00%30.00%
29.41%

Color #95B47E in popluar number systems.

HEX95B47E
Decimal149180126
Binary10010101101101001111110
Octal225264176

Shades and tints

Shades of #95B47E

#95B47E
(149,180,126)
#88A473
(136,164,115)
#7B9468
(123,148,104)
#6E845D
(110,132,93)
#617452
(97,116,82)
#546447
(84,100,71)
#47543C
(71,84,60)
#3A4431
(58,68,49)
#2D3426
(45,52,38)
#20241B
(32,36,27)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #95B47E

#95B47E
(149,180,126)
#9EBA89
(158,186,137)
#A7C094
(167,192,148)
#B0C69F
(176,198,159)
#B9CCAA
(185,204,170)
#C2D2B5
(194,210,181)
#CBD8C0
(203,216,192)
#D4DECB
(212,222,203)
#DDE4D6
(221,228,214)
#E6EAE1
(230,234,225)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B47E color. Also use rgb(149,180,126) instead hex code.

Text Font Color

.myTextColor { color: #95B47E; }

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

This text font color is #95B47E.


Background Color

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

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

This div background color is #95B47E.


Border color

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

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

This div border color is #95B47E.


Opacity

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

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

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

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

This text has shadow with #95B47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B47E on black background.


Color preview on white background

This text has color #95B47E on white background.



Black color preview on #95B47E background

This text has black color on #95B47E background.


White color preview on #95B47E background

This text has white color on #95B47E background.