COLOR #DCBBE7

HEX: #DCBBE7 RGB: (220,187,231)

Color info

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

RGB color model

#DCBBE7 color RGB value is (220,187,231).

RGB: (220,187,231) (86%, 73%, 91%)

RGB channels and saturation

R 220 of 255 = 86%
G 187 of 255 = 73%
B 231 of 255 = 91%

220
187
231

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

Portions of RGB colors in percentages

R + G + B = 220 + 187 + 231 = 638 (100%)
R 220 of 638 ~ 34.48%
G 187 of 638 ~ 29.31%
B 231 of 638 ~ 36.21'%

%34.48
%29.31
%36.21

CMYK color model

#DCBBE7 color CMYK value is (5,19,0,9).

  • cyan value is 4.76%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (5,19,0,9)
C5M19Y0K9 (5%, 19%, 0%, 9%)
(0.05 / 0.19 / 0.00 / 0.09)

CMYK percentages

%4.76
%19.05
%0
%9.41

Codes

Color #DCBBE7 in popluar color models

DC BB E7
RGB 220 187 231
HSL 285° 47.83% 81.96%
HSB/HSV 285° 19.05% 90.59%
CMYK 4.76% 19.05% 0.00%
9.41%

Color #DCBBE7 in popluar number systems.

HEX DC BB E7
Decimal 220 187 231
Binary 11011100 10111011 11100111
Octal 334 273 347

Shades and tints

Shades of #DCBBE7

#DCBBE7
(220,187,231)
#C8AAD2
(200,170,210)
#B499BD
(180,153,189)
#A088A8
(160,136,168)
#8C7793
(140,119,147)
#78667E
(120,102,126)
#645569
(100,85,105)
#504454
(80,68,84)
#3C333F
(60,51,63)
#28222A
(40,34,42)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #DCBBE7

#DCBBE7
(220,187,231)
#DFC1E9
(223,193,233)
#E2C7EB
(226,199,235)
#E5CDED
(229,205,237)
#E8D3EF
(232,211,239)
#EBD9F1
(235,217,241)
#EEDFF3
(238,223,243)
#F1E5F5
(241,229,245)
#F4EBF7
(244,235,247)
#F7F1F9
(247,241,249)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBBE7 color. Also use rgb(220,187,231) instead hex code.

Text Font Color

.myTextColor { color: #DCBBE7; }

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

This text font color is #DCBBE7.

Background Color

.myBgColor { background-color: #DCBBE7; }

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

This div background color is #DCBBE7.

Border color

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

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

This div border color is #DCBBE7.

Opacity

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

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

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

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

This text has shadow with #DCBBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCBBE7.

Preview

Color preview on black background

This text has color #DCBBE7 on black background.


Color preview on white background

This text has color #DCBBE7 on white background.


Black color preview on #DCBBE7 background

This text has black color on #DCBBE7 background.


White color preview on #DCBBE7 background

This text has white color on #DCBBE7 background.


Related colors

Complementary color

Complementary color for #hex is #234418.


I love getcolorcode.com

Triadic colors

1 #E7DCBB and #BBE7DC with #DCBBE7 are triadic colors.

2 #E7BBDC and #BBDCE7 with #DCBBE7 are triadic colors.