COLOR #95B1C0

HEX: #95B1C0
RGB: (149,177,192)

Color info

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

RGB color model

#95B1C0 color RGB value is (149,177,192).

  • red value is 149;
  • green value is 177;
  • blue value is 192.
RGB:
(149,177,192)
(58%,69%,75%)

RGB channels and saturation

R 149 of 255 = 58%
G 177 of 255 = 69%
B 192 of 255 = 75%

149
177
192

R + G + B ~ 67%. #95B1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 177 + 192 = 518 (100%)
R 149 of 518 ~ 28.76%
G 177 of 518 ~ 34.17%
B 192 of 518 ~ 37.07%

%28.76
%34.17
%37.07

CMYK color model

#95B1C0 color CMYK value is (22,8,0,25).

  • cyan value is 22.40%
  • magenta value is 7.81%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(22,8,0,25)
C22M8Y0K25 
(22%,8%,0%,25%)
(0.22/0.08/0.00/0.25)	

CMYK percentages

%22.4
%7.81
%0
%24.71

Codes

Color #95B1C0 in popluar color models

95B1C0
RGB149177192
HSL201°25.44%66.86%
HSB/HSV201°22.40%75.29%
CMYK22.40%7.81%0.00%
24.71%

Color #95B1C0 in popluar number systems.

HEX95B1C0
Decimal149177192
Binary100101011011000111000000
Octal225261300

Shades and tints

Shades of #95B1C0

#95B1C0
(149,177,192)
#88A1AF
(136,161,175)
#7B919E
(123,145,158)
#6E818D
(110,129,141)
#61717C
(97,113,124)
#54616B
(84,97,107)
#47515A
(71,81,90)
#3A4149
(58,65,73)
#2D3138
(45,49,56)
#202127
(32,33,39)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #95B1C0

#95B1C0
(149,177,192)
#9EB8C5
(158,184,197)
#A7BFCA
(167,191,202)
#B0C6CF
(176,198,207)
#B9CDD4
(185,205,212)
#C2D4D9
(194,212,217)
#CBDBDE
(203,219,222)
#D4E2E3
(212,226,227)
#DDE9E8
(221,233,232)
#E6F0ED
(230,240,237)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B1C0 color. Also use rgb(149,177,192) instead hex code.

Text Font Color

.myTextColor { color: #95B1C0; }

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

This text font color is #95B1C0.


Background Color

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

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

This div background color is #95B1C0.


Border color

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

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

This div border color is #95B1C0.


Opacity

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

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

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

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

This text has shadow with #95B1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B1C0 on black background.


Color preview on white background

This text has color #95B1C0 on white background.



Black color preview on #95B1C0 background

This text has black color on #95B1C0 background.


White color preview on #95B1C0 background

This text has white color on #95B1C0 background.