COLOR #DCB2E3

HEX: #DCB2E3
RGB: (220,178,227)

Color info

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

RGB color model

#DCB2E3 color RGB value is (220,178,227).

  • red value is 220;
  • green value is 178;
  • blue value is 227.
RGB:
(220,178,227)
(86%,70%,89%)

RGB channels and saturation

R 220 of 255 = 86%
G 178 of 255 = 70%
B 227 of 255 = 89%

220
178
227

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

Portions of RGB colors in percentages

R + G + B =
220 + 178 + 227 = 625 (100%)
R 220 of 625 ~ 35.2%
G 178 of 625 ~ 28.48%
B 227 of 625 ~ 36.32%

%35.2
%28.48
%36.32

CMYK color model

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

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

CMYK percentages

%3.08
%21.59
%0
%10.98

Codes

Color #DCB2E3 in popluar color models

DCB2E3
RGB220178227
HSL291°46.67%79.41%
HSB/HSV291°21.59%89.02%
CMYK3.08%21.59%0.00%
10.98%

Color #DCB2E3 in popluar number systems.

HEXDCB2E3
Decimal220178227
Binary110111001011001011100011
Octal334262343

Shades and tints

Shades of #DCB2E3

#DCB2E3
(220,178,227)
#C8A2CF
(200,162,207)
#B492BB
(180,146,187)
#A082A7
(160,130,167)
#8C7293
(140,114,147)
#78627F
(120,98,127)
#64526B
(100,82,107)
#504257
(80,66,87)
#3C3243
(60,50,67)
#28222F
(40,34,47)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #DCB2E3

#DCB2E3
(220,178,227)
#DFB9E5
(223,185,229)
#E2C0E7
(226,192,231)
#E5C7E9
(229,199,233)
#E8CEEB
(232,206,235)
#EBD5ED
(235,213,237)
#EEDCEF
(238,220,239)
#F1E3F1
(241,227,241)
#F4EAF3
(244,234,243)
#F7F1F5
(247,241,245)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB2E3 color. Also use rgb(220,178,227) instead hex code.

Text Font Color

.myTextColor { color: #DCB2E3; }

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

This text font color is #DCB2E3.


Background Color

.myBgColor { background-color: #DCB2E3; }

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

This div background color is #DCB2E3.


Border color

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

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

This div border color is #DCB2E3.


Opacity

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

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

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

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

This text has shadow with #DCB2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB2E3 on black background.


Color preview on white background

This text has color #DCB2E3 on white background.



Black color preview on #DCB2E3 background

This text has black color on #DCB2E3 background.


White color preview on #DCB2E3 background

This text has white color on #DCB2E3 background.