COLOR #C3A7DD

HEX: #C3A7DD
RGB: (195,167,221)

Color info

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

RGB color model

#C3A7DD color RGB value is (195,167,221).

  • red value is 195;
  • green value is 167;
  • blue value is 221.
RGB:
(195,167,221)
(76%,65%,87%)

RGB channels and saturation

R 195 of 255 = 76%
G 167 of 255 = 65%
B 221 of 255 = 87%

195
167
221

R + G + B ~ 76%. #C3A7DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 167 + 221 = 583 (100%)
R 195 of 583 ~ 33.45%
G 167 of 583 ~ 28.64%
B 221 of 583 ~ 37.91%

%33.45
%28.64
%37.91

CMYK color model

#C3A7DD color CMYK value is (12,24,0,13).

  • cyan value is 11.76%
  • magenta value is 24.43%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(12,24,0,13)
C12M24Y0K13 
(12%,24%,0%,13%)
(0.12/0.24/0.00/0.13)	

CMYK percentages

%11.76
%24.43
%0
%13.33

Codes

Color #C3A7DD in popluar color models

C3A7DD
RGB195167221
HSL271°44.26%76.08%
HSB/HSV271°24.43%86.67%
CMYK11.76%24.43%0.00%
13.33%

Color #C3A7DD in popluar number systems.

HEXC3A7DD
Decimal195167221
Binary110000111010011111011101
Octal303247335

Shades and tints

Shades of #C3A7DD

#C3A7DD
(195,167,221)
#B298C9
(178,152,201)
#A189B5
(161,137,181)
#907AA1
(144,122,161)
#7F6B8D
(127,107,141)
#6E5C79
(110,92,121)
#5D4D65
(93,77,101)
#4C3E51
(76,62,81)
#3B2F3D
(59,47,61)
#2A2029
(42,32,41)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #C3A7DD

#C3A7DD
(195,167,221)
#C8AFE0
(200,175,224)
#CDB7E3
(205,183,227)
#D2BFE6
(210,191,230)
#D7C7E9
(215,199,233)
#DCCFEC
(220,207,236)
#E1D7EF
(225,215,239)
#E6DFF2
(230,223,242)
#EBE7F5
(235,231,245)
#F0EFF8
(240,239,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A7DD color. Also use rgb(195,167,221) instead hex code.

Text Font Color

.myTextColor { color: #C3A7DD; }

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

This text font color is #C3A7DD.


Background Color

.myBgColor { background-color: #C3A7DD; }

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

This div background color is #C3A7DD.


Border color

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

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

This div border color is #C3A7DD.


Opacity

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

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

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

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

This text has shadow with #C3A7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A7DD on black background.


Color preview on white background

This text has color #C3A7DD on white background.



Black color preview on #C3A7DD background

This text has black color on #C3A7DD background.


White color preview on #C3A7DD background

This text has white color on #C3A7DD background.