COLOR #95A2CB

HEX: #95A2CB
RGB: (149,162,203)

Color info

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

RGB color model

#95A2CB color RGB value is (149,162,203).

  • red value is 149;
  • green value is 162;
  • blue value is 203.
RGB:
(149,162,203)
(58%,64%,80%)

RGB channels and saturation

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

149
162
203

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

Portions of RGB colors in percentages

R + G + B =
149 + 162 + 203 = 514 (100%)
R 149 of 514 ~ 28.99%
G 162 of 514 ~ 31.52%
B 203 of 514 ~ 39.49%

%28.99
%31.52
%39.49

CMYK color model

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

  • cyan value is 26.60%
  • magenta value is 20.20%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(27,20,0,20)
C27M20Y0K20 
(27%,20%,0%,20%)
(0.27/0.20/0.00/0.20)	

CMYK percentages

%26.6
%20.2
%0
%20.39

Codes

Color #95A2CB in popluar color models

95A2CB
RGB149162203
HSL226°34.18%69.02%
HSB/HSV226°26.60%79.61%
CMYK26.60%20.20%0.00%
20.39%

Color #95A2CB in popluar number systems.

HEX95A2CB
Decimal149162203
Binary100101011010001011001011
Octal225242313

Shades and tints

Shades of #95A2CB

#95A2CB
(149,162,203)
#8894B9
(136,148,185)
#7B86A7
(123,134,167)
#6E7895
(110,120,149)
#616A83
(97,106,131)
#545C71
(84,92,113)
#474E5F
(71,78,95)
#3A404D
(58,64,77)
#2D323B
(45,50,59)
#202429
(32,36,41)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #95A2CB

#95A2CB
(149,162,203)
#9EAACF
(158,170,207)
#A7B2D3
(167,178,211)
#B0BAD7
(176,186,215)
#B9C2DB
(185,194,219)
#C2CADF
(194,202,223)
#CBD2E3
(203,210,227)
#D4DAE7
(212,218,231)
#DDE2EB
(221,226,235)
#E6EAEF
(230,234,239)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A2CB; }

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

This text font color is #95A2CB.


Background Color

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

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

This div background color is #95A2CB.


Border color

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

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

This div border color is #95A2CB.


Opacity

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

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

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

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

This text has shadow with #95A2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A2CB on black background.


Color preview on white background

This text has color #95A2CB on white background.



Black color preview on #95A2CB background

This text has black color on #95A2CB background.


White color preview on #95A2CB background

This text has white color on #95A2CB background.