COLOR #95A0D6

HEX: #95A0D6 RGB: (149,160,214)

Color info

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

RGB color model

#95A0D6 color RGB value is (149,160,214).

RGB: (149,160,214) (58%, 63%, 84%)

RGB channels and saturation

R 149 of 255 = 58%
G 160 of 255 = 63%
B 214 of 255 = 84%

149
160
214

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

Portions of RGB colors in percentages

R + G + B = 149 + 160 + 214 = 523 (100%)
R 149 of 523 ~ 28.49%
G 160 of 523 ~ 30.59%
B 214 of 523 ~ 40.92'%

%28.49
%30.59
%40.92

CMYK color model

#95A0D6 color CMYK value is (30,25,0,16).

  • cyan value is 30.37%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (30,25,0,16)
C30M25Y0K16 (30%, 25%, 0%, 16%)
(0.30 / 0.25 / 0.00 / 0.16)

CMYK percentages

%30.37
%25.23
%0
%16.08

Codes

Color #95A0D6 in popluar color models

95 A0 D6
RGB 149 160 214
HSL 230° 44.22% 71.18%
HSB/HSV 230° 30.37% 83.92%
CMYK 30.37% 25.23% 0.00%
16.08%

Color #95A0D6 in popluar number systems.

HEX 95 A0 D6
Decimal 149 160 214
Binary 10010101 10100000 11010110
Octal 225 240 326

Shades and tints

Shades of #95A0D6

#95A0D6
(149,160,214)
#8892C3
(136,146,195)
#7B84B0
(123,132,176)
#6E769D
(110,118,157)
#61688A
(97,104,138)
#545A77
(84,90,119)
#474C64
(71,76,100)
#3A3E51
(58,62,81)
#2D303E
(45,48,62)
#20222B
(32,34,43)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #95A0D6

#95A0D6
(149,160,214)
#9EA8D9
(158,168,217)
#A7B0DC
(167,176,220)
#B0B8DF
(176,184,223)
#B9C0E2
(185,192,226)
#C2C8E5
(194,200,229)
#CBD0E8
(203,208,232)
#D4D8EB
(212,216,235)
#DDE0EE
(221,224,238)
#E6E8F1
(230,232,241)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A0D6; }

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

This text font color is #95A0D6.

Background Color

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

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

This div background color is #95A0D6.

Border color

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

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

This div border color is #95A0D6.

Opacity

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

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

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

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

This text has shadow with #95A0D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A0D6.

Preview

Color preview on black background

This text has color #95A0D6 on black background.


Color preview on white background

This text has color #95A0D6 on white background.


Black color preview on #95A0D6 background

This text has black color on #95A0D6 background.


White color preview on #95A0D6 background

This text has white color on #95A0D6 background.


Related colors

Complementary color

Complementary color for #hex is #6A5F29.


I love getcolorcode.com

Triadic colors

1 #D695A0 and #A0D695 with #95A0D6 are triadic colors.

2 #D6A095 and #A095D6 with #95A0D6 are triadic colors.