COLOR #95B1D8

HEX: #95B1D8
RGB: (149,177,216)

Color info

#95B1D8 contains mainly green and blue colors. Web safe color of #95B1D8 is #9999CC (or #99C).

RGB color model

#95B1D8 color RGB value is (149,177,216).

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

RGB channels and saturation

R 149 of 255 = 58%
G 177 of 255 = 69%
B 216 of 255 = 85%

149
177
216

R + G + B ~ 71%. #95B1D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 177 + 216 = 542 (100%)
R 149 of 542 ~ 27.49%
G 177 of 542 ~ 32.66%
B 216 of 542 ~ 39.85%

%27.49
%32.66
%39.85

CMYK color model

#95B1D8 color CMYK value is (31,18,0,15).

  • cyan value is 31.02%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(31,18,0,15)
C31M18Y0K15 
(31%,18%,0%,15%)
(0.31/0.18/0.00/0.15)	

CMYK percentages

%31.02
%18.06
%0
%15.29

Codes

Color #95B1D8 in popluar color models

95B1D8
RGB149177216
HSL215°46.21%71.57%
HSB/HSV215°31.02%84.71%
CMYK31.02%18.06%0.00%
15.29%

Color #95B1D8 in popluar number systems.

HEX95B1D8
Decimal149177216
Binary100101011011000111011000
Octal225261330

Shades and tints

Shades of #95B1D8

#95B1D8
(149,177,216)
#88A1C5
(136,161,197)
#7B91B2
(123,145,178)
#6E819F
(110,129,159)
#61718C
(97,113,140)
#546179
(84,97,121)
#475166
(71,81,102)
#3A4153
(58,65,83)
#2D3140
(45,49,64)
#20212D
(32,33,45)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #95B1D8

#95B1D8
(149,177,216)
#9EB8DB
(158,184,219)
#A7BFDE
(167,191,222)
#B0C6E1
(176,198,225)
#B9CDE4
(185,205,228)
#C2D4E7
(194,212,231)
#CBDBEA
(203,219,234)
#D4E2ED
(212,226,237)
#DDE9F0
(221,233,240)
#E6F0F3
(230,240,243)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B1D8; }

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

This text font color is #95B1D8.


Background Color

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

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

This div background color is #95B1D8.


Border color

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

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

This div border color is #95B1D8.


Opacity

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

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

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

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

This text has shadow with #95B1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B1D8 on black background.


Color preview on white background

This text has color #95B1D8 on white background.



Black color preview on #95B1D8 background

This text has black color on #95B1D8 background.


White color preview on #95B1D8 background

This text has white color on #95B1D8 background.