COLOR #A07B87

HEX: #A07B87
RGB: (160,123,135)

Color info

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

RGB color model

#A07B87 color RGB value is (160,123,135).

  • red value is 160;
  • green value is 123;
  • blue value is 135.
RGB:
(160,123,135)
(63%,48%,53%)

RGB channels and saturation

R 160 of 255 = 63%
G 123 of 255 = 48%
B 135 of 255 = 53%

160
123
135

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

Portions of RGB colors in percentages

R + G + B =
160 + 123 + 135 = 418 (100%)
R 160 of 418 ~ 38.28%
G 123 of 418 ~ 29.43%
B 135 of 418 ~ 32.3%

%38.28
%29.43
%32.3

CMYK color model

#A07B87 color CMYK value is (0,23,16,37).

  • cyan value is 0.00%
  • magenta value is 23.13%
  • yellow value is 15.63%
  • key color value is 37.25%
CMYK:
(0,23,16,37)
C0M23Y16K37 
(0%,23%,16%,37%)
(0.00/0.23/0.16/0.37)	

CMYK percentages

%0
%23.13
%15.63
%37.25

Codes

Color #A07B87 in popluar color models

A07B87
RGB160123135
HSL341°16.30%55.49%
HSB/HSV341°23.13%62.75%
CMYK0.00%23.13%15.63%
37.25%

Color #A07B87 in popluar number systems.

HEXA07B87
Decimal160123135
Binary10100000111101110000111
Octal240173207

Shades and tints

Shades of #A07B87

#A07B87
(160,123,135)
#92707B
(146,112,123)
#84656F
(132,101,111)
#765A63
(118,90,99)
#684F57
(104,79,87)
#5A444B
(90,68,75)
#4C393F
(76,57,63)
#3E2E33
(62,46,51)
#302327
(48,35,39)
#22181B
(34,24,27)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #A07B87

#A07B87
(160,123,135)
#A88791
(168,135,145)
#B0939B
(176,147,155)
#B89FA5
(184,159,165)
#C0ABAF
(192,171,175)
#C8B7B9
(200,183,185)
#D0C3C3
(208,195,195)
#D8CFCD
(216,207,205)
#E0DBD7
(224,219,215)
#E8E7E1
(232,231,225)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07B87 color. Also use rgb(160,123,135) instead hex code.

Text Font Color

.myTextColor { color: #A07B87; }

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

This text font color is #A07B87.


Background Color

.myBgColor { background-color: #A07B87; }

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

This div background color is #A07B87.


Border color

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

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

This div border color is #A07B87.


Opacity

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

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

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

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

This text has shadow with #A07B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07B87 on black background.


Color preview on white background

This text has color #A07B87 on white background.



Black color preview on #A07B87 background

This text has black color on #A07B87 background.


White color preview on #A07B87 background

This text has white color on #A07B87 background.