COLOR #C8ACEA

HEX: #C8ACEA
RGB: (200,172,234)

Color info

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

RGB color model

#C8ACEA color RGB value is (200,172,234).

  • red value is 200;
  • green value is 172;
  • blue value is 234.
RGB:
(200,172,234)
(78%,67%,92%)

RGB channels and saturation

R 200 of 255 = 78%
G 172 of 255 = 67%
B 234 of 255 = 92%

200
172
234

R + G + B ~ 79%. #C8ACEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 172 + 234 = 606 (100%)
R 200 of 606 ~ 33%
G 172 of 606 ~ 28.38%
B 234 of 606 ~ 38.61%

%33
%28.38
%38.61

CMYK color model

#C8ACEA color CMYK value is (15,26,0,8).

  • cyan value is 14.53%
  • magenta value is 26.50%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(15,26,0,8)
C15M26Y0K8 
(15%,26%,0%,8%)
(0.15/0.26/0.00/0.08)	

CMYK percentages

%14.53
%26.5
%0
%8.24

Codes

Color #C8ACEA in popluar color models

C8ACEA
RGB200172234
HSL267°59.62%79.61%
HSB/HSV267°26.50%91.76%
CMYK14.53%26.50%0.00%
8.24%

Color #C8ACEA in popluar number systems.

HEXC8ACEA
Decimal200172234
Binary110010001010110011101010
Octal310254352

Shades and tints

Shades of #C8ACEA

#C8ACEA
(200,172,234)
#B69DD5
(182,157,213)
#A48EC0
(164,142,192)
#927FAB
(146,127,171)
#807096
(128,112,150)
#6E6181
(110,97,129)
#5C526C
(92,82,108)
#4A4357
(74,67,87)
#383442
(56,52,66)
#26252D
(38,37,45)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #C8ACEA

#C8ACEA
(200,172,234)
#CDB3EB
(205,179,235)
#D2BAEC
(210,186,236)
#D7C1ED
(215,193,237)
#DCC8EE
(220,200,238)
#E1CFEF
(225,207,239)
#E6D6F0
(230,214,240)
#EBDDF1
(235,221,241)
#F0E4F2
(240,228,242)
#F5EBF3
(245,235,243)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8ACEA color. Also use rgb(200,172,234) instead hex code.

Text Font Color

.myTextColor { color: #C8ACEA; }

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

This text font color is #C8ACEA.


Background Color

.myBgColor { background-color: #C8ACEA; }

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

This div background color is #C8ACEA.


Border color

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

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

This div border color is #C8ACEA.


Opacity

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

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

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

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

This text has shadow with #C8ACEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ACEA on black background.


Color preview on white background

This text has color #C8ACEA on white background.



Black color preview on #C8ACEA background

This text has black color on #C8ACEA background.


White color preview on #C8ACEA background

This text has white color on #C8ACEA background.