COLOR #95B3CC

HEX: #95B3CC
RGB: (149,179,204)

Color info

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

RGB color model

#95B3CC color RGB value is (149,179,204).

  • red value is 149;
  • green value is 179;
  • blue value is 204.
RGB:
(149,179,204)
(58%,70%,80%)

RGB channels and saturation

R 149 of 255 = 58%
G 179 of 255 = 70%
B 204 of 255 = 80%

149
179
204

R + G + B ~ 69%. #95B3CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 179 + 204 = 532 (100%)
R 149 of 532 ~ 28.01%
G 179 of 532 ~ 33.65%
B 204 of 532 ~ 38.35%

%28.01
%33.65
%38.35

CMYK color model

#95B3CC color CMYK value is (27,12,0,20).

  • cyan value is 26.96%
  • magenta value is 12.25%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(27,12,0,20)
C27M12Y0K20 
(27%,12%,0%,20%)
(0.27/0.12/0.00/0.20)	

CMYK percentages

%26.96
%12.25
%0
%20

Codes

Color #95B3CC in popluar color models

95B3CC
RGB149179204
HSL207°35.03%69.22%
HSB/HSV207°26.96%80.00%
CMYK26.96%12.25%0.00%
20.00%

Color #95B3CC in popluar number systems.

HEX95B3CC
Decimal149179204
Binary100101011011001111001100
Octal225263314

Shades and tints

Shades of #95B3CC

#95B3CC
(149,179,204)
#88A3BA
(136,163,186)
#7B93A8
(123,147,168)
#6E8396
(110,131,150)
#617384
(97,115,132)
#546372
(84,99,114)
#475360
(71,83,96)
#3A434E
(58,67,78)
#2D333C
(45,51,60)
#20232A
(32,35,42)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #95B3CC

#95B3CC
(149,179,204)
#9EB9D0
(158,185,208)
#A7BFD4
(167,191,212)
#B0C5D8
(176,197,216)
#B9CBDC
(185,203,220)
#C2D1E0
(194,209,224)
#CBD7E4
(203,215,228)
#D4DDE8
(212,221,232)
#DDE3EC
(221,227,236)
#E6E9F0
(230,233,240)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B3CC color. Also use rgb(149,179,204) instead hex code.

Text Font Color

.myTextColor { color: #95B3CC; }

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

This text font color is #95B3CC.


Background Color

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

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

This div background color is #95B3CC.


Border color

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

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

This div border color is #95B3CC.


Opacity

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

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

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

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

This text has shadow with #95B3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B3CC on black background.


Color preview on white background

This text has color #95B3CC on white background.



Black color preview on #95B3CC background

This text has black color on #95B3CC background.


White color preview on #95B3CC background

This text has white color on #95B3CC background.