COLOR #A09CDE

HEX: #A09CDE
RGB: (160,156,222)

Color info

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

RGB color model

#A09CDE color RGB value is (160,156,222).

  • red value is 160;
  • green value is 156;
  • blue value is 222.
RGB:
(160,156,222)
(63%,61%,87%)

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 222 of 255 = 87%

160
156
222

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

Portions of RGB colors in percentages

R + G + B =
160 + 156 + 222 = 538 (100%)
R 160 of 538 ~ 29.74%
G 156 of 538 ~ 29%
B 222 of 538 ~ 41.26%

%29.74
%29
%41.26

CMYK color model

#A09CDE color CMYK value is (28,30,0,13).

  • cyan value is 27.93%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(28,30,0,13)
C28M30Y0K13 
(28%,30%,0%,13%)
(0.28/0.30/0.00/0.13)	

CMYK percentages

%27.93
%29.73
%0
%12.94

Codes

Color #A09CDE in popluar color models

A09CDE
RGB160156222
HSL244°50.00%74.12%
HSB/HSV244°29.73%87.06%
CMYK27.93%29.73%0.00%
12.94%

Color #A09CDE in popluar number systems.

HEXA09CDE
Decimal160156222
Binary101000001001110011011110
Octal240234336

Shades and tints

Shades of #A09CDE

#A09CDE
(160,156,222)
#928ECA
(146,142,202)
#8480B6
(132,128,182)
#7672A2
(118,114,162)
#68648E
(104,100,142)
#5A567A
(90,86,122)
#4C4866
(76,72,102)
#3E3A52
(62,58,82)
#302C3E
(48,44,62)
#221E2A
(34,30,42)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #A09CDE

#A09CDE
(160,156,222)
#A8A5E1
(168,165,225)
#B0AEE4
(176,174,228)
#B8B7E7
(184,183,231)
#C0C0EA
(192,192,234)
#C8C9ED
(200,201,237)
#D0D2F0
(208,210,240)
#D8DBF3
(216,219,243)
#E0E4F6
(224,228,246)
#E8EDF9
(232,237,249)
#F0F6FC
(240,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09CDE color. Also use rgb(160,156,222) instead hex code.

Text Font Color

.myTextColor { color: #A09CDE; }

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

This text font color is #A09CDE.


Background Color

.myBgColor { background-color: #A09CDE; }

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

This div background color is #A09CDE.


Border color

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

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

This div border color is #A09CDE.


Opacity

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

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

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

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

This text has shadow with #A09CDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09CDE on black background.


Color preview on white background

This text has color #A09CDE on white background.



Black color preview on #A09CDE background

This text has black color on #A09CDE background.


White color preview on #A09CDE background

This text has white color on #A09CDE background.