COLOR #A89CC4

HEX: #A89CC4 RGB: (168,156,196)

Color info

#A89CC4 contains red, green and blue colors in about the same proportion. Web safe color of #A89CC4 is #9999CC (or #99C).

RGB color model

#A89CC4 color RGB value is (168,156,196).

RGB: (168,156,196) (66%, 61%, 77%)

RGB channels and saturation

R 168 of 255 = 66%
G 156 of 255 = 61%
B 196 of 255 = 77%

168
156
196

R + G + B ~ 68%. #A89CC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 156 + 196 = 520 (100%)
R 168 of 520 ~ 32.31%
G 156 of 520 ~ 30%
B 196 of 520 ~ 37.69'%

%32.31
%30
%37.69

CMYK color model

#A89CC4 color CMYK value is (14,20,0,23).

  • cyan value is 14.29%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (14,20,0,23)
C14M20Y0K23 (14%, 20%, 0%, 23%)
(0.14 / 0.20 / 0.00 / 0.23)

CMYK percentages

%14.29
%20.41
%0
%23.14

Codes

Color #A89CC4 in popluar color models

A8 9C C4
RGB 168 156 196
HSL 258° 25.32% 69.02%
HSB/HSV 258° 20.41% 76.86%
CMYK 14.29% 20.41% 0.00%
23.14%

Color #A89CC4 in popluar number systems.

HEX A8 9C C4
Decimal 168 156 196
Binary 10101000 10011100 11000100
Octal 250 234 304

Shades and tints

Shades of #A89CC4

#A89CC4
(168,156,196)
#998EB3
(153,142,179)
#8A80A2
(138,128,162)
#7B7291
(123,114,145)
#6C6480
(108,100,128)
#5D566F
(93,86,111)
#4E485E
(78,72,94)
#3F3A4D
(63,58,77)
#302C3C
(48,44,60)
#211E2B
(33,30,43)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #A89CC4

#A89CC4
(168,156,196)
#AFA5C9
(175,165,201)
#B6AECE
(182,174,206)
#BDB7D3
(189,183,211)
#C4C0D8
(196,192,216)
#CBC9DD
(203,201,221)
#D2D2E2
(210,210,226)
#D9DBE7
(217,219,231)
#E0E4EC
(224,228,236)
#E7EDF1
(231,237,241)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89CC4 color. Also use rgb(168,156,196) instead hex code.

Text Font Color

.myTextColor { color: #A89CC4; }

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

This text font color is #A89CC4.

Background Color

.myBgColor { background-color: #A89CC4; }

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

This div background color is #A89CC4.

Border color

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

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

This div border color is #A89CC4.

Opacity

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

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

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

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

This text has shadow with #A89CC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89CC4.

Preview

Color preview on black background

This text has color #A89CC4 on black background.


Color preview on white background

This text has color #A89CC4 on white background.


Black color preview on #A89CC4 background

This text has black color on #A89CC4 background.


White color preview on #A89CC4 background

This text has white color on #A89CC4 background.


Related colors

Complementary color

Complementary color for #hex is #57633B.


I love getcolorcode.com

Triadic colors

1 #C4A89C and #9CC4A8 with #A89CC4 are triadic colors.

2 #C49CA8 and #9CA8C4 with #A89CC4 are triadic colors.