COLOR #A099D5

HEX: #A099D5
RGB: (160,153,213)

Color info

#A099D5 contains mainly red and blue colors. Web safe color of #A099D5 is #9999CC (or #99C).

RGB color model

#A099D5 color RGB value is (160,153,213).

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

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 213 of 255 = 84%

160
153
213

R + G + B ~ 69%. #A099D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 153 + 213 = 526 (100%)
R 160 of 526 ~ 30.42%
G 153 of 526 ~ 29.09%
B 213 of 526 ~ 40.49%

%30.42
%29.09
%40.49

CMYK color model

#A099D5 color CMYK value is (25,28,0,16).

  • cyan value is 24.88%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(25,28,0,16)
C25M28Y0K16 
(25%,28%,0%,16%)
(0.25/0.28/0.00/0.16)	

CMYK percentages

%24.88
%28.17
%0
%16.47

Codes

Color #A099D5 in popluar color models

A099D5
RGB160153213
HSL247°41.67%71.76%
HSB/HSV247°28.17%83.53%
CMYK24.88%28.17%0.00%
16.47%

Color #A099D5 in popluar number systems.

HEXA099D5
Decimal160153213
Binary101000001001100111010101
Octal240231325

Shades and tints

Shades of #A099D5

#A099D5
(160,153,213)
#928CC2
(146,140,194)
#847FAF
(132,127,175)
#76729C
(118,114,156)
#686589
(104,101,137)
#5A5876
(90,88,118)
#4C4B63
(76,75,99)
#3E3E50
(62,62,80)
#30313D
(48,49,61)
#22242A
(34,36,42)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #A099D5

#A099D5
(160,153,213)
#A8A2D8
(168,162,216)
#B0ABDB
(176,171,219)
#B8B4DE
(184,180,222)
#C0BDE1
(192,189,225)
#C8C6E4
(200,198,228)
#D0CFE7
(208,207,231)
#D8D8EA
(216,216,234)
#E0E1ED
(224,225,237)
#E8EAF0
(232,234,240)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A099D5; }

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

This text font color is #A099D5.


Background Color

.myBgColor { background-color: #A099D5; }

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

This div background color is #A099D5.


Border color

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

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

This div border color is #A099D5.


Opacity

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

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

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

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

This text has shadow with #A099D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A099D5 on black background.


Color preview on white background

This text has color #A099D5 on white background.



Black color preview on #A099D5 background

This text has black color on #A099D5 background.


White color preview on #A099D5 background

This text has white color on #A099D5 background.