COLOR #A09BCE

HEX: #A09BCE RGB: (160,155,206)

Color info

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

RGB color model

#A09BCE color RGB value is (160,155,206).

RGB: (160,155,206) (63%, 61%, 81%)

RGB channels and saturation

R 160 of 255 = 63%
G 155 of 255 = 61%
B 206 of 255 = 81%

160
155
206

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

Portions of RGB colors in percentages

R + G + B = 160 + 155 + 206 = 521 (100%)
R 160 of 521 ~ 30.71%
G 155 of 521 ~ 29.75%
B 206 of 521 ~ 39.54'%

%30.71
%29.75
%39.54

CMYK color model

#A09BCE color CMYK value is (22,25,0,19).

  • cyan value is 22.33%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (22,25,0,19)
C22M25Y0K19 (22%, 25%, 0%, 19%)
(0.22 / 0.25 / 0.00 / 0.19)

CMYK percentages

%22.33
%24.76
%0
%19.22

Codes

Color #A09BCE in popluar color models

A0 9B CE
RGB 160 155 206
HSL 246° 34.23% 70.78%
HSB/HSV 246° 24.76% 80.78%
CMYK 22.33% 24.76% 0.00%
19.22%

Color #A09BCE in popluar number systems.

HEX A0 9B CE
Decimal 160 155 206
Binary 10100000 10011011 11001110
Octal 240 233 316

Shades and tints

Shades of #A09BCE

#A09BCE
(160,155,206)
#928DBC
(146,141,188)
#847FAA
(132,127,170)
#767198
(118,113,152)
#686386
(104,99,134)
#5A5574
(90,85,116)
#4C4762
(76,71,98)
#3E3950
(62,57,80)
#302B3E
(48,43,62)
#221D2C
(34,29,44)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #A09BCE

#A09BCE
(160,155,206)
#A8A4D2
(168,164,210)
#B0ADD6
(176,173,214)
#B8B6DA
(184,182,218)
#C0BFDE
(192,191,222)
#C8C8E2
(200,200,226)
#D0D1E6
(208,209,230)
#D8DAEA
(216,218,234)
#E0E3EE
(224,227,238)
#E8ECF2
(232,236,242)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09BCE color. Also use rgb(160,155,206) instead hex code.

Text Font Color

.myTextColor { color: #A09BCE; }

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

This text font color is #A09BCE.

Background Color

.myBgColor { background-color: #A09BCE; }

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

This div background color is #A09BCE.

Border color

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

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

This div border color is #A09BCE.

Opacity

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

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

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

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

This text has shadow with #A09BCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09BCE.

Preview

Color preview on black background

This text has color #A09BCE on black background.


Color preview on white background

This text has color #A09BCE on white background.


Black color preview on #A09BCE background

This text has black color on #A09BCE background.


White color preview on #A09BCE background

This text has white color on #A09BCE background.


Related colors

Complementary color

Complementary color for #hex is #5F6431.


I love getcolorcode.com

Triadic colors

1 #CEA09B and #9BCEA0 with #A09BCE are triadic colors.

2 #CE9BA0 and #9BA0CE with #A09BCE are triadic colors.