COLOR #C4AAC4

HEX: #C4AAC4
RGB: (196,170,196)

Color info

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

RGB color model

#C4AAC4 color RGB value is (196,170,196).

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

RGB channels and saturation

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

196
170
196

R + G + B ~ 74%. #C4AAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 196 = 562 (100%)
R 196 of 562 ~ 34.88%
G 170 of 562 ~ 30.25%
B 196 of 562 ~ 34.88%

%34.88
%30.25
%34.88

CMYK color model

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

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

CMYK percentages

%0
%13.27
%0
%23.14

Codes

Color #C4AAC4 in popluar color models

C4AAC4
RGB196170196
HSL300°18.06%71.76%
HSB/HSV300°13.27%76.86%
CMYK0.00%13.27%0.00%
23.14%

Color #C4AAC4 in popluar number systems.

HEXC4AAC4
Decimal196170196
Binary110001001010101011000100
Octal304252304

Shades and tints

Shades of #C4AAC4

#C4AAC4
(196,170,196)
#B39BB3
(179,155,179)
#A28CA2
(162,140,162)
#917D91
(145,125,145)
#806E80
(128,110,128)
#6F5F6F
(111,95,111)
#5E505E
(94,80,94)
#4D414D
(77,65,77)
#3C323C
(60,50,60)
#2B232B
(43,35,43)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #C4AAC4

#C4AAC4
(196,170,196)
#C9B1C9
(201,177,201)
#CEB8CE
(206,184,206)
#D3BFD3
(211,191,211)
#D8C6D8
(216,198,216)
#DDCDDD
(221,205,221)
#E2D4E2
(226,212,226)
#E7DBE7
(231,219,231)
#ECE2EC
(236,226,236)
#F1E9F1
(241,233,241)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AAC4; }

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

This text font color is #C4AAC4.


Background Color

.myBgColor { background-color: #C4AAC4; }

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

This div background color is #C4AAC4.


Border color

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

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

This div border color is #C4AAC4.


Opacity

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

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

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

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

This text has shadow with #C4AAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AAC4 on black background.


Color preview on white background

This text has color #C4AAC4 on white background.



Black color preview on #C4AAC4 background

This text has black color on #C4AAC4 background.


White color preview on #C4AAC4 background

This text has white color on #C4AAC4 background.