COLOR #DCB0E2

HEX: #DCB0E2
RGB: (220,176,226)

Color info

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

RGB color model

#DCB0E2 color RGB value is (220,176,226).

  • red value is 220;
  • green value is 176;
  • blue value is 226.
RGB:
(220,176,226)
(86%,69%,89%)

RGB channels and saturation

R 220 of 255 = 86%
G 176 of 255 = 69%
B 226 of 255 = 89%

220
176
226

R + G + B ~ 81%. #DCB0E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 176 + 226 = 622 (100%)
R 220 of 622 ~ 35.37%
G 176 of 622 ~ 28.3%
B 226 of 622 ~ 36.33%

%35.37
%28.3
%36.33

CMYK color model

#DCB0E2 color CMYK value is (3,22,0,11).

  • cyan value is 2.65%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(3,22,0,11)
C3M22Y0K11 
(3%,22%,0%,11%)
(0.03/0.22/0.00/0.11)	

CMYK percentages

%2.65
%22.12
%0
%11.37

Codes

Color #DCB0E2 in popluar color models

DCB0E2
RGB220176226
HSL293°46.30%78.82%
HSB/HSV293°22.12%88.63%
CMYK2.65%22.12%0.00%
11.37%

Color #DCB0E2 in popluar number systems.

HEXDCB0E2
Decimal220176226
Binary110111001011000011100010
Octal334260342

Shades and tints

Shades of #DCB0E2

#DCB0E2
(220,176,226)
#C8A0CE
(200,160,206)
#B490BA
(180,144,186)
#A080A6
(160,128,166)
#8C7092
(140,112,146)
#78607E
(120,96,126)
#64506A
(100,80,106)
#504056
(80,64,86)
#3C3042
(60,48,66)
#28202E
(40,32,46)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #DCB0E2

#DCB0E2
(220,176,226)
#DFB7E4
(223,183,228)
#E2BEE6
(226,190,230)
#E5C5E8
(229,197,232)
#E8CCEA
(232,204,234)
#EBD3EC
(235,211,236)
#EEDAEE
(238,218,238)
#F1E1F0
(241,225,240)
#F4E8F2
(244,232,242)
#F7EFF4
(247,239,244)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB0E2 color. Also use rgb(220,176,226) instead hex code.

Text Font Color

.myTextColor { color: #DCB0E2; }

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

This text font color is #DCB0E2.


Background Color

.myBgColor { background-color: #DCB0E2; }

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

This div background color is #DCB0E2.


Border color

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

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

This div border color is #DCB0E2.


Opacity

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

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

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

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

This text has shadow with #DCB0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB0E2 on black background.


Color preview on white background

This text has color #DCB0E2 on white background.



Black color preview on #DCB0E2 background

This text has black color on #DCB0E2 background.


White color preview on #DCB0E2 background

This text has white color on #DCB0E2 background.