COLOR #8995CB

HEX: #8995CB
RGB: (137,149,203)

Color info

#8995CB contains mainly green and blue colors. Web safe color of #8995CB is #9999CC (or #99C).

RGB color model

#8995CB color RGB value is (137,149,203).

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

RGB channels and saturation

R 137 of 255 = 54%
G 149 of 255 = 58%
B 203 of 255 = 80%

137
149
203

R + G + B ~ 64%. #8995CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 149 + 203 = 489 (100%)
R 137 of 489 ~ 28.02%
G 149 of 489 ~ 30.47%
B 203 of 489 ~ 41.51%

%28.02
%30.47
%41.51

CMYK color model

#8995CB color CMYK value is (33,27,0,20).

  • cyan value is 32.51%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(33,27,0,20)
C33M27Y0K20 
(33%,27%,0%,20%)
(0.33/0.27/0.00/0.20)	

CMYK percentages

%32.51
%26.6
%0
%20.39

Codes

Color #8995CB in popluar color models

8995CB
RGB137149203
HSL229°38.82%66.67%
HSB/HSV229°32.51%79.61%
CMYK32.51%26.60%0.00%
20.39%

Color #8995CB in popluar number systems.

HEX8995CB
Decimal137149203
Binary100010011001010111001011
Octal211225313

Shades and tints

Shades of #8995CB

#8995CB
(137,149,203)
#7D88B9
(125,136,185)
#717BA7
(113,123,167)
#656E95
(101,110,149)
#596183
(89,97,131)
#4D5471
(77,84,113)
#41475F
(65,71,95)
#353A4D
(53,58,77)
#292D3B
(41,45,59)
#1D2029
(29,32,41)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #8995CB

#8995CB
(137,149,203)
#939ECF
(147,158,207)
#9DA7D3
(157,167,211)
#A7B0D7
(167,176,215)
#B1B9DB
(177,185,219)
#BBC2DF
(187,194,223)
#C5CBE3
(197,203,227)
#CFD4E7
(207,212,231)
#D9DDEB
(217,221,235)
#E3E6EF
(227,230,239)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8995CB color. Also use rgb(137,149,203) instead hex code.

Text Font Color

.myTextColor { color: #8995CB; }

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

This text font color is #8995CB.


Background Color

.myBgColor { background-color: #8995CB; }

<div style="background-color:#8995CB">Inner text</div>

This div background color is #8995CB.


Border color

.myBorderColor { border: 1px solid #8995CB; }

<div style="border:3px solid #8995CB">Div</div>

This div border color is #8995CB.


Opacity

.myOpacity80 { color: #8995CB; opacity: 0.8; }

<p style="color:#8995CB;opacity:0.8;">80%</p>

Text with #8995CB 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 #8995CB;}

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

This text has shadow with #8995CB color.

.textShadow {text-shadow: 3px 3px 1px #8995CB, 3px 3px 1px red;}

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

This text has shadow with #8995CB primary color and red secondary color.


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

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

This text has shadow with #8995CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8995CB on black background.


Color preview on white background

This text has color #8995CB on white background.



Black color preview on #8995CB background

This text has black color on #8995CB background.


White color preview on #8995CB background

This text has white color on #8995CB background.