COLOR #95A2CC

HEX: #95A2CC RGB: (149,162,204)

Color info

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

RGB color model

#95A2CC color RGB value is (149,162,204).

RGB: (149,162,204) (58%, 64%, 80%)

RGB channels and saturation

R 149 of 255 = 58%
G 162 of 255 = 64%
B 204 of 255 = 80%

149
162
204

R + G + B ~ 67%. #95A2CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 162 + 204 = 515 (100%)
R 149 of 515 ~ 28.93%
G 162 of 515 ~ 31.46%
B 204 of 515 ~ 39.61'%

%28.93
%31.46
%39.61

CMYK color model

#95A2CC color CMYK value is (27,21,0,20).

  • cyan value is 26.96%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (27,21,0,20)
C27M21Y0K20 (27%, 21%, 0%, 20%)
(0.27 / 0.21 / 0.00 / 0.20)

CMYK percentages

%26.96
%20.59
%0
%20

Codes

Color #95A2CC in popluar color models

95 A2 CC
RGB 149 162 204
HSL 226° 35.03% 69.22%
HSB/HSV 226° 26.96% 80.00%
CMYK 26.96% 20.59% 0.00%
20.00%

Color #95A2CC in popluar number systems.

HEX 95 A2 CC
Decimal 149 162 204
Binary 10010101 10100010 11001100
Octal 225 242 314

Shades and tints

Shades of #95A2CC

#95A2CC
(149,162,204)
#8894BA
(136,148,186)
#7B86A8
(123,134,168)
#6E7896
(110,120,150)
#616A84
(97,106,132)
#545C72
(84,92,114)
#474E60
(71,78,96)
#3A404E
(58,64,78)
#2D323C
(45,50,60)
#20242A
(32,36,42)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #95A2CC

#95A2CC
(149,162,204)
#9EAAD0
(158,170,208)
#A7B2D4
(167,178,212)
#B0BAD8
(176,186,216)
#B9C2DC
(185,194,220)
#C2CAE0
(194,202,224)
#CBD2E4
(203,210,228)
#D4DAE8
(212,218,232)
#DDE2EC
(221,226,236)
#E6EAF0
(230,234,240)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A2CC color. Also use rgb(149,162,204) instead hex code.

Text Font Color

.myTextColor { color: #95A2CC; }

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

This text font color is #95A2CC.

Background Color

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

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

This div background color is #95A2CC.

Border color

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

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

This div border color is #95A2CC.

Opacity

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

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

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

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

This text has shadow with #95A2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A2CC.

Preview

Color preview on black background

This text has color #95A2CC on black background.


Color preview on white background

This text has color #95A2CC on white background.


Black color preview on #95A2CC background

This text has black color on #95A2CC background.


White color preview on #95A2CC background

This text has white color on #95A2CC background.


Related colors

Complementary color

Complementary color for #hex is #6A5D33.


I love getcolorcode.com

Triadic colors

1 #CC95A2 and #A2CC95 with #95A2CC are triadic colors.

2 #CCA295 and #A295CC with #95A2CC are triadic colors.