COLOR #C3ACD8

HEX: #C3ACD8
RGB: (195,172,216)

Color info

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

RGB color model

#C3ACD8 color RGB value is (195,172,216).

  • red value is 195;
  • green value is 172;
  • blue value is 216.
RGB:
(195,172,216)
(76%,67%,85%)

RGB channels and saturation

R 195 of 255 = 76%
G 172 of 255 = 67%
B 216 of 255 = 85%

195
172
216

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

Portions of RGB colors in percentages

R + G + B =
195 + 172 + 216 = 583 (100%)
R 195 of 583 ~ 33.45%
G 172 of 583 ~ 29.5%
B 216 of 583 ~ 37.05%

%33.45
%29.5
%37.05

CMYK color model

#C3ACD8 color CMYK value is (10,20,0,15).

  • cyan value is 9.72%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(10,20,0,15)
C10M20Y0K15 
(10%,20%,0%,15%)
(0.10/0.20/0.00/0.15)	

CMYK percentages

%9.72
%20.37
%0
%15.29

Codes

Color #C3ACD8 in popluar color models

C3ACD8
RGB195172216
HSL271°36.07%76.08%
HSB/HSV271°20.37%84.71%
CMYK9.72%20.37%0.00%
15.29%

Color #C3ACD8 in popluar number systems.

HEXC3ACD8
Decimal195172216
Binary110000111010110011011000
Octal303254330

Shades and tints

Shades of #C3ACD8

#C3ACD8
(195,172,216)
#B29DC5
(178,157,197)
#A18EB2
(161,142,178)
#907F9F
(144,127,159)
#7F708C
(127,112,140)
#6E6179
(110,97,121)
#5D5266
(93,82,102)
#4C4353
(76,67,83)
#3B3440
(59,52,64)
#2A252D
(42,37,45)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #C3ACD8

#C3ACD8
(195,172,216)
#C8B3DB
(200,179,219)
#CDBADE
(205,186,222)
#D2C1E1
(210,193,225)
#D7C8E4
(215,200,228)
#DCCFE7
(220,207,231)
#E1D6EA
(225,214,234)
#E6DDED
(230,221,237)
#EBE4F0
(235,228,240)
#F0EBF3
(240,235,243)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3ACD8 color. Also use rgb(195,172,216) instead hex code.

Text Font Color

.myTextColor { color: #C3ACD8; }

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

This text font color is #C3ACD8.


Background Color

.myBgColor { background-color: #C3ACD8; }

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

This div background color is #C3ACD8.


Border color

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

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

This div border color is #C3ACD8.


Opacity

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

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

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

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

This text has shadow with #C3ACD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ACD8 on black background.


Color preview on white background

This text has color #C3ACD8 on white background.



Black color preview on #C3ACD8 background

This text has black color on #C3ACD8 background.


White color preview on #C3ACD8 background

This text has white color on #C3ACD8 background.