COLOR #8895CA

HEX: #8895CA RGB: (136,149,202)

Color info

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

RGB color model

#8895CA color RGB value is (136,149,202).

RGB: (136,149,202) (53%, 58%, 79%)

RGB channels and saturation

R 136 of 255 = 53%
G 149 of 255 = 58%
B 202 of 255 = 79%

136
149
202

R + G + B ~ 63%. #8895CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 149 + 202 = 487 (100%)
R 136 of 487 ~ 27.93%
G 149 of 487 ~ 30.6%
B 202 of 487 ~ 41.48'%

%27.93
%30.6
%41.48

CMYK color model

#8895CA color CMYK value is (33,26,0,21).

  • cyan value is 32.67%
  • magenta value is 26.24%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (33,26,0,21)
C33M26Y0K21 (33%, 26%, 0%, 21%)
(0.33 / 0.26 / 0.00 / 0.21)

CMYK percentages

%32.67
%26.24
%0
%20.78

Codes

Color #8895CA in popluar color models

88 95 CA
RGB 136 149 202
HSL 228° 38.37% 66.27%
HSB/HSV 228° 32.67% 79.22%
CMYK 32.67% 26.24% 0.00%
20.78%

Color #8895CA in popluar number systems.

HEX 88 95 CA
Decimal 136 149 202
Binary 10001000 10010101 11001010
Octal 210 225 312

Shades and tints

Shades of #8895CA

#8895CA
(136,149,202)
#7C88B8
(124,136,184)
#707BA6
(112,123,166)
#646E94
(100,110,148)
#586182
(88,97,130)
#4C5470
(76,84,112)
#40475E
(64,71,94)
#343A4C
(52,58,76)
#282D3A
(40,45,58)
#1C2028
(28,32,40)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #8895CA

#8895CA
(136,149,202)
#929ECE
(146,158,206)
#9CA7D2
(156,167,210)
#A6B0D6
(166,176,214)
#B0B9DA
(176,185,218)
#BAC2DE
(186,194,222)
#C4CBE2
(196,203,226)
#CED4E6
(206,212,230)
#D8DDEA
(216,221,234)
#E2E6EE
(226,230,238)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8895CA color. Also use rgb(136,149,202) instead hex code.

Text Font Color

.myTextColor { color: #8895CA; }

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

This text font color is #8895CA.

Background Color

.myBgColor { background-color: #8895CA; }

<div style="background-color:#8895CA">Inner text</div>

This div background color is #8895CA.

Border color

.myBorderColor { border: 1px solid #8895CA; }

<div style="border:3px solid #8895CA">Div</div>

This div border color is #8895CA.

Opacity

.myOpacity80 { color: #8895CA; opacity: 0.8; }

<p style="color:#8895CA;opacity:0.8;">80%</p>

Text with #8895CA 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 #8895CA;}

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

This text has shadow with #8895CA color.


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

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

This text has shadow with #8895CA primary color and red secondary color.


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

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

This text has shadow with #8895CA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8895CA.

Preview

Color preview on black background

This text has color #8895CA on black background.


Color preview on white background

This text has color #8895CA on white background.


Black color preview on #8895CA background

This text has black color on #8895CA background.


White color preview on #8895CA background

This text has white color on #8895CA background.


Related colors

Complementary color

Complementary color for #hex is #776A35.


I love getcolorcode.com

Triadic colors

1 #CA8895 and #95CA88 with #8895CA are triadic colors.

2 #CA9588 and #9588CA with #8895CA are triadic colors.