COLOR #95C2BD

HEX: #95C2BD
RGB: (149,194,189)

Color info

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

RGB color model

#95C2BD color RGB value is (149,194,189).

  • red value is 149;
  • green value is 194;
  • blue value is 189.
RGB:
(149,194,189)
(58%,76%,74%)

RGB channels and saturation

R 149 of 255 = 58%
G 194 of 255 = 76%
B 189 of 255 = 74%

149
194
189

R + G + B ~ 69%. #95C2BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 194 + 189 = 532 (100%)
R 149 of 532 ~ 28.01%
G 194 of 532 ~ 36.47%
B 189 of 532 ~ 35.53%

%28.01
%36.47
%35.53

CMYK color model

#95C2BD color CMYK value is (23,0,3,24).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 2.58%
  • key color value is 23.92%
CMYK:
(23,0,3,24)
C23M0Y3K24 
(23%,0%,3%,24%)
(0.23/0.00/0.03/0.24)	

CMYK percentages

%23.2
%0
%2.58
%23.92

Codes

Color #95C2BD in popluar color models

95C2BD
RGB149194189
HSL173°26.95%67.25%
HSB/HSV173°23.20%76.08%
CMYK23.20%0.00%2.58%
23.92%

Color #95C2BD in popluar number systems.

HEX95C2BD
Decimal149194189
Binary100101011100001010111101
Octal225302275

Shades and tints

Shades of #95C2BD

#95C2BD
(149,194,189)
#88B1AC
(136,177,172)
#7BA09B
(123,160,155)
#6E8F8A
(110,143,138)
#617E79
(97,126,121)
#546D68
(84,109,104)
#475C57
(71,92,87)
#3A4B46
(58,75,70)
#2D3A35
(45,58,53)
#202924
(32,41,36)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #95C2BD

#95C2BD
(149,194,189)
#9EC7C3
(158,199,195)
#A7CCC9
(167,204,201)
#B0D1CF
(176,209,207)
#B9D6D5
(185,214,213)
#C2DBDB
(194,219,219)
#CBE0E1
(203,224,225)
#D4E5E7
(212,229,231)
#DDEAED
(221,234,237)
#E6EFF3
(230,239,243)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C2BD color. Also use rgb(149,194,189) instead hex code.

Text Font Color

.myTextColor { color: #95C2BD; }

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

This text font color is #95C2BD.


Background Color

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

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

This div background color is #95C2BD.


Border color

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

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

This div border color is #95C2BD.


Opacity

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

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

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

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

This text has shadow with #95C2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C2BD on black background.


Color preview on white background

This text has color #95C2BD on white background.



Black color preview on #95C2BD background

This text has black color on #95C2BD background.


White color preview on #95C2BD background

This text has white color on #95C2BD background.