COLOR #95A4C0

HEX: #95A4C0 RGB: (149,164,192)

Color info

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

RGB color model

#95A4C0 color RGB value is (149,164,192).

RGB: (149,164,192) (58%, 64%, 75%)

RGB channels and saturation

R 149 of 255 = 58%
G 164 of 255 = 64%
B 192 of 255 = 75%

149
164
192

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

Portions of RGB colors in percentages

R + G + B = 149 + 164 + 192 = 505 (100%)
R 149 of 505 ~ 29.5%
G 164 of 505 ~ 32.48%
B 192 of 505 ~ 38.02'%

%29.5
%32.48
%38.02

CMYK color model

#95A4C0 color CMYK value is (22,15,0,25).

  • cyan value is 22.40%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (22,15,0,25)
C22M15Y0K25 (22%, 15%, 0%, 25%)
(0.22 / 0.15 / 0.00 / 0.25)

CMYK percentages

%22.4
%14.58
%0
%24.71

Codes

Color #95A4C0 in popluar color models

95 A4 C0
RGB 149 164 192
HSL 219° 25.44% 66.86%
HSB/HSV 219° 22.40% 75.29%
CMYK 22.40% 14.58% 0.00%
24.71%

Color #95A4C0 in popluar number systems.

HEX 95 A4 C0
Decimal 149 164 192
Binary 10010101 10100100 11000000
Octal 225 244 300

Shades and tints

Shades of #95A4C0

#95A4C0
(149,164,192)
#8896AF
(136,150,175)
#7B889E
(123,136,158)
#6E7A8D
(110,122,141)
#616C7C
(97,108,124)
#545E6B
(84,94,107)
#47505A
(71,80,90)
#3A4249
(58,66,73)
#2D3438
(45,52,56)
#202627
(32,38,39)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #95A4C0

#95A4C0
(149,164,192)
#9EACC5
(158,172,197)
#A7B4CA
(167,180,202)
#B0BCCF
(176,188,207)
#B9C4D4
(185,196,212)
#C2CCD9
(194,204,217)
#CBD4DE
(203,212,222)
#D4DCE3
(212,220,227)
#DDE4E8
(221,228,232)
#E6ECED
(230,236,237)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A4C0; }

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

This text font color is #95A4C0.

Background Color

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

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

This div background color is #95A4C0.

Border color

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

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

This div border color is #95A4C0.

Opacity

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

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

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

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

This text has shadow with #95A4C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A4C0.

Preview

Color preview on black background

This text has color #95A4C0 on black background.


Color preview on white background

This text has color #95A4C0 on white background.


Black color preview on #95A4C0 background

This text has black color on #95A4C0 background.


White color preview on #95A4C0 background

This text has white color on #95A4C0 background.


Related colors

Complementary color

Complementary color for #hex is #6A5B3F.


I love getcolorcode.com

Triadic colors

1 #C095A4 and #A4C095 with #95A4C0 are triadic colors.

2 #C0A495 and #A495C0 with #95A4C0 are triadic colors.