COLOR #DCBAF4

HEX: #DCBAF4
RGB: (220,186,244)

Color info

#DCBAF4 contains red, green and blue colors in about the same proportion. Web safe color of #DCBAF4 is #CCCCFF (or #CCF).

RGB color model

#DCBAF4 color RGB value is (220,186,244).

  • red value is 220;
  • green value is 186;
  • blue value is 244.
RGB:
(220,186,244)
(86%,73%,96%)

RGB channels and saturation

R 220 of 255 = 86%
G 186 of 255 = 73%
B 244 of 255 = 96%

220
186
244

R + G + B ~ 85%. #DCBAF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 186 + 244 = 650 (100%)
R 220 of 650 ~ 33.85%
G 186 of 650 ~ 28.62%
B 244 of 650 ~ 37.54%

%33.85
%28.62
%37.54

CMYK color model

#DCBAF4 color CMYK value is (10,24,0,4).

  • cyan value is 9.84%
  • magenta value is 23.77%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(10,24,0,4)
C10M24Y0K4 
(10%,24%,0%,4%)
(0.10/0.24/0.00/0.04)	

CMYK percentages

%9.84
%23.77
%0
%4.31

Codes

Color #DCBAF4 in popluar color models

DCBAF4
RGB220186244
HSL275°72.50%84.31%
HSB/HSV275°23.77%95.69%
CMYK9.84%23.77%0.00%
4.31%

Color #DCBAF4 in popluar number systems.

HEXDCBAF4
Decimal220186244
Binary110111001011101011110100
Octal334272364

Shades and tints

Shades of #DCBAF4

#DCBAF4
(220,186,244)
#C8AADE
(200,170,222)
#B49AC8
(180,154,200)
#A08AB2
(160,138,178)
#8C7A9C
(140,122,156)
#786A86
(120,106,134)
#645A70
(100,90,112)
#504A5A
(80,74,90)
#3C3A44
(60,58,68)
#282A2E
(40,42,46)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #DCBAF4

#DCBAF4
(220,186,244)
#DFC0F5
(223,192,245)
#E2C6F6
(226,198,246)
#E5CCF7
(229,204,247)
#E8D2F8
(232,210,248)
#EBD8F9
(235,216,249)
#EEDEFA
(238,222,250)
#F1E4FB
(241,228,251)
#F4EAFC
(244,234,252)
#F7F0FD
(247,240,253)
#FAF6FE
(250,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBAF4 color. Also use rgb(220,186,244) instead hex code.

Text Font Color

.myTextColor { color: #DCBAF4; }

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

This text font color is #DCBAF4.


Background Color

.myBgColor { background-color: #DCBAF4; }

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

This div background color is #DCBAF4.


Border color

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

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

This div border color is #DCBAF4.


Opacity

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

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

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

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

This text has shadow with #DCBAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBAF4 on black background.


Color preview on white background

This text has color #DCBAF4 on white background.



Black color preview on #DCBAF4 background

This text has black color on #DCBAF4 background.


White color preview on #DCBAF4 background

This text has white color on #DCBAF4 background.