COLOR #CFACE7

HEX: #CFACE7
RGB: (207,172,231)

Color info

#CFACE7 contains red, green and blue colors in about the same proportion. Web safe color of #CFACE7 is #CC99FF (or #C9F).

RGB color model

#CFACE7 color RGB value is (207,172,231).

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

RGB channels and saturation

R 207 of 255 = 81%
G 172 of 255 = 67%
B 231 of 255 = 91%

207
172
231

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

Portions of RGB colors in percentages

R + G + B =
207 + 172 + 231 = 610 (100%)
R 207 of 610 ~ 33.93%
G 172 of 610 ~ 28.2%
B 231 of 610 ~ 37.87%

%33.93
%28.2
%37.87

CMYK color model

#CFACE7 color CMYK value is (10,26,0,9).

  • cyan value is 10.39%
  • magenta value is 25.54%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,26,0,9)
C10M26Y0K9 
(10%,26%,0%,9%)
(0.10/0.26/0.00/0.09)	

CMYK percentages

%10.39
%25.54
%0
%9.41

Codes

Color #CFACE7 in popluar color models

CFACE7
RGB207172231
HSL276°55.14%79.02%
HSB/HSV276°25.54%90.59%
CMYK10.39%25.54%0.00%
9.41%

Color #CFACE7 in popluar number systems.

HEXCFACE7
Decimal207172231
Binary110011111010110011100111
Octal317254347

Shades and tints

Shades of #CFACE7

#CFACE7
(207,172,231)
#BD9DD2
(189,157,210)
#AB8EBD
(171,142,189)
#997FA8
(153,127,168)
#877093
(135,112,147)
#75617E
(117,97,126)
#635269
(99,82,105)
#514354
(81,67,84)
#3F343F
(63,52,63)
#2D252A
(45,37,42)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #CFACE7

#CFACE7
(207,172,231)
#D3B3E9
(211,179,233)
#D7BAEB
(215,186,235)
#DBC1ED
(219,193,237)
#DFC8EF
(223,200,239)
#E3CFF1
(227,207,241)
#E7D6F3
(231,214,243)
#EBDDF5
(235,221,245)
#EFE4F7
(239,228,247)
#F3EBF9
(243,235,249)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFACE7; }

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

This text font color is #CFACE7.


Background Color

.myBgColor { background-color: #CFACE7; }

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

This div background color is #CFACE7.


Border color

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

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

This div border color is #CFACE7.


Opacity

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

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

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

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

This text has shadow with #CFACE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFACE7 on black background.


Color preview on white background

This text has color #CFACE7 on white background.



Black color preview on #CFACE7 background

This text has black color on #CFACE7 background.


White color preview on #CFACE7 background

This text has white color on #CFACE7 background.