COLOR #95A8CF

HEX: #95A8CF
RGB: (149,168,207)

Color info

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

RGB color model

#95A8CF color RGB value is (149,168,207).

  • red value is 149;
  • green value is 168;
  • blue value is 207.
RGB:
(149,168,207)
(58%,66%,81%)

RGB channels and saturation

R 149 of 255 = 58%
G 168 of 255 = 66%
B 207 of 255 = 81%

149
168
207

R + G + B ~ 68%. #95A8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 168 + 207 = 524 (100%)
R 149 of 524 ~ 28.44%
G 168 of 524 ~ 32.06%
B 207 of 524 ~ 39.5%

%28.44
%32.06
%39.5

CMYK color model

#95A8CF color CMYK value is (28,19,0,19).

  • cyan value is 28.02%
  • magenta value is 18.84%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(28,19,0,19)
C28M19Y0K19 
(28%,19%,0%,19%)
(0.28/0.19/0.00/0.19)	

CMYK percentages

%28.02
%18.84
%0
%18.82

Codes

Color #95A8CF in popluar color models

95A8CF
RGB149168207
HSL220°37.66%69.80%
HSB/HSV220°28.02%81.18%
CMYK28.02%18.84%0.00%
18.82%

Color #95A8CF in popluar number systems.

HEX95A8CF
Decimal149168207
Binary100101011010100011001111
Octal225250317

Shades and tints

Shades of #95A8CF

#95A8CF
(149,168,207)
#8899BD
(136,153,189)
#7B8AAB
(123,138,171)
#6E7B99
(110,123,153)
#616C87
(97,108,135)
#545D75
(84,93,117)
#474E63
(71,78,99)
#3A3F51
(58,63,81)
#2D303F
(45,48,63)
#20212D
(32,33,45)
#13121B
(19,18,27)
#000000
(0,0,0)

Tints of #95A8CF

#95A8CF
(149,168,207)
#9EAFD3
(158,175,211)
#A7B6D7
(167,182,215)
#B0BDDB
(176,189,219)
#B9C4DF
(185,196,223)
#C2CBE3
(194,203,227)
#CBD2E7
(203,210,231)
#D4D9EB
(212,217,235)
#DDE0EF
(221,224,239)
#E6E7F3
(230,231,243)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A8CF color. Also use rgb(149,168,207) instead hex code.

Text Font Color

.myTextColor { color: #95A8CF; }

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

This text font color is #95A8CF.


Background Color

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

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

This div background color is #95A8CF.


Border color

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

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

This div border color is #95A8CF.


Opacity

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

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

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

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

This text has shadow with #95A8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A8CF on black background.


Color preview on white background

This text has color #95A8CF on white background.



Black color preview on #95A8CF background

This text has black color on #95A8CF background.


White color preview on #95A8CF background

This text has white color on #95A8CF background.