COLOR #CFA8CC

HEX: #CFA8CC
RGB: (207,168,204)

Color info

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

RGB color model

#CFA8CC color RGB value is (207,168,204).

  • red value is 207;
  • green value is 168;
  • blue value is 204.
RGB:
(207,168,204)
(81%,66%,80%)

RGB channels and saturation

R 207 of 255 = 81%
G 168 of 255 = 66%
B 204 of 255 = 80%

207
168
204

R + G + B ~ 76%. #CFA8CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 168 + 204 = 579 (100%)
R 207 of 579 ~ 35.75%
G 168 of 579 ~ 29.02%
B 204 of 579 ~ 35.23%

%35.75
%29.02
%35.23

CMYK color model

#CFA8CC color CMYK value is (0,19,1,19).

  • cyan value is 0.00%
  • magenta value is 18.84%
  • yellow value is 1.45%
  • key color value is 18.82%
CMYK:
(0,19,1,19)
C0M19Y1K19 
(0%,19%,1%,19%)
(0.00/0.19/0.01/0.19)	

CMYK percentages

%0
%18.84
%1.45
%18.82

Codes

Color #CFA8CC in popluar color models

CFA8CC
RGB207168204
HSL305°28.89%73.53%
HSB/HSV305°18.84%81.18%
CMYK0.00%18.84%1.45%
18.82%

Color #CFA8CC in popluar number systems.

HEXCFA8CC
Decimal207168204
Binary110011111010100011001100
Octal317250314

Shades and tints

Shades of #CFA8CC

#CFA8CC
(207,168,204)
#BD99BA
(189,153,186)
#AB8AA8
(171,138,168)
#997B96
(153,123,150)
#876C84
(135,108,132)
#755D72
(117,93,114)
#634E60
(99,78,96)
#513F4E
(81,63,78)
#3F303C
(63,48,60)
#2D212A
(45,33,42)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #CFA8CC

#CFA8CC
(207,168,204)
#D3AFD0
(211,175,208)
#D7B6D4
(215,182,212)
#DBBDD8
(219,189,216)
#DFC4DC
(223,196,220)
#E3CBE0
(227,203,224)
#E7D2E4
(231,210,228)
#EBD9E8
(235,217,232)
#EFE0EC
(239,224,236)
#F3E7F0
(243,231,240)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA8CC color. Also use rgb(207,168,204) instead hex code.

Text Font Color

.myTextColor { color: #CFA8CC; }

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

This text font color is #CFA8CC.


Background Color

.myBgColor { background-color: #CFA8CC; }

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

This div background color is #CFA8CC.


Border color

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

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

This div border color is #CFA8CC.


Opacity

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

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

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

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

This text has shadow with #CFA8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA8CC on black background.


Color preview on white background

This text has color #CFA8CC on white background.



Black color preview on #CFA8CC background

This text has black color on #CFA8CC background.


White color preview on #CFA8CC background

This text has white color on #CFA8CC background.