COLOR #C4A8D3

HEX: #C4A8D3
RGB: (196,168,211)

Color info

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

RGB color model

#C4A8D3 color RGB value is (196,168,211).

  • red value is 196;
  • green value is 168;
  • blue value is 211.
RGB:
(196,168,211)
(77%,66%,83%)

RGB channels and saturation

R 196 of 255 = 77%
G 168 of 255 = 66%
B 211 of 255 = 83%

196
168
211

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

Portions of RGB colors in percentages

R + G + B =
196 + 168 + 211 = 575 (100%)
R 196 of 575 ~ 34.09%
G 168 of 575 ~ 29.22%
B 211 of 575 ~ 36.7%

%34.09
%29.22
%36.7

CMYK color model

#C4A8D3 color CMYK value is (7,20,0,17).

  • cyan value is 7.11%
  • magenta value is 20.38%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(7,20,0,17)
C7M20Y0K17 
(7%,20%,0%,17%)
(0.07/0.20/0.00/0.17)	

CMYK percentages

%7.11
%20.38
%0
%17.25

Codes

Color #C4A8D3 in popluar color models

C4A8D3
RGB196168211
HSL279°32.82%74.31%
HSB/HSV279°20.38%82.75%
CMYK7.11%20.38%0.00%
17.25%

Color #C4A8D3 in popluar number systems.

HEXC4A8D3
Decimal196168211
Binary110001001010100011010011
Octal304250323

Shades and tints

Shades of #C4A8D3

#C4A8D3
(196,168,211)
#B399C0
(179,153,192)
#A28AAD
(162,138,173)
#917B9A
(145,123,154)
#806C87
(128,108,135)
#6F5D74
(111,93,116)
#5E4E61
(94,78,97)
#4D3F4E
(77,63,78)
#3C303B
(60,48,59)
#2B2128
(43,33,40)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #C4A8D3

#C4A8D3
(196,168,211)
#C9AFD7
(201,175,215)
#CEB6DB
(206,182,219)
#D3BDDF
(211,189,223)
#D8C4E3
(216,196,227)
#DDCBE7
(221,203,231)
#E2D2EB
(226,210,235)
#E7D9EF
(231,217,239)
#ECE0F3
(236,224,243)
#F1E7F7
(241,231,247)
#F6EEFB
(246,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A8D3; }

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

This text font color is #C4A8D3.


Background Color

.myBgColor { background-color: #C4A8D3; }

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

This div background color is #C4A8D3.


Border color

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

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

This div border color is #C4A8D3.


Opacity

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

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

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

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

This text has shadow with #C4A8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A8D3 on black background.


Color preview on white background

This text has color #C4A8D3 on white background.



Black color preview on #C4A8D3 background

This text has black color on #C4A8D3 background.


White color preview on #C4A8D3 background

This text has white color on #C4A8D3 background.