COLOR #A09CB0

HEX: #A09CB0 RGB: (160,156,176)

Color info

#A09CB0 contains red, green and blue colors in about the same proportion. Web safe color of #A09CB0 is #999999 (or #999).

RGB color model

#A09CB0 color RGB value is (160,156,176).

RGB: (160,156,176) (63%, 61%, 69%)

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 176 of 255 = 69%

160
156
176

R + G + B ~ 64%. #A09CB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 156 + 176 = 492 (100%)
R 160 of 492 ~ 32.52%
G 156 of 492 ~ 31.71%
B 176 of 492 ~ 35.77'%

%32.52
%31.71
%35.77

CMYK color model

#A09CB0 color CMYK value is (9,11,0,31).

  • cyan value is 9.09%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (9,11,0,31)
C9M11Y0K31 (9%, 11%, 0%, 31%)
(0.09 / 0.11 / 0.00 / 0.31)

CMYK percentages

%9.09
%11.36
%0
%30.98

Codes

Color #A09CB0 in popluar color models

A0 9C B0
RGB 160 156 176
HSL 252° 11.24% 65.10%
HSB/HSV 252° 11.36% 69.02%
CMYK 9.09% 11.36% 0.00%
30.98%

Color #A09CB0 in popluar number systems.

HEX A0 9C B0
Decimal 160 156 176
Binary 10100000 10011100 10110000
Octal 240 234 260

Shades and tints

Shades of #A09CB0

#A09CB0
(160,156,176)
#928EA0
(146,142,160)
#848090
(132,128,144)
#767280
(118,114,128)
#686470
(104,100,112)
#5A5660
(90,86,96)
#4C4850
(76,72,80)
#3E3A40
(62,58,64)
#302C30
(48,44,48)
#221E20
(34,30,32)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #A09CB0

#A09CB0
(160,156,176)
#A8A5B7
(168,165,183)
#B0AEBE
(176,174,190)
#B8B7C5
(184,183,197)
#C0C0CC
(192,192,204)
#C8C9D3
(200,201,211)
#D0D2DA
(208,210,218)
#D8DBE1
(216,219,225)
#E0E4E8
(224,228,232)
#E8EDEF
(232,237,239)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09CB0; }

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

This text font color is #A09CB0.

Background Color

.myBgColor { background-color: #A09CB0; }

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

This div background color is #A09CB0.

Border color

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

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

This div border color is #A09CB0.

Opacity

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

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

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

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

This text has shadow with #A09CB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09CB0.

Preview

Color preview on black background

This text has color #A09CB0 on black background.


Color preview on white background

This text has color #A09CB0 on white background.


Black color preview on #A09CB0 background

This text has black color on #A09CB0 background.


White color preview on #A09CB0 background

This text has white color on #A09CB0 background.


Related colors

Complementary color

Complementary color for #hex is #5F634F.


I love getcolorcode.com

Triadic colors

1 #B0A09C and #9CB0A0 with #A09CB0 are triadic colors.

2 #B09CA0 and #9CA0B0 with #A09CB0 are triadic colors.