COLOR #C5ACDB

HEX: #C5ACDB RGB: (197,172,219)

Color info

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

RGB color model

#C5ACDB color RGB value is (197,172,219).

RGB: (197,172,219) (77%, 67%, 86%)

RGB channels and saturation

R 197 of 255 = 77%
G 172 of 255 = 67%
B 219 of 255 = 86%

197
172
219

R + G + B ~ 77%. #C5ACDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 172 + 219 = 588 (100%)
R 197 of 588 ~ 33.5%
G 172 of 588 ~ 29.25%
B 219 of 588 ~ 37.24'%

%33.5
%29.25
%37.24

CMYK color model

#C5ACDB color CMYK value is (10,21,0,14).

  • cyan value is 10.05%
  • magenta value is 21.46%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (10,21,0,14)
C10M21Y0K14 (10%, 21%, 0%, 14%)
(0.10 / 0.21 / 0.00 / 0.14)

CMYK percentages

%10.05
%21.46
%0
%14.12

Codes

Color #C5ACDB in popluar color models

C5 AC DB
RGB 197 172 219
HSL 272° 39.50% 76.67%
HSB/HSV 272° 21.46% 85.88%
CMYK 10.05% 21.46% 0.00%
14.12%

Color #C5ACDB in popluar number systems.

HEX C5 AC DB
Decimal 197 172 219
Binary 11000101 10101100 11011011
Octal 305 254 333

Shades and tints

Shades of #C5ACDB

#C5ACDB
(197,172,219)
#B49DC8
(180,157,200)
#A38EB5
(163,142,181)
#927FA2
(146,127,162)
#81708F
(129,112,143)
#70617C
(112,97,124)
#5F5269
(95,82,105)
#4E4356
(78,67,86)
#3D3443
(61,52,67)
#2C2530
(44,37,48)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #C5ACDB

#C5ACDB
(197,172,219)
#CAB3DE
(202,179,222)
#CFBAE1
(207,186,225)
#D4C1E4
(212,193,228)
#D9C8E7
(217,200,231)
#DECFEA
(222,207,234)
#E3D6ED
(227,214,237)
#E8DDF0
(232,221,240)
#EDE4F3
(237,228,243)
#F2EBF6
(242,235,246)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ACDB; }

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

This text font color is #C5ACDB.

Background Color

.myBgColor { background-color: #C5ACDB; }

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

This div background color is #C5ACDB.

Border color

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

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

This div border color is #C5ACDB.

Opacity

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

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

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

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

This text has shadow with #C5ACDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ACDB.

Preview

Color preview on black background

This text has color #C5ACDB on black background.


Color preview on white background

This text has color #C5ACDB on white background.


Black color preview on #C5ACDB background

This text has black color on #C5ACDB background.


White color preview on #C5ACDB background

This text has white color on #C5ACDB background.


Related colors

Complementary color

Complementary color for #hex is #3A5324.


I love getcolorcode.com

Triadic colors

1 #DBC5AC and #ACDBC5 with #C5ACDB are triadic colors.

2 #DBACC5 and #ACC5DB with #C5ACDB are triadic colors.