COLOR #95B8A9

HEX: #95B8A9
RGB: (149,184,169)

Color info

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

RGB color model

#95B8A9 color RGB value is (149,184,169).

  • red value is 149;
  • green value is 184;
  • blue value is 169.
RGB:
(149,184,169)
(58%,72%,66%)

RGB channels and saturation

R 149 of 255 = 58%
G 184 of 255 = 72%
B 169 of 255 = 66%

149
184
169

R + G + B ~ 65%. #95B8A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 184 + 169 = 502 (100%)
R 149 of 502 ~ 29.68%
G 184 of 502 ~ 36.65%
B 169 of 502 ~ 33.67%

%29.68
%36.65
%33.67

CMYK color model

#95B8A9 color CMYK value is (19,0,8,28).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 27.84%
CMYK:
(19,0,8,28)
C19M0Y8K28 
(19%,0%,8%,28%)
(0.19/0.00/0.08/0.28)	

CMYK percentages

%19.02
%0
%8.15
%27.84

Codes

Color #95B8A9 in popluar color models

95B8A9
RGB149184169
HSL154°19.77%65.29%
HSB/HSV154°19.02%72.16%
CMYK19.02%0.00%8.15%
27.84%

Color #95B8A9 in popluar number systems.

HEX95B8A9
Decimal149184169
Binary100101011011100010101001
Octal225270251

Shades and tints

Shades of #95B8A9

#95B8A9
(149,184,169)
#88A89A
(136,168,154)
#7B988B
(123,152,139)
#6E887C
(110,136,124)
#61786D
(97,120,109)
#54685E
(84,104,94)
#47584F
(71,88,79)
#3A4840
(58,72,64)
#2D3831
(45,56,49)
#202822
(32,40,34)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #95B8A9

#95B8A9
(149,184,169)
#9EBEB0
(158,190,176)
#A7C4B7
(167,196,183)
#B0CABE
(176,202,190)
#B9D0C5
(185,208,197)
#C2D6CC
(194,214,204)
#CBDCD3
(203,220,211)
#D4E2DA
(212,226,218)
#DDE8E1
(221,232,225)
#E6EEE8
(230,238,232)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B8A9 color. Also use rgb(149,184,169) instead hex code.

Text Font Color

.myTextColor { color: #95B8A9; }

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

This text font color is #95B8A9.


Background Color

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

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

This div background color is #95B8A9.


Border color

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

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

This div border color is #95B8A9.


Opacity

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

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

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

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

This text has shadow with #95B8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B8A9 on black background.


Color preview on white background

This text has color #95B8A9 on white background.



Black color preview on #95B8A9 background

This text has black color on #95B8A9 background.


White color preview on #95B8A9 background

This text has white color on #95B8A9 background.