COLOR #A099E0

HEX: #A099E0
RGB: (160,153,224)

Color info

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

RGB color model

#A099E0 color RGB value is (160,153,224).

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

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 224 of 255 = 88%

160
153
224

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

Portions of RGB colors in percentages

R + G + B =
160 + 153 + 224 = 537 (100%)
R 160 of 537 ~ 29.8%
G 153 of 537 ~ 28.49%
B 224 of 537 ~ 41.71%

%29.8
%28.49
%41.71

CMYK color model

#A099E0 color CMYK value is (29,32,0,12).

  • cyan value is 28.57%
  • magenta value is 31.70%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(29,32,0,12)
C29M32Y0K12 
(29%,32%,0%,12%)
(0.29/0.32/0.00/0.12)	

CMYK percentages

%28.57
%31.7
%0
%12.16

Codes

Color #A099E0 in popluar color models

A099E0
RGB160153224
HSL246°53.38%73.92%
HSB/HSV246°31.70%87.84%
CMYK28.57%31.70%0.00%
12.16%

Color #A099E0 in popluar number systems.

HEXA099E0
Decimal160153224
Binary101000001001100111100000
Octal240231340

Shades and tints

Shades of #A099E0

#A099E0
(160,153,224)
#928CCC
(146,140,204)
#847FB8
(132,127,184)
#7672A4
(118,114,164)
#686590
(104,101,144)
#5A587C
(90,88,124)
#4C4B68
(76,75,104)
#3E3E54
(62,62,84)
#303140
(48,49,64)
#22242C
(34,36,44)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #A099E0

#A099E0
(160,153,224)
#A8A2E2
(168,162,226)
#B0ABE4
(176,171,228)
#B8B4E6
(184,180,230)
#C0BDE8
(192,189,232)
#C8C6EA
(200,198,234)
#D0CFEC
(208,207,236)
#D8D8EE
(216,216,238)
#E0E1F0
(224,225,240)
#E8EAF2
(232,234,242)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A099E0; }

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

This text font color is #A099E0.


Background Color

.myBgColor { background-color: #A099E0; }

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

This div background color is #A099E0.


Border color

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

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

This div border color is #A099E0.


Opacity

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

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

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

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

This text has shadow with #A099E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A099E0 on black background.


Color preview on white background

This text has color #A099E0 on white background.



Black color preview on #A099E0 background

This text has black color on #A099E0 background.


White color preview on #A099E0 background

This text has white color on #A099E0 background.