COLOR #DCBAE4

HEX: #DCBAE4
RGB: (220,186,228)

Color info

#DCBAE4 contains red, green and blue colors in about the same proportion. Web safe color of #DCBAE4 is #CCCCCC (or #CCC).

RGB color model

#DCBAE4 color RGB value is (220,186,228).

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

RGB channels and saturation

R 220 of 255 = 86%
G 186 of 255 = 73%
B 228 of 255 = 89%

220
186
228

R + G + B ~ 83%. #DCBAE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 186 + 228 = 634 (100%)
R 220 of 634 ~ 34.7%
G 186 of 634 ~ 29.34%
B 228 of 634 ~ 35.96%

%34.7
%29.34
%35.96

CMYK color model

#DCBAE4 color CMYK value is (4,18,0,11).

  • cyan value is 3.51%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(4,18,0,11)
C4M18Y0K11 
(4%,18%,0%,11%)
(0.04/0.18/0.00/0.11)	

CMYK percentages

%3.51
%18.42
%0
%10.59

Codes

Color #DCBAE4 in popluar color models

DCBAE4
RGB220186228
HSL289°43.75%81.18%
HSB/HSV289°18.42%89.41%
CMYK3.51%18.42%0.00%
10.59%

Color #DCBAE4 in popluar number systems.

HEXDCBAE4
Decimal220186228
Binary110111001011101011100100
Octal334272344

Shades and tints

Shades of #DCBAE4

#DCBAE4
(220,186,228)
#C8AAD0
(200,170,208)
#B49ABC
(180,154,188)
#A08AA8
(160,138,168)
#8C7A94
(140,122,148)
#786A80
(120,106,128)
#645A6C
(100,90,108)
#504A58
(80,74,88)
#3C3A44
(60,58,68)
#282A30
(40,42,48)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #DCBAE4

#DCBAE4
(220,186,228)
#DFC0E6
(223,192,230)
#E2C6E8
(226,198,232)
#E5CCEA
(229,204,234)
#E8D2EC
(232,210,236)
#EBD8EE
(235,216,238)
#EEDEF0
(238,222,240)
#F1E4F2
(241,228,242)
#F4EAF4
(244,234,244)
#F7F0F6
(247,240,246)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBAE4; }

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

This text font color is #DCBAE4.


Background Color

.myBgColor { background-color: #DCBAE4; }

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

This div background color is #DCBAE4.


Border color

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

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

This div border color is #DCBAE4.


Opacity

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

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

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

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

This text has shadow with #DCBAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBAE4 on black background.


Color preview on white background

This text has color #DCBAE4 on white background.



Black color preview on #DCBAE4 background

This text has black color on #DCBAE4 background.


White color preview on #DCBAE4 background

This text has white color on #DCBAE4 background.