COLOR #95A9DD

HEX: #95A9DD
RGB: (149,169,221)

Color info

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

RGB color model

#95A9DD color RGB value is (149,169,221).

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

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 221 of 255 = 87%

149
169
221

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

Portions of RGB colors in percentages

R + G + B =
149 + 169 + 221 = 539 (100%)
R 149 of 539 ~ 27.64%
G 169 of 539 ~ 31.35%
B 221 of 539 ~ 41%

%27.64
%31.35
%41

CMYK color model

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

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

CMYK percentages

%32.58
%23.53
%0
%13.33

Codes

Color #95A9DD in popluar color models

95A9DD
RGB149169221
HSL223°51.43%72.55%
HSB/HSV223°32.58%86.67%
CMYK32.58%23.53%0.00%
13.33%

Color #95A9DD in popluar number systems.

HEX95A9DD
Decimal149169221
Binary100101011010100111011101
Octal225251335

Shades and tints

Shades of #95A9DD

#95A9DD
(149,169,221)
#889AC9
(136,154,201)
#7B8BB5
(123,139,181)
#6E7CA1
(110,124,161)
#616D8D
(97,109,141)
#545E79
(84,94,121)
#474F65
(71,79,101)
#3A4051
(58,64,81)
#2D313D
(45,49,61)
#202229
(32,34,41)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #95A9DD

#95A9DD
(149,169,221)
#9EB0E0
(158,176,224)
#A7B7E3
(167,183,227)
#B0BEE6
(176,190,230)
#B9C5E9
(185,197,233)
#C2CCEC
(194,204,236)
#CBD3EF
(203,211,239)
#D4DAF2
(212,218,242)
#DDE1F5
(221,225,245)
#E6E8F8
(230,232,248)
#EFEFFB
(239,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A9DD color. Also use rgb(149,169,221) instead hex code.

Text Font Color

.myTextColor { color: #95A9DD; }

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

This text font color is #95A9DD.


Background Color

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

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

This div background color is #95A9DD.


Border color

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

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

This div border color is #95A9DD.


Opacity

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

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

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

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

This text has shadow with #95A9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A9DD on black background.


Color preview on white background

This text has color #95A9DD on white background.



Black color preview on #95A9DD background

This text has black color on #95A9DD background.


White color preview on #95A9DD background

This text has white color on #95A9DD background.