COLOR #8A99CC

HEX: #8A99CC
RGB: (138,153,204)

Color info

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

RGB color model

#8A99CC color RGB value is (138,153,204).

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

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 204 of 255 = 80%

138
153
204

R + G + B ~ 65%. #8A99CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 153 + 204 = 495 (100%)
R 138 of 495 ~ 27.88%
G 153 of 495 ~ 30.91%
B 204 of 495 ~ 41.21%

%27.88
%30.91
%41.21

CMYK color model

#8A99CC color CMYK value is (32,25,0,20).

  • cyan value is 32.35%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(32,25,0,20)
C32M25Y0K20 
(32%,25%,0%,20%)
(0.32/0.25/0.00/0.20)	

CMYK percentages

%32.35
%25
%0
%20

Codes

Color #8A99CC in popluar color models

8A99CC
RGB138153204
HSL226°39.29%67.06%
HSB/HSV226°32.35%80.00%
CMYK32.35%25.00%0.00%
20.00%

Color #8A99CC in popluar number systems.

HEX8A99CC
Decimal138153204
Binary100010101001100111001100
Octal212231314

Shades and tints

Shades of #8A99CC

#8A99CC
(138,153,204)
#7E8CBA
(126,140,186)
#727FA8
(114,127,168)
#667296
(102,114,150)
#5A6584
(90,101,132)
#4E5872
(78,88,114)
#424B60
(66,75,96)
#363E4E
(54,62,78)
#2A313C
(42,49,60)
#1E242A
(30,36,42)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #8A99CC

#8A99CC
(138,153,204)
#94A2D0
(148,162,208)
#9EABD4
(158,171,212)
#A8B4D8
(168,180,216)
#B2BDDC
(178,189,220)
#BCC6E0
(188,198,224)
#C6CFE4
(198,207,228)
#D0D8E8
(208,216,232)
#DAE1EC
(218,225,236)
#E4EAF0
(228,234,240)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A99CC; }

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

This text font color is #8A99CC.


Background Color

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

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

This div background color is #8A99CC.


Border color

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

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

This div border color is #8A99CC.


Opacity

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

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

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

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

This text has shadow with #8A99CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A99CC on black background.


Color preview on white background

This text has color #8A99CC on white background.



Black color preview on #8A99CC background

This text has black color on #8A99CC background.


White color preview on #8A99CC background

This text has white color on #8A99CC background.