COLOR #DCB7EC

HEX: #DCB7EC RGB: (220,183,236)

Color info

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

RGB color model

#DCB7EC color RGB value is (220,183,236).

RGB: (220,183,236) (86%, 72%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 183 of 255 = 72%
B 236 of 255 = 93%

220
183
236

R + G + B ~ 84%. #DCB7EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 183 + 236 = 639 (100%)
R 220 of 639 ~ 34.43%
G 183 of 639 ~ 28.64%
B 236 of 639 ~ 36.93'%

%34.43
%28.64
%36.93

CMYK color model

#DCB7EC color CMYK value is (7,22,0,7).

  • cyan value is 6.78%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (7,22,0,7)
C7M22Y0K7 (7%, 22%, 0%, 7%)
(0.07 / 0.22 / 0.00 / 0.07)

CMYK percentages

%6.78
%22.46
%0
%7.45

Codes

Color #DCB7EC in popluar color models

DC B7 EC
RGB 220 183 236
HSL 282° 58.24% 82.16%
HSB/HSV 282° 22.46% 92.55%
CMYK 6.78% 22.46% 0.00%
7.45%

Color #DCB7EC in popluar number systems.

HEX DC B7 EC
Decimal 220 183 236
Binary 11011100 10110111 11101100
Octal 334 267 354

Shades and tints

Shades of #DCB7EC

#DCB7EC
(220,183,236)
#C8A7D7
(200,167,215)
#B497C2
(180,151,194)
#A087AD
(160,135,173)
#8C7798
(140,119,152)
#786783
(120,103,131)
#64576E
(100,87,110)
#504759
(80,71,89)
#3C3744
(60,55,68)
#28272F
(40,39,47)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #DCB7EC

#DCB7EC
(220,183,236)
#DFBDED
(223,189,237)
#E2C3EE
(226,195,238)
#E5C9EF
(229,201,239)
#E8CFF0
(232,207,240)
#EBD5F1
(235,213,241)
#EEDBF2
(238,219,242)
#F1E1F3
(241,225,243)
#F4E7F4
(244,231,244)
#F7EDF5
(247,237,245)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB7EC color. Also use rgb(220,183,236) instead hex code.

Text Font Color

.myTextColor { color: #DCB7EC; }

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

This text font color is #DCB7EC.

Background Color

.myBgColor { background-color: #DCB7EC; }

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

This div background color is #DCB7EC.

Border color

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

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

This div border color is #DCB7EC.

Opacity

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

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

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

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

This text has shadow with #DCB7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB7EC.

Preview

Color preview on black background

This text has color #DCB7EC on black background.


Color preview on white background

This text has color #DCB7EC on white background.


Black color preview on #DCB7EC background

This text has black color on #DCB7EC background.


White color preview on #DCB7EC background

This text has white color on #DCB7EC background.


Related colors

Complementary color

Complementary color for #hex is #234813.


I love getcolorcode.com

Triadic colors

1 #ECDCB7 and #B7ECDC with #DCB7EC are triadic colors.

2 #ECB7DC and #B7DCEC with #DCB7EC are triadic colors.