COLOR #95A3C5

HEX: #95A3C5 RGB: (149,163,197)

Color info

#95A3C5 contains red, green and blue colors in about the same proportion. Web safe color of #95A3C5 is #9999CC (or #99C).

RGB color model

#95A3C5 color RGB value is (149,163,197).

RGB: (149,163,197) (58%, 64%, 77%)

RGB channels and saturation

R 149 of 255 = 58%
G 163 of 255 = 64%
B 197 of 255 = 77%

149
163
197

R + G + B ~ 66%. #95A3C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 163 + 197 = 509 (100%)
R 149 of 509 ~ 29.27%
G 163 of 509 ~ 32.02%
B 197 of 509 ~ 38.7'%

%29.27
%32.02
%38.7

CMYK color model

#95A3C5 color CMYK value is (24,17,0,23).

  • cyan value is 24.37%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (24,17,0,23)
C24M17Y0K23 (24%, 17%, 0%, 23%)
(0.24 / 0.17 / 0.00 / 0.23)

CMYK percentages

%24.37
%17.26
%0
%22.75

Codes

Color #95A3C5 in popluar color models

95 A3 C5
RGB 149 163 197
HSL 223° 29.27% 67.84%
HSB/HSV 223° 24.37% 77.25%
CMYK 24.37% 17.26% 0.00%
22.75%

Color #95A3C5 in popluar number systems.

HEX 95 A3 C5
Decimal 149 163 197
Binary 10010101 10100011 11000101
Octal 225 243 305

Shades and tints

Shades of #95A3C5

#95A3C5
(149,163,197)
#8895B4
(136,149,180)
#7B87A3
(123,135,163)
#6E7992
(110,121,146)
#616B81
(97,107,129)
#545D70
(84,93,112)
#474F5F
(71,79,95)
#3A414E
(58,65,78)
#2D333D
(45,51,61)
#20252C
(32,37,44)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #95A3C5

#95A3C5
(149,163,197)
#9EABCA
(158,171,202)
#A7B3CF
(167,179,207)
#B0BBD4
(176,187,212)
#B9C3D9
(185,195,217)
#C2CBDE
(194,203,222)
#CBD3E3
(203,211,227)
#D4DBE8
(212,219,232)
#DDE3ED
(221,227,237)
#E6EBF2
(230,235,242)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A3C5 color. Also use rgb(149,163,197) instead hex code.

Text Font Color

.myTextColor { color: #95A3C5; }

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

This text font color is #95A3C5.

Background Color

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

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

This div background color is #95A3C5.

Border color

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

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

This div border color is #95A3C5.

Opacity

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

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

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

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

This text has shadow with #95A3C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A3C5.

Preview

Color preview on black background

This text has color #95A3C5 on black background.


Color preview on white background

This text has color #95A3C5 on white background.


Black color preview on #95A3C5 background

This text has black color on #95A3C5 background.


White color preview on #95A3C5 background

This text has white color on #95A3C5 background.


Related colors

Complementary color

Complementary color for #hex is #6A5C3A.


I love getcolorcode.com

Triadic colors

1 #C595A3 and #A3C595 with #95A3C5 are triadic colors.

2 #C5A395 and #A395C5 with #95A3C5 are triadic colors.