COLOR #95B6C1

HEX: #95B6C1
RGB: (149,182,193)

Color info

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

RGB color model

#95B6C1 color RGB value is (149,182,193).

  • red value is 149;
  • green value is 182;
  • blue value is 193.
RGB:
(149,182,193)
(58%,71%,76%)

RGB channels and saturation

R 149 of 255 = 58%
G 182 of 255 = 71%
B 193 of 255 = 76%

149
182
193

R + G + B ~ 68%. #95B6C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 182 + 193 = 524 (100%)
R 149 of 524 ~ 28.44%
G 182 of 524 ~ 34.73%
B 193 of 524 ~ 36.83%

%28.44
%34.73
%36.83

CMYK color model

#95B6C1 color CMYK value is (23,6,0,24).

  • cyan value is 22.80%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(23,6,0,24)
C23M6Y0K24 
(23%,6%,0%,24%)
(0.23/0.06/0.00/0.24)	

CMYK percentages

%22.8
%5.7
%0
%24.31

Codes

Color #95B6C1 in popluar color models

95B6C1
RGB149182193
HSL195°26.19%67.06%
HSB/HSV195°22.80%75.69%
CMYK22.80%5.70%0.00%
24.31%

Color #95B6C1 in popluar number systems.

HEX95B6C1
Decimal149182193
Binary100101011011011011000001
Octal225266301

Shades and tints

Shades of #95B6C1

#95B6C1
(149,182,193)
#88A6B0
(136,166,176)
#7B969F
(123,150,159)
#6E868E
(110,134,142)
#61767D
(97,118,125)
#54666C
(84,102,108)
#47565B
(71,86,91)
#3A464A
(58,70,74)
#2D3639
(45,54,57)
#202628
(32,38,40)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #95B6C1

#95B6C1
(149,182,193)
#9EBCC6
(158,188,198)
#A7C2CB
(167,194,203)
#B0C8D0
(176,200,208)
#B9CED5
(185,206,213)
#C2D4DA
(194,212,218)
#CBDADF
(203,218,223)
#D4E0E4
(212,224,228)
#DDE6E9
(221,230,233)
#E6ECEE
(230,236,238)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B6C1 color. Also use rgb(149,182,193) instead hex code.

Text Font Color

.myTextColor { color: #95B6C1; }

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

This text font color is #95B6C1.


Background Color

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

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

This div background color is #95B6C1.


Border color

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

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

This div border color is #95B6C1.


Opacity

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

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

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

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

This text has shadow with #95B6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B6C1 on black background.


Color preview on white background

This text has color #95B6C1 on white background.



Black color preview on #95B6C1 background

This text has black color on #95B6C1 background.


White color preview on #95B6C1 background

This text has white color on #95B6C1 background.