COLOR #CFACE0

HEX: #CFACE0
RGB: (207,172,224)

Color info

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

RGB color model

#CFACE0 color RGB value is (207,172,224).

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

RGB channels and saturation

R 207 of 255 = 81%
G 172 of 255 = 67%
B 224 of 255 = 88%

207
172
224

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

Portions of RGB colors in percentages

R + G + B =
207 + 172 + 224 = 603 (100%)
R 207 of 603 ~ 34.33%
G 172 of 603 ~ 28.52%
B 224 of 603 ~ 37.15%

%34.33
%28.52
%37.15

CMYK color model

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

  • cyan value is 7.59%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(8,23,0,12)
C8M23Y0K12 
(8%,23%,0%,12%)
(0.08/0.23/0.00/0.12)	

CMYK percentages

%7.59
%23.21
%0
%12.16

Codes

Color #CFACE0 in popluar color models

CFACE0
RGB207172224
HSL280°45.61%77.65%
HSB/HSV280°23.21%87.84%
CMYK7.59%23.21%0.00%
12.16%

Color #CFACE0 in popluar number systems.

HEXCFACE0
Decimal207172224
Binary110011111010110011100000
Octal317254340

Shades and tints

Shades of #CFACE0

#CFACE0
(207,172,224)
#BD9DCC
(189,157,204)
#AB8EB8
(171,142,184)
#997FA4
(153,127,164)
#877090
(135,112,144)
#75617C
(117,97,124)
#635268
(99,82,104)
#514354
(81,67,84)
#3F3440
(63,52,64)
#2D252C
(45,37,44)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #CFACE0

#CFACE0
(207,172,224)
#D3B3E2
(211,179,226)
#D7BAE4
(215,186,228)
#DBC1E6
(219,193,230)
#DFC8E8
(223,200,232)
#E3CFEA
(227,207,234)
#E7D6EC
(231,214,236)
#EBDDEE
(235,221,238)
#EFE4F0
(239,228,240)
#F3EBF2
(243,235,242)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFACE0; }

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

This text font color is #CFACE0.


Background Color

.myBgColor { background-color: #CFACE0; }

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

This div background color is #CFACE0.


Border color

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

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

This div border color is #CFACE0.


Opacity

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

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

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

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

This text has shadow with #CFACE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFACE0 on black background.


Color preview on white background

This text has color #CFACE0 on white background.



Black color preview on #CFACE0 background

This text has black color on #CFACE0 background.


White color preview on #CFACE0 background

This text has white color on #CFACE0 background.