COLOR #95BCD3

HEX: #95BCD3
RGB: (149,188,211)

Color info

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

RGB color model

#95BCD3 color RGB value is (149,188,211).

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

RGB channels and saturation

R 149 of 255 = 58%
G 188 of 255 = 74%
B 211 of 255 = 83%

149
188
211

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

Portions of RGB colors in percentages

R + G + B =
149 + 188 + 211 = 548 (100%)
R 149 of 548 ~ 27.19%
G 188 of 548 ~ 34.31%
B 211 of 548 ~ 38.5%

%27.19
%34.31
%38.5

CMYK color model

#95BCD3 color CMYK value is (29,11,0,17).

  • cyan value is 29.38%
  • magenta value is 10.90%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(29,11,0,17)
C29M11Y0K17 
(29%,11%,0%,17%)
(0.29/0.11/0.00/0.17)	

CMYK percentages

%29.38
%10.9
%0
%17.25

Codes

Color #95BCD3 in popluar color models

95BCD3
RGB149188211
HSL202°41.33%70.59%
HSB/HSV202°29.38%82.75%
CMYK29.38%10.90%0.00%
17.25%

Color #95BCD3 in popluar number systems.

HEX95BCD3
Decimal149188211
Binary100101011011110011010011
Octal225274323

Shades and tints

Shades of #95BCD3

#95BCD3
(149,188,211)
#88ABC0
(136,171,192)
#7B9AAD
(123,154,173)
#6E899A
(110,137,154)
#617887
(97,120,135)
#546774
(84,103,116)
#475661
(71,86,97)
#3A454E
(58,69,78)
#2D343B
(45,52,59)
#202328
(32,35,40)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #95BCD3

#95BCD3
(149,188,211)
#9EC2D7
(158,194,215)
#A7C8DB
(167,200,219)
#B0CEDF
(176,206,223)
#B9D4E3
(185,212,227)
#C2DAE7
(194,218,231)
#CBE0EB
(203,224,235)
#D4E6EF
(212,230,239)
#DDECF3
(221,236,243)
#E6F2F7
(230,242,247)
#EFF8FB
(239,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BCD3; }

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

This text font color is #95BCD3.


Background Color

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

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

This div background color is #95BCD3.


Border color

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

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

This div border color is #95BCD3.


Opacity

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

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

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

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

This text has shadow with #95BCD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BCD3 on black background.


Color preview on white background

This text has color #95BCD3 on white background.



Black color preview on #95BCD3 background

This text has black color on #95BCD3 background.


White color preview on #95BCD3 background

This text has white color on #95BCD3 background.