COLOR #CFA2E0

HEX: #CFA2E0
RGB: (207,162,224)

Color info

#CFA2E0 contains mainly red and blue colors. Web safe color of #CFA2E0 is #CC99CC (or #C9C).

RGB color model

#CFA2E0 color RGB value is (207,162,224).

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

RGB channels and saturation

R 207 of 255 = 81%
G 162 of 255 = 64%
B 224 of 255 = 88%

207
162
224

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

Portions of RGB colors in percentages

R + G + B =
207 + 162 + 224 = 593 (100%)
R 207 of 593 ~ 34.91%
G 162 of 593 ~ 27.32%
B 224 of 593 ~ 37.77%

%34.91
%27.32
%37.77

CMYK color model

#CFA2E0 color CMYK value is (8,28,0,12).

  • cyan value is 7.59%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(8,28,0,12)
C8M28Y0K12 
(8%,28%,0%,12%)
(0.08/0.28/0.00/0.12)	

CMYK percentages

%7.59
%27.68
%0
%12.16

Codes

Color #CFA2E0 in popluar color models

CFA2E0
RGB207162224
HSL284°50.00%75.69%
HSB/HSV284°27.68%87.84%
CMYK7.59%27.68%0.00%
12.16%

Color #CFA2E0 in popluar number systems.

HEXCFA2E0
Decimal207162224
Binary110011111010001011100000
Octal317242340

Shades and tints

Shades of #CFA2E0

#CFA2E0
(207,162,224)
#BD94CC
(189,148,204)
#AB86B8
(171,134,184)
#9978A4
(153,120,164)
#876A90
(135,106,144)
#755C7C
(117,92,124)
#634E68
(99,78,104)
#514054
(81,64,84)
#3F3240
(63,50,64)
#2D242C
(45,36,44)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #CFA2E0

#CFA2E0
(207,162,224)
#D3AAE2
(211,170,226)
#D7B2E4
(215,178,228)
#DBBAE6
(219,186,230)
#DFC2E8
(223,194,232)
#E3CAEA
(227,202,234)
#E7D2EC
(231,210,236)
#EBDAEE
(235,218,238)
#EFE2F0
(239,226,240)
#F3EAF2
(243,234,242)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFA2E0; }

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

This text font color is #CFA2E0.


Background Color

.myBgColor { background-color: #CFA2E0; }

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

This div background color is #CFA2E0.


Border color

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

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

This div border color is #CFA2E0.


Opacity

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

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

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

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

This text has shadow with #CFA2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA2E0 on black background.


Color preview on white background

This text has color #CFA2E0 on white background.



Black color preview on #CFA2E0 background

This text has black color on #CFA2E0 background.


White color preview on #CFA2E0 background

This text has white color on #CFA2E0 background.