COLOR #A07C9C

HEX: #A07C9C
RGB: (160,124,156)

Color info

#A07C9C contains red, green and blue colors in about the same proportion. Web safe color of #A07C9C is #996699 (or #969).

RGB color model

#A07C9C color RGB value is (160,124,156).

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

RGB channels and saturation

R 160 of 255 = 63%
G 124 of 255 = 49%
B 156 of 255 = 61%

160
124
156

R + G + B ~ 58%. #A07C9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 124 + 156 = 440 (100%)
R 160 of 440 ~ 36.36%
G 124 of 440 ~ 28.18%
B 156 of 440 ~ 35.45%

%36.36
%28.18
%35.45

CMYK color model

#A07C9C color CMYK value is (0,23,2,37).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 2.50%
  • key color value is 37.25%
CMYK:
(0,23,2,37)
C0M23Y2K37 
(0%,23%,2%,37%)
(0.00/0.23/0.02/0.37)	

CMYK percentages

%0
%22.5
%2.5
%37.25

Codes

Color #A07C9C in popluar color models

A07C9C
RGB160124156
HSL307°15.93%55.69%
HSB/HSV307°22.50%62.75%
CMYK0.00%22.50%2.50%
37.25%

Color #A07C9C in popluar number systems.

HEXA07C9C
Decimal160124156
Binary10100000111110010011100
Octal240174234

Shades and tints

Shades of #A07C9C

#A07C9C
(160,124,156)
#92718E
(146,113,142)
#846680
(132,102,128)
#765B72
(118,91,114)
#685064
(104,80,100)
#5A4556
(90,69,86)
#4C3A48
(76,58,72)
#3E2F3A
(62,47,58)
#30242C
(48,36,44)
#22191E
(34,25,30)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #A07C9C

#A07C9C
(160,124,156)
#A887A5
(168,135,165)
#B092AE
(176,146,174)
#B89DB7
(184,157,183)
#C0A8C0
(192,168,192)
#C8B3C9
(200,179,201)
#D0BED2
(208,190,210)
#D8C9DB
(216,201,219)
#E0D4E4
(224,212,228)
#E8DFED
(232,223,237)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07C9C; }

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

This text font color is #A07C9C.


Background Color

.myBgColor { background-color: #A07C9C; }

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

This div background color is #A07C9C.


Border color

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

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

This div border color is #A07C9C.


Opacity

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

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

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

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

This text has shadow with #A07C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07C9C on black background.


Color preview on white background

This text has color #A07C9C on white background.



Black color preview on #A07C9C background

This text has black color on #A07C9C background.


White color preview on #A07C9C background

This text has white color on #A07C9C background.