COLOR #95A0D1

HEX: #95A0D1 RGB: (149,160,209)

Color info

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

RGB color model

#95A0D1 color RGB value is (149,160,209).

RGB: (149,160,209) (58%, 63%, 82%)

RGB channels and saturation

R 149 of 255 = 58%
G 160 of 255 = 63%
B 209 of 255 = 82%

149
160
209

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

Portions of RGB colors in percentages

R + G + B = 149 + 160 + 209 = 518 (100%)
R 149 of 518 ~ 28.76%
G 160 of 518 ~ 30.89%
B 209 of 518 ~ 40.35'%

%28.76
%30.89
%40.35

CMYK color model

#95A0D1 color CMYK value is (29,23,0,18).

  • cyan value is 28.71%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (29,23,0,18) C29M23Y0K18 (29%,23%,0%,18%) (0.29/0.23/0.00/0.18) 

CMYK percentages

%28.71
%23.44
%0
%18.04

Codes

Color #95A0D1 in popluar color models

95 A0 D1
RGB 149 160 209
HSL 229° 39.47% 70.20%
HSB/HSV 229° 28.71% 81.96%
CMYK 28.71% 23.44% 0.00%
18.04%

Color #95A0D1 in popluar number systems.

HEX 95 A0 D1
Decimal 149 160 209
Binary 10010101 10100000 11010001
Octal 225 240 321

Shades and tints

Shades of #95A0D1

#95A0D1
(149,160,209)
#8892BE
(136,146,190)
#7B84AB
(123,132,171)
#6E7698
(110,118,152)
#616885
(97,104,133)
#545A72
(84,90,114)
#474C5F
(71,76,95)
#3A3E4C
(58,62,76)
#2D3039
(45,48,57)
#202226
(32,34,38)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #95A0D1

#95A0D1
(149,160,209)
#9EA8D5
(158,168,213)
#A7B0D9
(167,176,217)
#B0B8DD
(176,184,221)
#B9C0E1
(185,192,225)
#C2C8E5
(194,200,229)
#CBD0E9
(203,208,233)
#D4D8ED
(212,216,237)
#DDE0F1
(221,224,241)
#E6E8F5
(230,232,245)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A0D1 color. Also use rgb(149,160,209) instead hex code.

Text Font Color

.myTextColor { color: #95A0D1; }

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

This text font color is #95A0D1.

Background Color

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

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

This div background color is #95A0D1.

Border color

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

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

This div border color is #95A0D1.

Opacity

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

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

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

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

This text has shadow with #95A0D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A0D1.

Preview

Color preview on black background

This text has color #95A0D1 on black background.


Color preview on white background

This text has color #95A0D1 on white background.


Black color preview on #95A0D1 background

This text has black color on #95A0D1 background.


White color preview on #95A0D1 background

This text has white color on #95A0D1 background.


Related colors

Complementary color

Complementary color for #hex is #6A5F2E.


I love getcolorcode.com

Triadic colors

1 #D195A0 and #A0D195 with #95A0D1 are triadic colors.

2 #D1A095 and #A095D1 with #95A0D1 are triadic colors.