COLOR #A68E99

HEX: #A68E99
RGB: (166,142,153)

Color info

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

RGB color model

#A68E99 color RGB value is (166,142,153).

  • red value is 166;
  • green value is 142;
  • blue value is 153.
RGB:
(166,142,153)
(65%,56%,60%)

RGB channels and saturation

R 166 of 255 = 65%
G 142 of 255 = 56%
B 153 of 255 = 60%

166
142
153

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

Portions of RGB colors in percentages

R + G + B =
166 + 142 + 153 = 461 (100%)
R 166 of 461 ~ 36.01%
G 142 of 461 ~ 30.8%
B 153 of 461 ~ 33.19%

%36.01
%30.8
%33.19

CMYK color model

#A68E99 color CMYK value is (0,14,8,35).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 7.83%
  • key color value is 34.90%
CMYK:
(0,14,8,35)
C0M14Y8K35 
(0%,14%,8%,35%)
(0.00/0.14/0.08/0.35)	

CMYK percentages

%0
%14.46
%7.83
%34.9

Codes

Color #A68E99 in popluar color models

A68E99
RGB166142153
HSL333°11.88%60.39%
HSB/HSV333°14.46%65.10%
CMYK0.00%14.46%7.83%
34.90%

Color #A68E99 in popluar number systems.

HEXA68E99
Decimal166142153
Binary101001101000111010011001
Octal246216231

Shades and tints

Shades of #A68E99

#A68E99
(166,142,153)
#97828C
(151,130,140)
#88767F
(136,118,127)
#796A72
(121,106,114)
#6A5E65
(106,94,101)
#5B5258
(91,82,88)
#4C464B
(76,70,75)
#3D3A3E
(61,58,62)
#2E2E31
(46,46,49)
#1F2224
(31,34,36)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #A68E99

#A68E99
(166,142,153)
#AE98A2
(174,152,162)
#B6A2AB
(182,162,171)
#BEACB4
(190,172,180)
#C6B6BD
(198,182,189)
#CEC0C6
(206,192,198)
#D6CACF
(214,202,207)
#DED4D8
(222,212,216)
#E6DEE1
(230,222,225)
#EEE8EA
(238,232,234)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68E99 color. Also use rgb(166,142,153) instead hex code.

Text Font Color

.myTextColor { color: #A68E99; }

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

This text font color is #A68E99.


Background Color

.myBgColor { background-color: #A68E99; }

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

This div background color is #A68E99.


Border color

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

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

This div border color is #A68E99.


Opacity

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

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

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

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

This text has shadow with #A68E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68E99 on black background.


Color preview on white background

This text has color #A68E99 on white background.



Black color preview on #A68E99 background

This text has black color on #A68E99 background.


White color preview on #A68E99 background

This text has white color on #A68E99 background.