COLOR #C5ACE0

HEX: #C5ACE0
RGB: (197,172,224)

Color info

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

RGB color model

#C5ACE0 color RGB value is (197,172,224).

  • red value is 197;
  • green value is 172;
  • blue value is 224.
RGB:
(197,172,224)
(77%,67%,88%)

RGB channels and saturation

R 197 of 255 = 77%
G 172 of 255 = 67%
B 224 of 255 = 88%

197
172
224

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

Portions of RGB colors in percentages

R + G + B =
197 + 172 + 224 = 593 (100%)
R 197 of 593 ~ 33.22%
G 172 of 593 ~ 29.01%
B 224 of 593 ~ 37.77%

%33.22
%29.01
%37.77

CMYK color model

#C5ACE0 color CMYK value is (12,23,0,12).

  • cyan value is 12.05%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(12,23,0,12)
C12M23Y0K12 
(12%,23%,0%,12%)
(0.12/0.23/0.00/0.12)	

CMYK percentages

%12.05
%23.21
%0
%12.16

Codes

Color #C5ACE0 in popluar color models

C5ACE0
RGB197172224
HSL269°45.61%77.65%
HSB/HSV269°23.21%87.84%
CMYK12.05%23.21%0.00%
12.16%

Color #C5ACE0 in popluar number systems.

HEXC5ACE0
Decimal197172224
Binary110001011010110011100000
Octal305254340

Shades and tints

Shades of #C5ACE0

#C5ACE0
(197,172,224)
#B49DCC
(180,157,204)
#A38EB8
(163,142,184)
#927FA4
(146,127,164)
#817090
(129,112,144)
#70617C
(112,97,124)
#5F5268
(95,82,104)
#4E4354
(78,67,84)
#3D3440
(61,52,64)
#2C252C
(44,37,44)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #C5ACE0

#C5ACE0
(197,172,224)
#CAB3E2
(202,179,226)
#CFBAE4
(207,186,228)
#D4C1E6
(212,193,230)
#D9C8E8
(217,200,232)
#DECFEA
(222,207,234)
#E3D6EC
(227,214,236)
#E8DDEE
(232,221,238)
#EDE4F0
(237,228,240)
#F2EBF2
(242,235,242)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ACE0; }

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

This text font color is #C5ACE0.


Background Color

.myBgColor { background-color: #C5ACE0; }

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

This div background color is #C5ACE0.


Border color

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

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

This div border color is #C5ACE0.


Opacity

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

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

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

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

This text has shadow with #C5ACE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ACE0 on black background.


Color preview on white background

This text has color #C5ACE0 on white background.



Black color preview on #C5ACE0 background

This text has black color on #C5ACE0 background.


White color preview on #C5ACE0 background

This text has white color on #C5ACE0 background.