COLOR #95A9D5

HEX: #95A9D5 RGB: (149,169,213)

Color info

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

RGB color model

#95A9D5 color RGB value is (149,169,213).

RGB: (149,169,213) (58%, 66%, 84%)

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 213 of 255 = 84%

149
169
213

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

Portions of RGB colors in percentages

R + G + B = 149 + 169 + 213 = 531 (100%)
R 149 of 531 ~ 28.06%
G 169 of 531 ~ 31.83%
B 213 of 531 ~ 40.11'%

%28.06
%31.83
%40.11

CMYK color model

#95A9D5 color CMYK value is (30,21,0,16).

  • cyan value is 30.05%
  • magenta value is 20.66%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (30,21,0,16)
C30M21Y0K16 (30%, 21%, 0%, 16%)
(0.30 / 0.21 / 0.00 / 0.16)

CMYK percentages

%30.05
%20.66
%0
%16.47

Codes

Color #95A9D5 in popluar color models

95 A9 D5
RGB 149 169 213
HSL 221° 43.24% 70.98%
HSB/HSV 221° 30.05% 83.53%
CMYK 30.05% 20.66% 0.00%
16.47%

Color #95A9D5 in popluar number systems.

HEX 95 A9 D5
Decimal 149 169 213
Binary 10010101 10101001 11010101
Octal 225 251 325

Shades and tints

Shades of #95A9D5

#95A9D5
(149,169,213)
#889AC2
(136,154,194)
#7B8BAF
(123,139,175)
#6E7C9C
(110,124,156)
#616D89
(97,109,137)
#545E76
(84,94,118)
#474F63
(71,79,99)
#3A4050
(58,64,80)
#2D313D
(45,49,61)
#20222A
(32,34,42)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #95A9D5

#95A9D5
(149,169,213)
#9EB0D8
(158,176,216)
#A7B7DB
(167,183,219)
#B0BEDE
(176,190,222)
#B9C5E1
(185,197,225)
#C2CCE4
(194,204,228)
#CBD3E7
(203,211,231)
#D4DAEA
(212,218,234)
#DDE1ED
(221,225,237)
#E6E8F0
(230,232,240)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A9D5; }

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

This text font color is #95A9D5.

Background Color

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

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

This div background color is #95A9D5.

Border color

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

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

This div border color is #95A9D5.

Opacity

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

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

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

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

This text has shadow with #95A9D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A9D5.

Preview

Color preview on black background

This text has color #95A9D5 on black background.


Color preview on white background

This text has color #95A9D5 on white background.


Black color preview on #95A9D5 background

This text has black color on #95A9D5 background.


White color preview on #95A9D5 background

This text has white color on #95A9D5 background.


Related colors

Complementary color

Complementary color for #hex is #6A562A.


I love getcolorcode.com

Triadic colors

1 #D595A9 and #A9D595 with #95A9D5 are triadic colors.

2 #D5A995 and #A995D5 with #95A9D5 are triadic colors.