COLOR #8A99CA

HEX: #8A99CA
RGB: (138,153,202)

Color info

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

RGB color model

#8A99CA color RGB value is (138,153,202).

  • red value is 138;
  • green value is 153;
  • blue value is 202.
RGB:
(138,153,202)
(54%,60%,79%)

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 202 of 255 = 79%

138
153
202

R + G + B ~ 64%. #8A99CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 153 + 202 = 493 (100%)
R 138 of 493 ~ 27.99%
G 153 of 493 ~ 31.03%
B 202 of 493 ~ 40.97%

%27.99
%31.03
%40.97

CMYK color model

#8A99CA color CMYK value is (32,24,0,21).

  • cyan value is 31.68%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(32,24,0,21)
C32M24Y0K21 
(32%,24%,0%,21%)
(0.32/0.24/0.00/0.21)	

CMYK percentages

%31.68
%24.26
%0
%20.78

Codes

Color #8A99CA in popluar color models

8A99CA
RGB138153202
HSL226°37.65%66.67%
HSB/HSV226°31.68%79.22%
CMYK31.68%24.26%0.00%
20.78%

Color #8A99CA in popluar number systems.

HEX8A99CA
Decimal138153202
Binary100010101001100111001010
Octal212231312

Shades and tints

Shades of #8A99CA

#8A99CA
(138,153,202)
#7E8CB8
(126,140,184)
#727FA6
(114,127,166)
#667294
(102,114,148)
#5A6582
(90,101,130)
#4E5870
(78,88,112)
#424B5E
(66,75,94)
#363E4C
(54,62,76)
#2A313A
(42,49,58)
#1E2428
(30,36,40)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #8A99CA

#8A99CA
(138,153,202)
#94A2CE
(148,162,206)
#9EABD2
(158,171,210)
#A8B4D6
(168,180,214)
#B2BDDA
(178,189,218)
#BCC6DE
(188,198,222)
#C6CFE2
(198,207,226)
#D0D8E6
(208,216,230)
#DAE1EA
(218,225,234)
#E4EAEE
(228,234,238)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A99CA color. Also use rgb(138,153,202) instead hex code.

Text Font Color

.myTextColor { color: #8A99CA; }

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

This text font color is #8A99CA.


Background Color

.myBgColor { background-color: #8A99CA; }

<div style="background-color:#8A99CA">Inner text</div>

This div background color is #8A99CA.


Border color

.myBorderColor { border: 1px solid #8A99CA; }

<div style="border:3px solid #8A99CA">Div</div>

This div border color is #8A99CA.


Opacity

.myOpacity80 { color: #8A99CA; opacity: 0.8; }

<p style="color:#8A99CA;opacity:0.8;">80%</p>

Text with #8A99CA 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 #8A99CA;}

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

This text has shadow with #8A99CA color.

.textShadow {text-shadow: 3px 3px 1px #8A99CA, 3px 3px 1px red;}

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

This text has shadow with #8A99CA primary color and red secondary color.


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

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

This text has shadow with #8A99CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A99CA on black background.


Color preview on white background

This text has color #8A99CA on white background.



Black color preview on #8A99CA background

This text has black color on #8A99CA background.


White color preview on #8A99CA background

This text has white color on #8A99CA background.