COLOR #95BBA6

HEX: #95BBA6
RGB: (149,187,166)

Color info

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

RGB color model

#95BBA6 color RGB value is (149,187,166).

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

RGB channels and saturation

R 149 of 255 = 58%
G 187 of 255 = 73%
B 166 of 255 = 65%

149
187
166

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

Portions of RGB colors in percentages

R + G + B =
149 + 187 + 166 = 502 (100%)
R 149 of 502 ~ 29.68%
G 187 of 502 ~ 37.25%
B 166 of 502 ~ 33.07%

%29.68
%37.25
%33.07

CMYK color model

#95BBA6 color CMYK value is (20,0,11,27).

  • cyan value is 20.32%
  • magenta value is 0.00%
  • yellow value is 11.23%
  • key color value is 26.67%
CMYK:
(20,0,11,27)
C20M0Y11K27 
(20%,0%,11%,27%)
(0.20/0.00/0.11/0.27)	

CMYK percentages

%20.32
%0
%11.23
%26.67

Codes

Color #95BBA6 in popluar color models

95BBA6
RGB149187166
HSL147°21.84%65.88%
HSB/HSV147°20.32%73.33%
CMYK20.32%0.00%11.23%
26.67%

Color #95BBA6 in popluar number systems.

HEX95BBA6
Decimal149187166
Binary100101011011101110100110
Octal225273246

Shades and tints

Shades of #95BBA6

#95BBA6
(149,187,166)
#88AA97
(136,170,151)
#7B9988
(123,153,136)
#6E8879
(110,136,121)
#61776A
(97,119,106)
#54665B
(84,102,91)
#47554C
(71,85,76)
#3A443D
(58,68,61)
#2D332E
(45,51,46)
#20221F
(32,34,31)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #95BBA6

#95BBA6
(149,187,166)
#9EC1AE
(158,193,174)
#A7C7B6
(167,199,182)
#B0CDBE
(176,205,190)
#B9D3C6
(185,211,198)
#C2D9CE
(194,217,206)
#CBDFD6
(203,223,214)
#D4E5DE
(212,229,222)
#DDEBE6
(221,235,230)
#E6F1EE
(230,241,238)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BBA6; }

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

This text font color is #95BBA6.


Background Color

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

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

This div background color is #95BBA6.


Border color

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

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

This div border color is #95BBA6.


Opacity

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

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

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

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

This text has shadow with #95BBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BBA6 on black background.


Color preview on white background

This text has color #95BBA6 on white background.



Black color preview on #95BBA6 background

This text has black color on #95BBA6 background.


White color preview on #95BBA6 background

This text has white color on #95BBA6 background.