COLOR #A07B8F

HEX: #A07B8F
RGB: (160,123,143)

Color info

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

RGB color model

#A07B8F color RGB value is (160,123,143).

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

RGB channels and saturation

R 160 of 255 = 63%
G 123 of 255 = 48%
B 143 of 255 = 56%

160
123
143

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

Portions of RGB colors in percentages

R + G + B =
160 + 123 + 143 = 426 (100%)
R 160 of 426 ~ 37.56%
G 123 of 426 ~ 28.87%
B 143 of 426 ~ 33.57%

%37.56
%28.87
%33.57

CMYK color model

#A07B8F color CMYK value is (0,23,11,37).

  • cyan value is 0.00%
  • magenta value is 23.13%
  • yellow value is 10.63%
  • key color value is 37.25%
CMYK:
(0,23,11,37)
C0M23Y11K37 
(0%,23%,11%,37%)
(0.00/0.23/0.11/0.37)	

CMYK percentages

%0
%23.13
%10.63
%37.25

Codes

Color #A07B8F in popluar color models

A07B8F
RGB160123143
HSL328°16.30%55.49%
HSB/HSV328°23.13%62.75%
CMYK0.00%23.13%10.63%
37.25%

Color #A07B8F in popluar number systems.

HEXA07B8F
Decimal160123143
Binary10100000111101110001111
Octal240173217

Shades and tints

Shades of #A07B8F

#A07B8F
(160,123,143)
#927082
(146,112,130)
#846575
(132,101,117)
#765A68
(118,90,104)
#684F5B
(104,79,91)
#5A444E
(90,68,78)
#4C3941
(76,57,65)
#3E2E34
(62,46,52)
#302327
(48,35,39)
#22181A
(34,24,26)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #A07B8F

#A07B8F
(160,123,143)
#A88799
(168,135,153)
#B093A3
(176,147,163)
#B89FAD
(184,159,173)
#C0ABB7
(192,171,183)
#C8B7C1
(200,183,193)
#D0C3CB
(208,195,203)
#D8CFD5
(216,207,213)
#E0DBDF
(224,219,223)
#E8E7E9
(232,231,233)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07B8F; }

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

This text font color is #A07B8F.


Background Color

.myBgColor { background-color: #A07B8F; }

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

This div background color is #A07B8F.


Border color

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

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

This div border color is #A07B8F.


Opacity

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

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

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

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

This text has shadow with #A07B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07B8F on black background.


Color preview on white background

This text has color #A07B8F on white background.



Black color preview on #A07B8F background

This text has black color on #A07B8F background.


White color preview on #A07B8F background

This text has white color on #A07B8F background.