COLOR #A67B88

HEX: #A67B88 RGB: (166,123,136)

Color info

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

RGB color model

#A67B88 color RGB value is (166,123,136).

RGB: (166,123,136) (65%, 48%, 53%)

RGB channels and saturation

R 166 of 255 = 65%
G 123 of 255 = 48%
B 136 of 255 = 53%

166
123
136

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

Portions of RGB colors in percentages

R + G + B = 166 + 123 + 136 = 425 (100%)
R 166 of 425 ~ 39.06%
G 123 of 425 ~ 28.94%
B 136 of 425 ~ 32'%

%39.06
%28.94
%32

CMYK color model

#A67B88 color CMYK value is (0,26,18,35).

  • cyan value is 0.00%
  • magenta value is 25.90%
  • yellow value is 18.07%
  • key color value is 34.90%
CMYK: (0,26,18,35) C0M26Y18K35 (0%,26%,18%,35%) (0.00/0.26/0.18/0.35) 

CMYK percentages

%0
%25.9
%18.07
%34.9

Codes

Color #A67B88 in popluar color models

A6 7B 88
RGB 166 123 136
HSL 342° 19.46% 56.67%
HSB/HSV 342° 25.90% 65.10%
CMYK 0.00% 25.90% 18.07%
34.90%

Color #A67B88 in popluar number systems.

HEX A6 7B 88
Decimal 166 123 136
Binary 10100110 1111011 10001000
Octal 246 173 210

Shades and tints

Shades of #A67B88

#A67B88
(166,123,136)
#97707C
(151,112,124)
#886570
(136,101,112)
#795A64
(121,90,100)
#6A4F58
(106,79,88)
#5B444C
(91,68,76)
#4C3940
(76,57,64)
#3D2E34
(61,46,52)
#2E2328
(46,35,40)
#1F181C
(31,24,28)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #A67B88

#A67B88
(166,123,136)
#AE8792
(174,135,146)
#B6939C
(182,147,156)
#BE9FA6
(190,159,166)
#C6ABB0
(198,171,176)
#CEB7BA
(206,183,186)
#D6C3C4
(214,195,196)
#DECFCE
(222,207,206)
#E6DBD8
(230,219,216)
#EEE7E2
(238,231,226)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67B88 color. Also use rgb(166,123,136) instead hex code.

Text Font Color

.myTextColor { color: #A67B88; }

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

This text font color is #A67B88.

Background Color

.myBgColor { background-color: #A67B88; }

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

This div background color is #A67B88.

Border color

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

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

This div border color is #A67B88.

Opacity

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

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

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

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

This text has shadow with #A67B88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67B88.

Preview

Color preview on black background

This text has color #A67B88 on black background.


Color preview on white background

This text has color #A67B88 on white background.


Black color preview on #A67B88 background

This text has black color on #A67B88 background.


White color preview on #A67B88 background

This text has white color on #A67B88 background.


Related colors

Complementary color

Complementary color for #hex is #598477.


I love getcolorcode.com

Triadic colors

1 #88A67B and #7B88A6 with #A67B88 are triadic colors.

2 #887BA6 and #7BA688 with #A67B88 are triadic colors.