COLOR #CFAFCC

HEX: #CFAFCC
RGB: (207,175,204)

Color info

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

RGB color model

#CFAFCC color RGB value is (207,175,204).

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

RGB channels and saturation

R 207 of 255 = 81%
G 175 of 255 = 69%
B 204 of 255 = 80%

207
175
204

R + G + B ~ 77%. #CFAFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 175 + 204 = 586 (100%)
R 207 of 586 ~ 35.32%
G 175 of 586 ~ 29.86%
B 204 of 586 ~ 34.81%

%35.32
%29.86
%34.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.46%
  • yellow value is 1.45%
  • key color value is 18.82%
CMYK:
(0,15,1,19)
C0M15Y1K19 
(0%,15%,1%,19%)
(0.00/0.15/0.01/0.19)	

CMYK percentages

%0
%15.46
%1.45
%18.82

Codes

Color #CFAFCC in popluar color models

CFAFCC
RGB207175204
HSL306°25.00%74.90%
HSB/HSV306°15.46%81.18%
CMYK0.00%15.46%1.45%
18.82%

Color #CFAFCC in popluar number systems.

HEXCFAFCC
Decimal207175204
Binary110011111010111111001100
Octal317257314

Shades and tints

Shades of #CFAFCC

#CFAFCC
(207,175,204)
#BDA0BA
(189,160,186)
#AB91A8
(171,145,168)
#998296
(153,130,150)
#877384
(135,115,132)
#756472
(117,100,114)
#635560
(99,85,96)
#51464E
(81,70,78)
#3F373C
(63,55,60)
#2D282A
(45,40,42)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #CFAFCC

#CFAFCC
(207,175,204)
#D3B6D0
(211,182,208)
#D7BDD4
(215,189,212)
#DBC4D8
(219,196,216)
#DFCBDC
(223,203,220)
#E3D2E0
(227,210,224)
#E7D9E4
(231,217,228)
#EBE0E8
(235,224,232)
#EFE7EC
(239,231,236)
#F3EEF0
(243,238,240)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAFCC; }

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

This text font color is #CFAFCC.


Background Color

.myBgColor { background-color: #CFAFCC; }

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

This div background color is #CFAFCC.


Border color

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

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

This div border color is #CFAFCC.


Opacity

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

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

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

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

This text has shadow with #CFAFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAFCC on black background.


Color preview on white background

This text has color #CFAFCC on white background.



Black color preview on #CFAFCC background

This text has black color on #CFAFCC background.


White color preview on #CFAFCC background

This text has white color on #CFAFCC background.