COLOR #95B29A

HEX: #95B29A
RGB: (149,178,154)

Color info

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

RGB color model

#95B29A color RGB value is (149,178,154).

  • red value is 149;
  • green value is 178;
  • blue value is 154.
RGB:
(149,178,154)
(58%,70%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 178 of 255 = 70%
B 154 of 255 = 60%

149
178
154

R + G + B ~ 63%. #95B29A is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 178 + 154 = 481 (100%)
R 149 of 481 ~ 30.98%
G 178 of 481 ~ 37.01%
B 154 of 481 ~ 32.02%

%30.98
%37.01
%32.02

CMYK color model

#95B29A color CMYK value is (16,0,13,30).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 30.20%
CMYK:
(16,0,13,30)
C16M0Y13K30 
(16%,0%,13%,30%)
(0.16/0.00/0.13/0.30)	

CMYK percentages

%16.29
%0
%13.48
%30.2

Codes

Color #95B29A in popluar color models

95B29A
RGB149178154
HSL130°15.85%64.12%
HSB/HSV130°16.29%69.80%
CMYK16.29%0.00%13.48%
30.20%

Color #95B29A in popluar number systems.

HEX95B29A
Decimal149178154
Binary100101011011001010011010
Octal225262232

Shades and tints

Shades of #95B29A

#95B29A
(149,178,154)
#88A28C
(136,162,140)
#7B927E
(123,146,126)
#6E8270
(110,130,112)
#617262
(97,114,98)
#546254
(84,98,84)
#475246
(71,82,70)
#3A4238
(58,66,56)
#2D322A
(45,50,42)
#20221C
(32,34,28)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #95B29A

#95B29A
(149,178,154)
#9EB9A3
(158,185,163)
#A7C0AC
(167,192,172)
#B0C7B5
(176,199,181)
#B9CEBE
(185,206,190)
#C2D5C7
(194,213,199)
#CBDCD0
(203,220,208)
#D4E3D9
(212,227,217)
#DDEAE2
(221,234,226)
#E6F1EB
(230,241,235)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B29A color. Also use rgb(149,178,154) instead hex code.

Text Font Color

.myTextColor { color: #95B29A; }

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

This text font color is #95B29A.


Background Color

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

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

This div background color is #95B29A.


Border color

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

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

This div border color is #95B29A.


Opacity

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

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

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

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

This text has shadow with #95B29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B29A on black background.


Color preview on white background

This text has color #95B29A on white background.



Black color preview on #95B29A background

This text has black color on #95B29A background.


White color preview on #95B29A background

This text has white color on #95B29A background.