COLOR #A099DC

HEX: #A099DC
RGB: (160,153,220)

Color info

#A099DC contains mainly blue color. Web safe color of #A099DC is #9999CC (or #99C).

RGB color model

#A099DC color RGB value is (160,153,220).

  • red value is 160;
  • green value is 153;
  • blue value is 220.
RGB:
(160,153,220)
(63%,60%,86%)

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 220 of 255 = 86%

160
153
220

R + G + B ~ 70%. #A099DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 153 + 220 = 533 (100%)
R 160 of 533 ~ 30.02%
G 153 of 533 ~ 28.71%
B 220 of 533 ~ 41.28%

%30.02
%28.71
%41.28

CMYK color model

#A099DC color CMYK value is (27,30,0,14).

  • cyan value is 27.27%
  • magenta value is 30.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(27,30,0,14)
C27M30Y0K14 
(27%,30%,0%,14%)
(0.27/0.30/0.00/0.14)	

CMYK percentages

%27.27
%30.45
%0
%13.73

Codes

Color #A099DC in popluar color models

A099DC
RGB160153220
HSL246°48.91%73.14%
HSB/HSV246°30.45%86.27%
CMYK27.27%30.45%0.00%
13.73%

Color #A099DC in popluar number systems.

HEXA099DC
Decimal160153220
Binary101000001001100111011100
Octal240231334

Shades and tints

Shades of #A099DC

#A099DC
(160,153,220)
#928CC8
(146,140,200)
#847FB4
(132,127,180)
#7672A0
(118,114,160)
#68658C
(104,101,140)
#5A5878
(90,88,120)
#4C4B64
(76,75,100)
#3E3E50
(62,62,80)
#30313C
(48,49,60)
#222428
(34,36,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #A099DC

#A099DC
(160,153,220)
#A8A2DF
(168,162,223)
#B0ABE2
(176,171,226)
#B8B4E5
(184,180,229)
#C0BDE8
(192,189,232)
#C8C6EB
(200,198,235)
#D0CFEE
(208,207,238)
#D8D8F1
(216,216,241)
#E0E1F4
(224,225,244)
#E8EAF7
(232,234,247)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A099DC color. Also use rgb(160,153,220) instead hex code.

Text Font Color

.myTextColor { color: #A099DC; }

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

This text font color is #A099DC.


Background Color

.myBgColor { background-color: #A099DC; }

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

This div background color is #A099DC.


Border color

.myBorderColor { border: 1px solid #A099DC; }

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

This div border color is #A099DC.


Opacity

.myOpacity80 { color: #A099DC; opacity: 0.8; }

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

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

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

This text has shadow with #A099DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A099DC on black background.


Color preview on white background

This text has color #A099DC on white background.



Black color preview on #A099DC background

This text has black color on #A099DC background.


White color preview on #A099DC background

This text has white color on #A099DC background.