COLOR #DCAFCC

HEX: #DCAFCC
RGB: (220,175,204)

Color info

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

RGB color model

#DCAFCC color RGB value is (220,175,204).

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

RGB channels and saturation

R 220 of 255 = 86%
G 175 of 255 = 69%
B 204 of 255 = 80%

220
175
204

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

Portions of RGB colors in percentages

R + G + B =
220 + 175 + 204 = 599 (100%)
R 220 of 599 ~ 36.73%
G 175 of 599 ~ 29.22%
B 204 of 599 ~ 34.06%

%36.73
%29.22
%34.06

CMYK color model

#DCAFCC color CMYK value is (0,20,7,14).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 7.27%
  • key color value is 13.73%
CMYK:
(0,20,7,14)
C0M20Y7K14 
(0%,20%,7%,14%)
(0.00/0.20/0.07/0.14)	

CMYK percentages

%0
%20.45
%7.27
%13.73

Codes

Color #DCAFCC in popluar color models

DCAFCC
RGB220175204
HSL321°39.13%77.45%
HSB/HSV321°20.45%86.27%
CMYK0.00%20.45%7.27%
13.73%

Color #DCAFCC in popluar number systems.

HEXDCAFCC
Decimal220175204
Binary110111001010111111001100
Octal334257314

Shades and tints

Shades of #DCAFCC

#DCAFCC
(220,175,204)
#C8A0BA
(200,160,186)
#B491A8
(180,145,168)
#A08296
(160,130,150)
#8C7384
(140,115,132)
#786472
(120,100,114)
#645560
(100,85,96)
#50464E
(80,70,78)
#3C373C
(60,55,60)
#28282A
(40,40,42)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #DCAFCC

#DCAFCC
(220,175,204)
#DFB6D0
(223,182,208)
#E2BDD4
(226,189,212)
#E5C4D8
(229,196,216)
#E8CBDC
(232,203,220)
#EBD2E0
(235,210,224)
#EED9E4
(238,217,228)
#F1E0E8
(241,224,232)
#F4E7EC
(244,231,236)
#F7EEF0
(247,238,240)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCAFCC; }

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

This text font color is #DCAFCC.


Background Color

.myBgColor { background-color: #DCAFCC; }

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

This div background color is #DCAFCC.


Border color

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

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

This div border color is #DCAFCC.


Opacity

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

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

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

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

This text has shadow with #DCAFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAFCC on black background.


Color preview on white background

This text has color #DCAFCC on white background.



Black color preview on #DCAFCC background

This text has black color on #DCAFCC background.


White color preview on #DCAFCC background

This text has white color on #DCAFCC background.