COLOR #95BCA9

HEX: #95BCA9
RGB: (149,188,169)

Color info

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

RGB color model

#95BCA9 color RGB value is (149,188,169).

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

RGB channels and saturation

R 149 of 255 = 58%
G 188 of 255 = 74%
B 169 of 255 = 66%

149
188
169

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

Portions of RGB colors in percentages

R + G + B =
149 + 188 + 169 = 506 (100%)
R 149 of 506 ~ 29.45%
G 188 of 506 ~ 37.15%
B 169 of 506 ~ 33.4%

%29.45
%37.15
%33.4

CMYK color model

#95BCA9 color CMYK value is (21,0,10,26).

  • cyan value is 20.74%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 26.27%
CMYK:
(21,0,10,26)
C21M0Y10K26 
(21%,0%,10%,26%)
(0.21/0.00/0.10/0.26)	

CMYK percentages

%20.74
%0
%10.11
%26.27

Codes

Color #95BCA9 in popluar color models

95BCA9
RGB149188169
HSL151°22.54%66.08%
HSB/HSV151°20.74%73.73%
CMYK20.74%0.00%10.11%
26.27%

Color #95BCA9 in popluar number systems.

HEX95BCA9
Decimal149188169
Binary100101011011110010101001
Octal225274251

Shades and tints

Shades of #95BCA9

#95BCA9
(149,188,169)
#88AB9A
(136,171,154)
#7B9A8B
(123,154,139)
#6E897C
(110,137,124)
#61786D
(97,120,109)
#54675E
(84,103,94)
#47564F
(71,86,79)
#3A4540
(58,69,64)
#2D3431
(45,52,49)
#202322
(32,35,34)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #95BCA9

#95BCA9
(149,188,169)
#9EC2B0
(158,194,176)
#A7C8B7
(167,200,183)
#B0CEBE
(176,206,190)
#B9D4C5
(185,212,197)
#C2DACC
(194,218,204)
#CBE0D3
(203,224,211)
#D4E6DA
(212,230,218)
#DDECE1
(221,236,225)
#E6F2E8
(230,242,232)
#EFF8EF
(239,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BCA9; }

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

This text font color is #95BCA9.


Background Color

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

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

This div background color is #95BCA9.


Border color

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

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

This div border color is #95BCA9.


Opacity

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

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

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

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

This text has shadow with #95BCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BCA9 on black background.


Color preview on white background

This text has color #95BCA9 on white background.



Black color preview on #95BCA9 background

This text has black color on #95BCA9 background.


White color preview on #95BCA9 background

This text has white color on #95BCA9 background.