COLOR #A09DCB

HEX: #A09DCB
RGB: (160,157,203)

Color info

#A09DCB contains red, green and blue colors in about the same proportion. Web safe color of #A09DCB is #9999CC (or #99C).

RGB color model

#A09DCB color RGB value is (160,157,203).

  • red value is 160;
  • green value is 157;
  • blue value is 203.
RGB:
(160,157,203)
(63%,62%,80%)

RGB channels and saturation

R 160 of 255 = 63%
G 157 of 255 = 62%
B 203 of 255 = 80%

160
157
203

R + G + B ~ 68%. #A09DCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 157 + 203 = 520 (100%)
R 160 of 520 ~ 30.77%
G 157 of 520 ~ 30.19%
B 203 of 520 ~ 39.04%

%30.77
%30.19
%39.04

CMYK color model

#A09DCB color CMYK value is (21,23,0,20).

  • cyan value is 21.18%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(21,23,0,20)
C21M23Y0K20 
(21%,23%,0%,20%)
(0.21/0.23/0.00/0.20)	

CMYK percentages

%21.18
%22.66
%0
%20.39

Codes

Color #A09DCB in popluar color models

A09DCB
RGB160157203
HSL244°30.67%70.59%
HSB/HSV244°22.66%79.61%
CMYK21.18%22.66%0.00%
20.39%

Color #A09DCB in popluar number systems.

HEXA09DCB
Decimal160157203
Binary101000001001110111001011
Octal240235313

Shades and tints

Shades of #A09DCB

#A09DCB
(160,157,203)
#928FB9
(146,143,185)
#8481A7
(132,129,167)
#767395
(118,115,149)
#686583
(104,101,131)
#5A5771
(90,87,113)
#4C495F
(76,73,95)
#3E3B4D
(62,59,77)
#302D3B
(48,45,59)
#221F29
(34,31,41)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #A09DCB

#A09DCB
(160,157,203)
#A8A5CF
(168,165,207)
#B0ADD3
(176,173,211)
#B8B5D7
(184,181,215)
#C0BDDB
(192,189,219)
#C8C5DF
(200,197,223)
#D0CDE3
(208,205,227)
#D8D5E7
(216,213,231)
#E0DDEB
(224,221,235)
#E8E5EF
(232,229,239)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09DCB color. Also use rgb(160,157,203) instead hex code.

Text Font Color

.myTextColor { color: #A09DCB; }

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

This text font color is #A09DCB.


Background Color

.myBgColor { background-color: #A09DCB; }

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

This div background color is #A09DCB.


Border color

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

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

This div border color is #A09DCB.


Opacity

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

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

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

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

This text has shadow with #A09DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09DCB on black background.


Color preview on white background

This text has color #A09DCB on white background.



Black color preview on #A09DCB background

This text has black color on #A09DCB background.


White color preview on #A09DCB background

This text has white color on #A09DCB background.