COLOR #95A8DE

HEX: #95A8DE
RGB: (149,168,222)

Color info

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

RGB color model

#95A8DE color RGB value is (149,168,222).

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

RGB channels and saturation

R 149 of 255 = 58%
G 168 of 255 = 66%
B 222 of 255 = 87%

149
168
222

R + G + B ~ 70%. #95A8DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 168 + 222 = 539 (100%)
R 149 of 539 ~ 27.64%
G 168 of 539 ~ 31.17%
B 222 of 539 ~ 41.19%

%27.64
%31.17
%41.19

CMYK color model

#95A8DE color CMYK value is (33,24,0,13).

  • cyan value is 32.88%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(33,24,0,13)
C33M24Y0K13 
(33%,24%,0%,13%)
(0.33/0.24/0.00/0.13)	

CMYK percentages

%32.88
%24.32
%0
%12.94

Codes

Color #95A8DE in popluar color models

95A8DE
RGB149168222
HSL224°52.52%72.75%
HSB/HSV224°32.88%87.06%
CMYK32.88%24.32%0.00%
12.94%

Color #95A8DE in popluar number systems.

HEX95A8DE
Decimal149168222
Binary100101011010100011011110
Octal225250336

Shades and tints

Shades of #95A8DE

#95A8DE
(149,168,222)
#8899CA
(136,153,202)
#7B8AB6
(123,138,182)
#6E7BA2
(110,123,162)
#616C8E
(97,108,142)
#545D7A
(84,93,122)
#474E66
(71,78,102)
#3A3F52
(58,63,82)
#2D303E
(45,48,62)
#20212A
(32,33,42)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #95A8DE

#95A8DE
(149,168,222)
#9EAFE1
(158,175,225)
#A7B6E4
(167,182,228)
#B0BDE7
(176,189,231)
#B9C4EA
(185,196,234)
#C2CBED
(194,203,237)
#CBD2F0
(203,210,240)
#D4D9F3
(212,217,243)
#DDE0F6
(221,224,246)
#E6E7F9
(230,231,249)
#EFEEFC
(239,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A8DE; }

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

This text font color is #95A8DE.


Background Color

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

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

This div background color is #95A8DE.


Border color

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

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

This div border color is #95A8DE.


Opacity

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

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

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

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

This text has shadow with #95A8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A8DE on black background.


Color preview on white background

This text has color #95A8DE on white background.



Black color preview on #95A8DE background

This text has black color on #95A8DE background.


White color preview on #95A8DE background

This text has white color on #95A8DE background.