COLOR #95B09A

HEX: #95B09A
RGB: (149,176,154)

Color info

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

RGB color model

#95B09A color RGB value is (149,176,154).

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

RGB channels and saturation

R 149 of 255 = 58%
G 176 of 255 = 69%
B 154 of 255 = 60%

149
176
154

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

Portions of RGB colors in percentages

R + G + B =
149 + 176 + 154 = 479 (100%)
R 149 of 479 ~ 31.11%
G 176 of 479 ~ 36.74%
B 154 of 479 ~ 32.15%

%31.11
%36.74
%32.15

CMYK color model

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

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 30.98%
CMYK:
(15,0,13,31)
C15M0Y13K31 
(15%,0%,13%,31%)
(0.15/0.00/0.13/0.31)	

CMYK percentages

%15.34
%0
%12.5
%30.98

Codes

Color #95B09A in popluar color models

95B09A
RGB149176154
HSL131°14.59%63.73%
HSB/HSV131°15.34%69.02%
CMYK15.34%0.00%12.50%
30.98%

Color #95B09A in popluar number systems.

HEX95B09A
Decimal149176154
Binary100101011011000010011010
Octal225260232

Shades and tints

Shades of #95B09A

#95B09A
(149,176,154)
#88A08C
(136,160,140)
#7B907E
(123,144,126)
#6E8070
(110,128,112)
#617062
(97,112,98)
#546054
(84,96,84)
#475046
(71,80,70)
#3A4038
(58,64,56)
#2D302A
(45,48,42)
#20201C
(32,32,28)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #95B09A

#95B09A
(149,176,154)
#9EB7A3
(158,183,163)
#A7BEAC
(167,190,172)
#B0C5B5
(176,197,181)
#B9CCBE
(185,204,190)
#C2D3C7
(194,211,199)
#CBDAD0
(203,218,208)
#D4E1D9
(212,225,217)
#DDE8E2
(221,232,226)
#E6EFEB
(230,239,235)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B09A; }

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

This text font color is #95B09A.


Background Color

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

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

This div background color is #95B09A.


Border color

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

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

This div border color is #95B09A.


Opacity

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

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

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

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

This text has shadow with #95B09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B09A on black background.


Color preview on white background

This text has color #95B09A on white background.



Black color preview on #95B09A background

This text has black color on #95B09A background.


White color preview on #95B09A background

This text has white color on #95B09A background.