COLOR #D4BDDC

HEX: #D4BDDC RGB: (212,189,220)

Color info

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

RGB color model

#D4BDDC color RGB value is (212,189,220).

RGB: (212,189,220) (83%, 74%, 86%)

RGB channels and saturation

R 212 of 255 = 83%
G 189 of 255 = 74%
B 220 of 255 = 86%

212
189
220

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

Portions of RGB colors in percentages

R + G + B = 212 + 189 + 220 = 621 (100%)
R 212 of 621 ~ 34.14%
G 189 of 621 ~ 30.43%
B 220 of 621 ~ 35.43'%

%34.14
%30.43
%35.43

CMYK color model

#D4BDDC color CMYK value is (4,14,0,14).

  • cyan value is 3.64%
  • magenta value is 14.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (4,14,0,14)
C4M14Y0K14 (4%, 14%, 0%, 14%)
(0.04 / 0.14 / 0.00 / 0.14)

CMYK percentages

%3.64
%14.09
%0
%13.73

Codes

Color #D4BDDC in popluar color models

D4 BD DC
RGB 212 189 220
HSL 285° 30.69% 80.20%
HSB/HSV 285° 14.09% 86.27%
CMYK 3.64% 14.09% 0.00%
13.73%

Color #D4BDDC in popluar number systems.

HEX D4 BD DC
Decimal 212 189 220
Binary 11010100 10111101 11011100
Octal 324 275 334

Shades and tints

Shades of #D4BDDC

#D4BDDC
(212,189,220)
#C1ACC8
(193,172,200)
#AE9BB4
(174,155,180)
#9B8AA0
(155,138,160)
#88798C
(136,121,140)
#756878
(117,104,120)
#625764
(98,87,100)
#4F4650
(79,70,80)
#3C353C
(60,53,60)
#292428
(41,36,40)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #D4BDDC

#D4BDDC
(212,189,220)
#D7C3DF
(215,195,223)
#DAC9E2
(218,201,226)
#DDCFE5
(221,207,229)
#E0D5E8
(224,213,232)
#E3DBEB
(227,219,235)
#E6E1EE
(230,225,238)
#E9E7F1
(233,231,241)
#ECEDF4
(236,237,244)
#EFF3F7
(239,243,247)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BDDC color. Also use rgb(212,189,220) instead hex code.

Text Font Color

.myTextColor { color: #D4BDDC; }

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

This text font color is #D4BDDC.

Background Color

.myBgColor { background-color: #D4BDDC; }

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

This div background color is #D4BDDC.

Border color

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

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

This div border color is #D4BDDC.

Opacity

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

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

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

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

This text has shadow with #D4BDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4BDDC.

Preview

Color preview on black background

This text has color #D4BDDC on black background.


Color preview on white background

This text has color #D4BDDC on white background.


Black color preview on #D4BDDC background

This text has black color on #D4BDDC background.


White color preview on #D4BDDC background

This text has white color on #D4BDDC background.


Related colors

Complementary color

Complementary color for #hex is #2B4223.


I love getcolorcode.com

Triadic colors

1 #DCD4BD and #BDDCD4 with #D4BDDC are triadic colors.

2 #DCBDD4 and #BDD4DC with #D4BDDC are triadic colors.