COLOR #95A4D3

HEX: #95A4D3 RGB: (149,164,211)

Color info

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

RGB color model

#95A4D3 color RGB value is (149,164,211).

RGB: (149,164,211) (58%, 64%, 83%)

RGB channels and saturation

R 149 of 255 = 58%
G 164 of 255 = 64%
B 211 of 255 = 83%

149
164
211

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

Portions of RGB colors in percentages

R + G + B = 149 + 164 + 211 = 524 (100%)
R 149 of 524 ~ 28.44%
G 164 of 524 ~ 31.3%
B 211 of 524 ~ 40.27'%

%28.44
%31.3
%40.27

CMYK color model

#95A4D3 color CMYK value is (29,22,0,17).

  • cyan value is 29.38%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (29,22,0,17)
C29M22Y0K17 (29%, 22%, 0%, 17%)
(0.29 / 0.22 / 0.00 / 0.17)

CMYK percentages

%29.38
%22.27
%0
%17.25

Codes

Color #95A4D3 in popluar color models

95 A4 D3
RGB 149 164 211
HSL 225° 41.33% 70.59%
HSB/HSV 225° 29.38% 82.75%
CMYK 29.38% 22.27% 0.00%
17.25%

Color #95A4D3 in popluar number systems.

HEX 95 A4 D3
Decimal 149 164 211
Binary 10010101 10100100 11010011
Octal 225 244 323

Shades and tints

Shades of #95A4D3

#95A4D3
(149,164,211)
#8896C0
(136,150,192)
#7B88AD
(123,136,173)
#6E7A9A
(110,122,154)
#616C87
(97,108,135)
#545E74
(84,94,116)
#475061
(71,80,97)
#3A424E
(58,66,78)
#2D343B
(45,52,59)
#202628
(32,38,40)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #95A4D3

#95A4D3
(149,164,211)
#9EACD7
(158,172,215)
#A7B4DB
(167,180,219)
#B0BCDF
(176,188,223)
#B9C4E3
(185,196,227)
#C2CCE7
(194,204,231)
#CBD4EB
(203,212,235)
#D4DCEF
(212,220,239)
#DDE4F3
(221,228,243)
#E6ECF7
(230,236,247)
#EFF4FB
(239,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A4D3 color. Also use rgb(149,164,211) instead hex code.

Text Font Color

.myTextColor { color: #95A4D3; }

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

This text font color is #95A4D3.

Background Color

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

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

This div background color is #95A4D3.

Border color

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

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

This div border color is #95A4D3.

Opacity

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

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

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

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

This text has shadow with #95A4D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A4D3.

Preview

Color preview on black background

This text has color #95A4D3 on black background.


Color preview on white background

This text has color #95A4D3 on white background.


Black color preview on #95A4D3 background

This text has black color on #95A4D3 background.


White color preview on #95A4D3 background

This text has white color on #95A4D3 background.


Related colors

Complementary color

Complementary color for #hex is #6A5B2C.


I love getcolorcode.com

Triadic colors

1 #D395A4 and #A4D395 with #95A4D3 are triadic colors.

2 #D3A495 and #A495D3 with #95A4D3 are triadic colors.