COLOR #DCAFE7

HEX: #DCAFE7
RGB: (220,175,231)

Color info

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

RGB color model

#DCAFE7 color RGB value is (220,175,231).

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

RGB channels and saturation

R 220 of 255 = 86%
G 175 of 255 = 69%
B 231 of 255 = 91%

220
175
231

R + G + B ~ 82%. #DCAFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 175 + 231 = 626 (100%)
R 220 of 626 ~ 35.14%
G 175 of 626 ~ 27.96%
B 231 of 626 ~ 36.9%

%35.14
%27.96
%36.9

CMYK color model

#DCAFE7 color CMYK value is (5,24,0,9).

  • cyan value is 4.76%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(5,24,0,9)
C5M24Y0K9 
(5%,24%,0%,9%)
(0.05/0.24/0.00/0.09)	

CMYK percentages

%4.76
%24.24
%0
%9.41

Codes

Color #DCAFE7 in popluar color models

DCAFE7
RGB220175231
HSL288°53.85%79.61%
HSB/HSV288°24.24%90.59%
CMYK4.76%24.24%0.00%
9.41%

Color #DCAFE7 in popluar number systems.

HEXDCAFE7
Decimal220175231
Binary110111001010111111100111
Octal334257347

Shades and tints

Shades of #DCAFE7

#DCAFE7
(220,175,231)
#C8A0D2
(200,160,210)
#B491BD
(180,145,189)
#A082A8
(160,130,168)
#8C7393
(140,115,147)
#78647E
(120,100,126)
#645569
(100,85,105)
#504654
(80,70,84)
#3C373F
(60,55,63)
#28282A
(40,40,42)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #DCAFE7

#DCAFE7
(220,175,231)
#DFB6E9
(223,182,233)
#E2BDEB
(226,189,235)
#E5C4ED
(229,196,237)
#E8CBEF
(232,203,239)
#EBD2F1
(235,210,241)
#EED9F3
(238,217,243)
#F1E0F5
(241,224,245)
#F4E7F7
(244,231,247)
#F7EEF9
(247,238,249)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCAFE7; }

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

This text font color is #DCAFE7.


Background Color

.myBgColor { background-color: #DCAFE7; }

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

This div background color is #DCAFE7.


Border color

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

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

This div border color is #DCAFE7.


Opacity

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

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

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

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

This text has shadow with #DCAFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAFE7 on black background.


Color preview on white background

This text has color #DCAFE7 on white background.



Black color preview on #DCAFE7 background

This text has black color on #DCAFE7 background.


White color preview on #DCAFE7 background

This text has white color on #DCAFE7 background.