COLOR #95B48E

HEX: #95B48E
RGB: (149,180,142)

Color info

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

RGB color model

#95B48E color RGB value is (149,180,142).

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

RGB channels and saturation

R 149 of 255 = 58%
G 180 of 255 = 71%
B 142 of 255 = 56%

149
180
142

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

Portions of RGB colors in percentages

R + G + B =
149 + 180 + 142 = 471 (100%)
R 149 of 471 ~ 31.63%
G 180 of 471 ~ 38.22%
B 142 of 471 ~ 30.15%

%31.63
%38.22
%30.15

CMYK color model

#95B48E color CMYK value is (17,0,21,29).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 29.41%
CMYK:
(17,0,21,29)
C17M0Y21K29 
(17%,0%,21%,29%)
(0.17/0.00/0.21/0.29)	

CMYK percentages

%17.22
%0
%21.11
%29.41

Codes

Color #95B48E in popluar color models

95B48E
RGB149180142
HSL109°20.21%63.14%
HSB/HSV109°21.11%70.59%
CMYK17.22%0.00%21.11%
29.41%

Color #95B48E in popluar number systems.

HEX95B48E
Decimal149180142
Binary100101011011010010001110
Octal225264216

Shades and tints

Shades of #95B48E

#95B48E
(149,180,142)
#88A482
(136,164,130)
#7B9476
(123,148,118)
#6E846A
(110,132,106)
#61745E
(97,116,94)
#546452
(84,100,82)
#475446
(71,84,70)
#3A443A
(58,68,58)
#2D342E
(45,52,46)
#202422
(32,36,34)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #95B48E

#95B48E
(149,180,142)
#9EBA98
(158,186,152)
#A7C0A2
(167,192,162)
#B0C6AC
(176,198,172)
#B9CCB6
(185,204,182)
#C2D2C0
(194,210,192)
#CBD8CA
(203,216,202)
#D4DED4
(212,222,212)
#DDE4DE
(221,228,222)
#E6EAE8
(230,234,232)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B48E; }

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

This text font color is #95B48E.


Background Color

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

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

This div background color is #95B48E.


Border color

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

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

This div border color is #95B48E.


Opacity

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

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

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

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

This text has shadow with #95B48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B48E on black background.


Color preview on white background

This text has color #95B48E on white background.



Black color preview on #95B48E background

This text has black color on #95B48E background.


White color preview on #95B48E background

This text has white color on #95B48E background.