COLOR #C4A6D1

HEX: #C4A6D1
RGB: (196,166,209)

Color info

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

RGB color model

#C4A6D1 color RGB value is (196,166,209).

  • red value is 196;
  • green value is 166;
  • blue value is 209.
RGB:
(196,166,209)
(77%,65%,82%)

RGB channels and saturation

R 196 of 255 = 77%
G 166 of 255 = 65%
B 209 of 255 = 82%

196
166
209

R + G + B ~ 75%. #C4A6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 166 + 209 = 571 (100%)
R 196 of 571 ~ 34.33%
G 166 of 571 ~ 29.07%
B 209 of 571 ~ 36.6%

%34.33
%29.07
%36.6

CMYK color model

#C4A6D1 color CMYK value is (6,21,0,18).

  • cyan value is 6.22%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(6,21,0,18)
C6M21Y0K18 
(6%,21%,0%,18%)
(0.06/0.21/0.00/0.18)	

CMYK percentages

%6.22
%20.57
%0
%18.04

Codes

Color #C4A6D1 in popluar color models

C4A6D1
RGB196166209
HSL282°31.85%73.53%
HSB/HSV282°20.57%81.96%
CMYK6.22%20.57%0.00%
18.04%

Color #C4A6D1 in popluar number systems.

HEXC4A6D1
Decimal196166209
Binary110001001010011011010001
Octal304246321

Shades and tints

Shades of #C4A6D1

#C4A6D1
(196,166,209)
#B397BE
(179,151,190)
#A288AB
(162,136,171)
#917998
(145,121,152)
#806A85
(128,106,133)
#6F5B72
(111,91,114)
#5E4C5F
(94,76,95)
#4D3D4C
(77,61,76)
#3C2E39
(60,46,57)
#2B1F26
(43,31,38)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #C4A6D1

#C4A6D1
(196,166,209)
#C9AED5
(201,174,213)
#CEB6D9
(206,182,217)
#D3BEDD
(211,190,221)
#D8C6E1
(216,198,225)
#DDCEE5
(221,206,229)
#E2D6E9
(226,214,233)
#E7DEED
(231,222,237)
#ECE6F1
(236,230,241)
#F1EEF5
(241,238,245)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A6D1; }

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

This text font color is #C4A6D1.


Background Color

.myBgColor { background-color: #C4A6D1; }

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

This div background color is #C4A6D1.


Border color

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

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

This div border color is #C4A6D1.


Opacity

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

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

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

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

This text has shadow with #C4A6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A6D1 on black background.


Color preview on white background

This text has color #C4A6D1 on white background.



Black color preview on #C4A6D1 background

This text has black color on #C4A6D1 background.


White color preview on #C4A6D1 background

This text has white color on #C4A6D1 background.