COLOR #C5ACE9

HEX: #C5ACE9 RGB: (197,172,233)

Color info

#C5ACE9 contains mainly red and blue colors. Web safe color of #C5ACE9 is #CC99FF (or #C9F).

RGB color model

#C5ACE9 color RGB value is (197,172,233).

RGB: (197,172,233) (77%, 67%, 91%)

RGB channels and saturation

R 197 of 255 = 77%
G 172 of 255 = 67%
B 233 of 255 = 91%

197
172
233

R + G + B ~ 78%. #C5ACE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 172 + 233 = 602 (100%)
R 197 of 602 ~ 32.72%
G 172 of 602 ~ 28.57%
B 233 of 602 ~ 38.7'%

%32.72
%28.57
%38.7

CMYK color model

#C5ACE9 color CMYK value is (15,26,0,9).

  • cyan value is 15.45%
  • magenta value is 26.18%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (15,26,0,9)
C15M26Y0K9 (15%, 26%, 0%, 9%)
(0.15 / 0.26 / 0.00 / 0.09)

CMYK percentages

%15.45
%26.18
%0
%8.63

Codes

Color #C5ACE9 in popluar color models

C5 AC E9
RGB 197 172 233
HSL 265° 58.10% 79.41%
HSB/HSV 265° 26.18% 91.37%
CMYK 15.45% 26.18% 0.00%
8.63%

Color #C5ACE9 in popluar number systems.

HEX C5 AC E9
Decimal 197 172 233
Binary 11000101 10101100 11101001
Octal 305 254 351

Shades and tints

Shades of #C5ACE9

#C5ACE9
(197,172,233)
#B49DD4
(180,157,212)
#A38EBF
(163,142,191)
#927FAA
(146,127,170)
#817095
(129,112,149)
#706180
(112,97,128)
#5F526B
(95,82,107)
#4E4356
(78,67,86)
#3D3441
(61,52,65)
#2C252C
(44,37,44)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #C5ACE9

#C5ACE9
(197,172,233)
#CAB3EB
(202,179,235)
#CFBAED
(207,186,237)
#D4C1EF
(212,193,239)
#D9C8F1
(217,200,241)
#DECFF3
(222,207,243)
#E3D6F5
(227,214,245)
#E8DDF7
(232,221,247)
#EDE4F9
(237,228,249)
#F2EBFB
(242,235,251)
#F7F2FD
(247,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ACE9; }

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

This text font color is #C5ACE9.

Background Color

.myBgColor { background-color: #C5ACE9; }

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

This div background color is #C5ACE9.

Border color

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

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

This div border color is #C5ACE9.

Opacity

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

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

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

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

This text has shadow with #C5ACE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ACE9.

Preview

Color preview on black background

This text has color #C5ACE9 on black background.


Color preview on white background

This text has color #C5ACE9 on white background.


Black color preview on #C5ACE9 background

This text has black color on #C5ACE9 background.


White color preview on #C5ACE9 background

This text has white color on #C5ACE9 background.


Related colors

Complementary color

Complementary color for #hex is #3A5316.


I love getcolorcode.com

Triadic colors

1 #E9C5AC and #ACE9C5 with #C5ACE9 are triadic colors.

2 #E9ACC5 and #ACC5E9 with #C5ACE9 are triadic colors.