COLOR #95BBAC

HEX: #95BBAC
RGB: (149,187,172)

Color info

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

RGB color model

#95BBAC color RGB value is (149,187,172).

  • red value is 149;
  • green value is 187;
  • blue value is 172.
RGB:
(149,187,172)
(58%,73%,67%)

RGB channels and saturation

R 149 of 255 = 58%
G 187 of 255 = 73%
B 172 of 255 = 67%

149
187
172

R + G + B ~ 66%. #95BBAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 187 + 172 = 508 (100%)
R 149 of 508 ~ 29.33%
G 187 of 508 ~ 36.81%
B 172 of 508 ~ 33.86%

%29.33
%36.81
%33.86

CMYK color model

#95BBAC color CMYK value is (20,0,8,27).

  • cyan value is 20.32%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 26.67%
CMYK:
(20,0,8,27)
C20M0Y8K27 
(20%,0%,8%,27%)
(0.20/0.00/0.08/0.27)	

CMYK percentages

%20.32
%0
%8.02
%26.67

Codes

Color #95BBAC in popluar color models

95BBAC
RGB149187172
HSL156°21.84%65.88%
HSB/HSV156°20.32%73.33%
CMYK20.32%0.00%8.02%
26.67%

Color #95BBAC in popluar number systems.

HEX95BBAC
Decimal149187172
Binary100101011011101110101100
Octal225273254

Shades and tints

Shades of #95BBAC

#95BBAC
(149,187,172)
#88AA9D
(136,170,157)
#7B998E
(123,153,142)
#6E887F
(110,136,127)
#617770
(97,119,112)
#546661
(84,102,97)
#475552
(71,85,82)
#3A4443
(58,68,67)
#2D3334
(45,51,52)
#202225
(32,34,37)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #95BBAC

#95BBAC
(149,187,172)
#9EC1B3
(158,193,179)
#A7C7BA
(167,199,186)
#B0CDC1
(176,205,193)
#B9D3C8
(185,211,200)
#C2D9CF
(194,217,207)
#CBDFD6
(203,223,214)
#D4E5DD
(212,229,221)
#DDEBE4
(221,235,228)
#E6F1EB
(230,241,235)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BBAC color. Also use rgb(149,187,172) instead hex code.

Text Font Color

.myTextColor { color: #95BBAC; }

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

This text font color is #95BBAC.


Background Color

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

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

This div background color is #95BBAC.


Border color

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

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

This div border color is #95BBAC.


Opacity

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

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

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

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

This text has shadow with #95BBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BBAC on black background.


Color preview on white background

This text has color #95BBAC on white background.



Black color preview on #95BBAC background

This text has black color on #95BBAC background.


White color preview on #95BBAC background

This text has white color on #95BBAC background.