COLOR #95A6CB

HEX: #95A6CB RGB: (149,166,203)

Color info

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

RGB color model

#95A6CB color RGB value is (149,166,203).

RGB: (149,166,203) (58%, 65%, 80%)

RGB channels and saturation

R 149 of 255 = 58%
G 166 of 255 = 65%
B 203 of 255 = 80%

149
166
203

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

Portions of RGB colors in percentages

R + G + B = 149 + 166 + 203 = 518 (100%)
R 149 of 518 ~ 28.76%
G 166 of 518 ~ 32.05%
B 203 of 518 ~ 39.19'%

%28.76
%32.05
%39.19

CMYK color model

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

  • cyan value is 26.60%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (27,18,0,20)
C27M18Y0K20 (27%, 18%, 0%, 20%)
(0.27 / 0.18 / 0.00 / 0.20)

CMYK percentages

%26.6
%18.23
%0
%20.39

Codes

Color #95A6CB in popluar color models

95 A6 CB
RGB 149 166 203
HSL 221° 34.18% 69.02%
HSB/HSV 221° 26.60% 79.61%
CMYK 26.60% 18.23% 0.00%
20.39%

Color #95A6CB in popluar number systems.

HEX 95 A6 CB
Decimal 149 166 203
Binary 10010101 10100110 11001011
Octal 225 246 313

Shades and tints

Shades of #95A6CB

#95A6CB
(149,166,203)
#8897B9
(136,151,185)
#7B88A7
(123,136,167)
#6E7995
(110,121,149)
#616A83
(97,106,131)
#545B71
(84,91,113)
#474C5F
(71,76,95)
#3A3D4D
(58,61,77)
#2D2E3B
(45,46,59)
#201F29
(32,31,41)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #95A6CB

#95A6CB
(149,166,203)
#9EAECF
(158,174,207)
#A7B6D3
(167,182,211)
#B0BED7
(176,190,215)
#B9C6DB
(185,198,219)
#C2CEDF
(194,206,223)
#CBD6E3
(203,214,227)
#D4DEE7
(212,222,231)
#DDE6EB
(221,230,235)
#E6EEEF
(230,238,239)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A6CB; }

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

This text font color is #95A6CB.

Background Color

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

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

This div background color is #95A6CB.

Border color

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

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

This div border color is #95A6CB.

Opacity

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

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

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

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

This text has shadow with #95A6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A6CB.

Preview

Color preview on black background

This text has color #95A6CB on black background.


Color preview on white background

This text has color #95A6CB on white background.


Black color preview on #95A6CB background

This text has black color on #95A6CB background.


White color preview on #95A6CB background

This text has white color on #95A6CB background.


Related colors

Complementary color

Complementary color for #hex is #6A5934.


I love getcolorcode.com

Triadic colors

1 #CB95A6 and #A6CB95 with #95A6CB are triadic colors.

2 #CBA695 and #A695CB with #95A6CB are triadic colors.