COLOR #C8ACEF

HEX: #C8ACEF
RGB: (200,172,239)

Color info

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

RGB color model

#C8ACEF color RGB value is (200,172,239).

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

RGB channels and saturation

R 200 of 255 = 78%
G 172 of 255 = 67%
B 239 of 255 = 94%

200
172
239

R + G + B ~ 80%. #C8ACEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 172 + 239 = 611 (100%)
R 200 of 611 ~ 32.73%
G 172 of 611 ~ 28.15%
B 239 of 611 ~ 39.12%

%32.73
%28.15
%39.12

CMYK color model

#C8ACEF color CMYK value is (16,28,0,6).

  • cyan value is 16.32%
  • magenta value is 28.03%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(16,28,0,6)
C16M28Y0K6 
(16%,28%,0%,6%)
(0.16/0.28/0.00/0.06)	

CMYK percentages

%16.32
%28.03
%0
%6.27

Codes

Color #C8ACEF in popluar color models

C8ACEF
RGB200172239
HSL265°67.68%80.59%
HSB/HSV265°28.03%93.73%
CMYK16.32%28.03%0.00%
6.27%

Color #C8ACEF in popluar number systems.

HEXC8ACEF
Decimal200172239
Binary110010001010110011101111
Octal310254357

Shades and tints

Shades of #C8ACEF

#C8ACEF
(200,172,239)
#B69DDA
(182,157,218)
#A48EC5
(164,142,197)
#927FB0
(146,127,176)
#80709B
(128,112,155)
#6E6186
(110,97,134)
#5C5271
(92,82,113)
#4A435C
(74,67,92)
#383447
(56,52,71)
#262532
(38,37,50)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #C8ACEF

#C8ACEF
(200,172,239)
#CDB3F0
(205,179,240)
#D2BAF1
(210,186,241)
#D7C1F2
(215,193,242)
#DCC8F3
(220,200,243)
#E1CFF4
(225,207,244)
#E6D6F5
(230,214,245)
#EBDDF6
(235,221,246)
#F0E4F7
(240,228,247)
#F5EBF8
(245,235,248)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ACEF; }

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

This text font color is #C8ACEF.


Background Color

.myBgColor { background-color: #C8ACEF; }

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

This div background color is #C8ACEF.


Border color

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

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

This div border color is #C8ACEF.


Opacity

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

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

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

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

This text has shadow with #C8ACEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ACEF on black background.


Color preview on white background

This text has color #C8ACEF on white background.



Black color preview on #C8ACEF background

This text has black color on #C8ACEF background.


White color preview on #C8ACEF background

This text has white color on #C8ACEF background.