COLOR #C4ACC7

HEX: #C4ACC7 RGB: (196,172,199)

Color info

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

RGB color model

#C4ACC7 color RGB value is (196,172,199).

RGB: (196,172,199) (77%, 67%, 78%)

RGB channels and saturation

R 196 of 255 = 77%
G 172 of 255 = 67%
B 199 of 255 = 78%

196
172
199

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

Portions of RGB colors in percentages

R + G + B = 196 + 172 + 199 = 567 (100%)
R 196 of 567 ~ 34.57%
G 172 of 567 ~ 30.34%
B 199 of 567 ~ 35.1'%

%34.57
%30.34
%35.1

CMYK color model

#C4ACC7 color CMYK value is (2,14,0,22).

  • cyan value is 1.51%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (2,14,0,22)
C2M14Y0K22 (2%, 14%, 0%, 22%)
(0.02 / 0.14 / 0.00 / 0.22)

CMYK percentages

%1.51
%13.57
%0
%21.96

Codes

Color #C4ACC7 in popluar color models

C4 AC C7
RGB 196 172 199
HSL 293° 19.42% 72.75%
HSB/HSV 293° 13.57% 78.04%
CMYK 1.51% 13.57% 0.00%
21.96%

Color #C4ACC7 in popluar number systems.

HEX C4 AC C7
Decimal 196 172 199
Binary 11000100 10101100 11000111
Octal 304 254 307

Shades and tints

Shades of #C4ACC7

#C4ACC7
(196,172,199)
#B39DB5
(179,157,181)
#A28EA3
(162,142,163)
#917F91
(145,127,145)
#80707F
(128,112,127)
#6F616D
(111,97,109)
#5E525B
(94,82,91)
#4D4349
(77,67,73)
#3C3437
(60,52,55)
#2B2525
(43,37,37)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #C4ACC7

#C4ACC7
(196,172,199)
#C9B3CC
(201,179,204)
#CEBAD1
(206,186,209)
#D3C1D6
(211,193,214)
#D8C8DB
(216,200,219)
#DDCFE0
(221,207,224)
#E2D6E5
(226,214,229)
#E7DDEA
(231,221,234)
#ECE4EF
(236,228,239)
#F1EBF4
(241,235,244)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ACC7; }

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

This text font color is #C4ACC7.

Background Color

.myBgColor { background-color: #C4ACC7; }

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

This div background color is #C4ACC7.

Border color

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

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

This div border color is #C4ACC7.

Opacity

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

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

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

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

This text has shadow with #C4ACC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ACC7.

Preview

Color preview on black background

This text has color #C4ACC7 on black background.


Color preview on white background

This text has color #C4ACC7 on white background.


Black color preview on #C4ACC7 background

This text has black color on #C4ACC7 background.


White color preview on #C4ACC7 background

This text has white color on #C4ACC7 background.


Related colors

Complementary color

Complementary color for #hex is #3B5338.


I love getcolorcode.com

Triadic colors

1 #C7C4AC and #ACC7C4 with #C4ACC7 are triadic colors.

2 #C7ACC4 and #ACC4C7 with #C4ACC7 are triadic colors.