COLOR #C4AAC2

HEX: #C4AAC2
RGB: (196,170,194)

Color info

#C4AAC2 contains red, green and blue colors in about the same proportion. Web safe color of #C4AAC2 is #CC99CC (or #C9C).

RGB color model

#C4AAC2 color RGB value is (196,170,194).

  • red value is 196;
  • green value is 170;
  • blue value is 194.
RGB:
(196,170,194)
(77%,67%,76%)

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 194 of 255 = 76%

196
170
194

R + G + B ~ 73%. #C4AAC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 194 = 560 (100%)
R 196 of 560 ~ 35%
G 170 of 560 ~ 30.36%
B 194 of 560 ~ 34.64%

%35
%30.36
%34.64

CMYK color model

#C4AAC2 color CMYK value is (0,13,1,23).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 1.02%
  • key color value is 23.14%
CMYK:
(0,13,1,23)
C0M13Y1K23 
(0%,13%,1%,23%)
(0.00/0.13/0.01/0.23)	

CMYK percentages

%0
%13.27
%1.02
%23.14

Codes

Color #C4AAC2 in popluar color models

C4AAC2
RGB196170194
HSL305°18.06%71.76%
HSB/HSV305°13.27%76.86%
CMYK0.00%13.27%1.02%
23.14%

Color #C4AAC2 in popluar number systems.

HEXC4AAC2
Decimal196170194
Binary110001001010101011000010
Octal304252302

Shades and tints

Shades of #C4AAC2

#C4AAC2
(196,170,194)
#B39BB1
(179,155,177)
#A28CA0
(162,140,160)
#917D8F
(145,125,143)
#806E7E
(128,110,126)
#6F5F6D
(111,95,109)
#5E505C
(94,80,92)
#4D414B
(77,65,75)
#3C323A
(60,50,58)
#2B2329
(43,35,41)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #C4AAC2

#C4AAC2
(196,170,194)
#C9B1C7
(201,177,199)
#CEB8CC
(206,184,204)
#D3BFD1
(211,191,209)
#D8C6D6
(216,198,214)
#DDCDDB
(221,205,219)
#E2D4E0
(226,212,224)
#E7DBE5
(231,219,229)
#ECE2EA
(236,226,234)
#F1E9EF
(241,233,239)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AAC2 color. Also use rgb(196,170,194) instead hex code.

Text Font Color

.myTextColor { color: #C4AAC2; }

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

This text font color is #C4AAC2.


Background Color

.myBgColor { background-color: #C4AAC2; }

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

This div background color is #C4AAC2.


Border color

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

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

This div border color is #C4AAC2.


Opacity

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

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

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

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

This text has shadow with #C4AAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AAC2 on black background.


Color preview on white background

This text has color #C4AAC2 on white background.



Black color preview on #C4AAC2 background

This text has black color on #C4AAC2 background.


White color preview on #C4AAC2 background

This text has white color on #C4AAC2 background.