COLOR #A67D95

HEX: #A67D95
RGB: (166,125,149)

Color info

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

RGB color model

#A67D95 color RGB value is (166,125,149).

  • red value is 166;
  • green value is 125;
  • blue value is 149.
RGB:
(166,125,149)
(65%,49%,58%)

RGB channels and saturation

R 166 of 255 = 65%
G 125 of 255 = 49%
B 149 of 255 = 58%

166
125
149

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

Portions of RGB colors in percentages

R + G + B =
166 + 125 + 149 = 440 (100%)
R 166 of 440 ~ 37.73%
G 125 of 440 ~ 28.41%
B 149 of 440 ~ 33.86%

%37.73
%28.41
%33.86

CMYK color model

#A67D95 color CMYK value is (0,25,10,35).

  • cyan value is 0.00%
  • magenta value is 24.70%
  • yellow value is 10.24%
  • key color value is 34.90%
CMYK:
(0,25,10,35)
C0M25Y10K35 
(0%,25%,10%,35%)
(0.00/0.25/0.10/0.35)	

CMYK percentages

%0
%24.7
%10.24
%34.9

Codes

Color #A67D95 in popluar color models

A67D95
RGB166125149
HSL325°18.72%57.06%
HSB/HSV325°24.70%65.10%
CMYK0.00%24.70%10.24%
34.90%

Color #A67D95 in popluar number systems.

HEXA67D95
Decimal166125149
Binary10100110111110110010101
Octal246175225

Shades and tints

Shades of #A67D95

#A67D95
(166,125,149)
#977288
(151,114,136)
#88677B
(136,103,123)
#795C6E
(121,92,110)
#6A5161
(106,81,97)
#5B4654
(91,70,84)
#4C3B47
(76,59,71)
#3D303A
(61,48,58)
#2E252D
(46,37,45)
#1F1A20
(31,26,32)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #A67D95

#A67D95
(166,125,149)
#AE889E
(174,136,158)
#B693A7
(182,147,167)
#BE9EB0
(190,158,176)
#C6A9B9
(198,169,185)
#CEB4C2
(206,180,194)
#D6BFCB
(214,191,203)
#DECAD4
(222,202,212)
#E6D5DD
(230,213,221)
#EEE0E6
(238,224,230)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67D95 color. Also use rgb(166,125,149) instead hex code.

Text Font Color

.myTextColor { color: #A67D95; }

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

This text font color is #A67D95.


Background Color

.myBgColor { background-color: #A67D95; }

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

This div background color is #A67D95.


Border color

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

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

This div border color is #A67D95.


Opacity

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

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

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

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

This text has shadow with #A67D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67D95 on black background.


Color preview on white background

This text has color #A67D95 on white background.



Black color preview on #A67D95 background

This text has black color on #A67D95 background.


White color preview on #A67D95 background

This text has white color on #A67D95 background.