COLOR #A08CA3

HEX: #A08CA3
RGB: (160,140,163)

Color info

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

RGB color model

#A08CA3 color RGB value is (160,140,163).

  • red value is 160;
  • green value is 140;
  • blue value is 163.
RGB:
(160,140,163)
(63%,55%,64%)

RGB channels and saturation

R 160 of 255 = 63%
G 140 of 255 = 55%
B 163 of 255 = 64%

160
140
163

R + G + B ~ 61%. #A08CA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 140 + 163 = 463 (100%)
R 160 of 463 ~ 34.56%
G 140 of 463 ~ 30.24%
B 163 of 463 ~ 35.21%

%34.56
%30.24
%35.21

CMYK color model

#A08CA3 color CMYK value is (2,14,0,36).

  • cyan value is 1.84%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(2,14,0,36)
C2M14Y0K36 
(2%,14%,0%,36%)
(0.02/0.14/0.00/0.36)	

CMYK percentages

%1.84
%14.11
%0
%36.08

Codes

Color #A08CA3 in popluar color models

A08CA3
RGB160140163
HSL292°11.11%59.41%
HSB/HSV292°14.11%63.92%
CMYK1.84%14.11%0.00%
36.08%

Color #A08CA3 in popluar number systems.

HEXA08CA3
Decimal160140163
Binary101000001000110010100011
Octal240214243

Shades and tints

Shades of #A08CA3

#A08CA3
(160,140,163)
#928095
(146,128,149)
#847487
(132,116,135)
#766879
(118,104,121)
#685C6B
(104,92,107)
#5A505D
(90,80,93)
#4C444F
(76,68,79)
#3E3841
(62,56,65)
#302C33
(48,44,51)
#222025
(34,32,37)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #A08CA3

#A08CA3
(160,140,163)
#A896AB
(168,150,171)
#B0A0B3
(176,160,179)
#B8AABB
(184,170,187)
#C0B4C3
(192,180,195)
#C8BECB
(200,190,203)
#D0C8D3
(208,200,211)
#D8D2DB
(216,210,219)
#E0DCE3
(224,220,227)
#E8E6EB
(232,230,235)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08CA3 color. Also use rgb(160,140,163) instead hex code.

Text Font Color

.myTextColor { color: #A08CA3; }

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

This text font color is #A08CA3.


Background Color

.myBgColor { background-color: #A08CA3; }

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

This div background color is #A08CA3.


Border color

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

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

This div border color is #A08CA3.


Opacity

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

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

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

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

This text has shadow with #A08CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08CA3 on black background.


Color preview on white background

This text has color #A08CA3 on white background.



Black color preview on #A08CA3 background

This text has black color on #A08CA3 background.


White color preview on #A08CA3 background

This text has white color on #A08CA3 background.