COLOR #95BCD6

HEX: #95BCD6
RGB: (149,188,214)

Color info

#95BCD6 contains mainly green and blue colors. Web safe color of #95BCD6 is #99CCCC (or #9CC).

RGB color model

#95BCD6 color RGB value is (149,188,214).

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

RGB channels and saturation

R 149 of 255 = 58%
G 188 of 255 = 74%
B 214 of 255 = 84%

149
188
214

R + G + B ~ 72%. #95BCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 188 + 214 = 551 (100%)
R 149 of 551 ~ 27.04%
G 188 of 551 ~ 34.12%
B 214 of 551 ~ 38.84%

%27.04
%34.12
%38.84

CMYK color model

#95BCD6 color CMYK value is (30,12,0,16).

  • cyan value is 30.37%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(30,12,0,16)
C30M12Y0K16 
(30%,12%,0%,16%)
(0.30/0.12/0.00/0.16)	

CMYK percentages

%30.37
%12.15
%0
%16.08

Codes

Color #95BCD6 in popluar color models

95BCD6
RGB149188214
HSL204°44.22%71.18%
HSB/HSV204°30.37%83.92%
CMYK30.37%12.15%0.00%
16.08%

Color #95BCD6 in popluar number systems.

HEX95BCD6
Decimal149188214
Binary100101011011110011010110
Octal225274326

Shades and tints

Shades of #95BCD6

#95BCD6
(149,188,214)
#88ABC3
(136,171,195)
#7B9AB0
(123,154,176)
#6E899D
(110,137,157)
#61788A
(97,120,138)
#546777
(84,103,119)
#475664
(71,86,100)
#3A4551
(58,69,81)
#2D343E
(45,52,62)
#20232B
(32,35,43)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #95BCD6

#95BCD6
(149,188,214)
#9EC2D9
(158,194,217)
#A7C8DC
(167,200,220)
#B0CEDF
(176,206,223)
#B9D4E2
(185,212,226)
#C2DAE5
(194,218,229)
#CBE0E8
(203,224,232)
#D4E6EB
(212,230,235)
#DDECEE
(221,236,238)
#E6F2F1
(230,242,241)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BCD6; }

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

This text font color is #95BCD6.


Background Color

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

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

This div background color is #95BCD6.


Border color

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

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

This div border color is #95BCD6.


Opacity

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

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

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

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

This text has shadow with #95BCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BCD6 on black background.


Color preview on white background

This text has color #95BCD6 on white background.



Black color preview on #95BCD6 background

This text has black color on #95BCD6 background.


White color preview on #95BCD6 background

This text has white color on #95BCD6 background.