COLOR #C3ACD2

HEX: #C3ACD2 RGB: (195,172,210)

Color info

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

RGB color model

#C3ACD2 color RGB value is (195,172,210).

RGB: (195,172,210) (76%, 67%, 82%)

RGB channels and saturation

R 195 of 255 = 76%
G 172 of 255 = 67%
B 210 of 255 = 82%

195
172
210

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

Portions of RGB colors in percentages

R + G + B = 195 + 172 + 210 = 577 (100%)
R 195 of 577 ~ 33.8%
G 172 of 577 ~ 29.81%
B 210 of 577 ~ 36.4'%

%33.8
%29.81
%36.4

CMYK color model

#C3ACD2 color CMYK value is (7,18,0,18).

  • cyan value is 7.14%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (7,18,0,18)
C7M18Y0K18 (7%, 18%, 0%, 18%)
(0.07 / 0.18 / 0.00 / 0.18)

CMYK percentages

%7.14
%18.1
%0
%17.65

Codes

Color #C3ACD2 in popluar color models

C3 AC D2
RGB 195 172 210
HSL 276° 29.69% 74.90%
HSB/HSV 276° 18.10% 82.35%
CMYK 7.14% 18.10% 0.00%
17.65%

Color #C3ACD2 in popluar number systems.

HEX C3 AC D2
Decimal 195 172 210
Binary 11000011 10101100 11010010
Octal 303 254 322

Shades and tints

Shades of #C3ACD2

#C3ACD2
(195,172,210)
#B29DBF
(178,157,191)
#A18EAC
(161,142,172)
#907F99
(144,127,153)
#7F7086
(127,112,134)
#6E6173
(110,97,115)
#5D5260
(93,82,96)
#4C434D
(76,67,77)
#3B343A
(59,52,58)
#2A2527
(42,37,39)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #C3ACD2

#C3ACD2
(195,172,210)
#C8B3D6
(200,179,214)
#CDBADA
(205,186,218)
#D2C1DE
(210,193,222)
#D7C8E2
(215,200,226)
#DCCFE6
(220,207,230)
#E1D6EA
(225,214,234)
#E6DDEE
(230,221,238)
#EBE4F2
(235,228,242)
#F0EBF6
(240,235,246)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ACD2; }

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

This text font color is #C3ACD2.

Background Color

.myBgColor { background-color: #C3ACD2; }

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

This div background color is #C3ACD2.

Border color

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

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

This div border color is #C3ACD2.

Opacity

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

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

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

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

This text has shadow with #C3ACD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3ACD2.

Preview

Color preview on black background

This text has color #C3ACD2 on black background.


Color preview on white background

This text has color #C3ACD2 on white background.


Black color preview on #C3ACD2 background

This text has black color on #C3ACD2 background.


White color preview on #C3ACD2 background

This text has white color on #C3ACD2 background.


Related colors

Complementary color

Complementary color for #hex is #3C532D.


I love getcolorcode.com

Triadic colors

1 #D2C3AC and #ACD2C3 with #C3ACD2 are triadic colors.

2 #D2ACC3 and #ACC3D2 with #C3ACD2 are triadic colors.