COLOR #C5ACDA

HEX: #C5ACDA RGB: (197,172,218)

Color info

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

RGB color model

#C5ACDA color RGB value is (197,172,218).

RGB: (197,172,218) (77%, 67%, 85%)

RGB channels and saturation

R 197 of 255 = 77%
G 172 of 255 = 67%
B 218 of 255 = 85%

197
172
218

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

Portions of RGB colors in percentages

R + G + B = 197 + 172 + 218 = 587 (100%)
R 197 of 587 ~ 33.56%
G 172 of 587 ~ 29.3%
B 218 of 587 ~ 37.14'%

%33.56
%29.3
%37.14

CMYK color model

#C5ACDA color CMYK value is (10,21,0,15).

  • cyan value is 9.63%
  • magenta value is 21.10%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (10,21,0,15)
C10M21Y0K15 (10%, 21%, 0%, 15%)
(0.10 / 0.21 / 0.00 / 0.15)

CMYK percentages

%9.63
%21.1
%0
%14.51

Codes

Color #C5ACDA in popluar color models

C5 AC DA
RGB 197 172 218
HSL 273° 38.33% 76.47%
HSB/HSV 273° 21.10% 85.49%
CMYK 9.63% 21.10% 0.00%
14.51%

Color #C5ACDA in popluar number systems.

HEX C5 AC DA
Decimal 197 172 218
Binary 11000101 10101100 11011010
Octal 305 254 332

Shades and tints

Shades of #C5ACDA

#C5ACDA
(197,172,218)
#B49DC7
(180,157,199)
#A38EB4
(163,142,180)
#927FA1
(146,127,161)
#81708E
(129,112,142)
#70617B
(112,97,123)
#5F5268
(95,82,104)
#4E4355
(78,67,85)
#3D3442
(61,52,66)
#2C252F
(44,37,47)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #C5ACDA

#C5ACDA
(197,172,218)
#CAB3DD
(202,179,221)
#CFBAE0
(207,186,224)
#D4C1E3
(212,193,227)
#D9C8E6
(217,200,230)
#DECFE9
(222,207,233)
#E3D6EC
(227,214,236)
#E8DDEF
(232,221,239)
#EDE4F2
(237,228,242)
#F2EBF5
(242,235,245)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5ACDA color. Also use rgb(197,172,218) instead hex code.

Text Font Color

.myTextColor { color: #C5ACDA; }

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

This text font color is #C5ACDA.

Background Color

.myBgColor { background-color: #C5ACDA; }

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

This div background color is #C5ACDA.

Border color

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

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

This div border color is #C5ACDA.

Opacity

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

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

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

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

This text has shadow with #C5ACDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ACDA.

Preview

Color preview on black background

This text has color #C5ACDA on black background.


Color preview on white background

This text has color #C5ACDA on white background.


Black color preview on #C5ACDA background

This text has black color on #C5ACDA background.


White color preview on #C5ACDA background

This text has white color on #C5ACDA background.


Related colors

Complementary color

Complementary color for #hex is #3A5325.


I love getcolorcode.com

Triadic colors

1 #DAC5AC and #ACDAC5 with #C5ACDA are triadic colors.

2 #DAACC5 and #ACC5DA with #C5ACDA are triadic colors.