COLOR #D4BCCD

HEX: #D4BCCD RGB: (212,188,205)

Color info

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

RGB color model

#D4BCCD color RGB value is (212,188,205).

RGB: (212,188,205) (83%, 74%, 80%)

RGB channels and saturation

R 212 of 255 = 83%
G 188 of 255 = 74%
B 205 of 255 = 80%

212
188
205

R + G + B ~ 79%. #D4BCCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 188 + 205 = 605 (100%)
R 212 of 605 ~ 35.04%
G 188 of 605 ~ 31.07%
B 205 of 605 ~ 33.88'%

%35.04
%31.07
%33.88

CMYK color model

#D4BCCD color CMYK value is (0,11,3,17).

  • cyan value is 0.00%
  • magenta value is 11.32%
  • yellow value is 3.30%
  • key color value is 16.86%

CMYK: (0,11,3,17)
C0M11Y3K17 (0%, 11%, 3%, 17%)
(0.00 / 0.11 / 0.03 / 0.17)

CMYK percentages

%0
%11.32
%3.3
%16.86

Codes

Color #D4BCCD in popluar color models

D4 BC CD
RGB 212 188 205
HSL 318° 21.82% 78.43%
HSB/HSV 318° 11.32% 83.14%
CMYK 0.00% 11.32% 3.30%
16.86%

Color #D4BCCD in popluar number systems.

HEX D4 BC CD
Decimal 212 188 205
Binary 11010100 10111100 11001101
Octal 324 274 315

Shades and tints

Shades of #D4BCCD

#D4BCCD
(212,188,205)
#C1ABBB
(193,171,187)
#AE9AA9
(174,154,169)
#9B8997
(155,137,151)
#887885
(136,120,133)
#756773
(117,103,115)
#625661
(98,86,97)
#4F454F
(79,69,79)
#3C343D
(60,52,61)
#29232B
(41,35,43)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #D4BCCD

#D4BCCD
(212,188,205)
#D7C2D1
(215,194,209)
#DAC8D5
(218,200,213)
#DDCED9
(221,206,217)
#E0D4DD
(224,212,221)
#E3DAE1
(227,218,225)
#E6E0E5
(230,224,229)
#E9E6E9
(233,230,233)
#ECECED
(236,236,237)
#EFF2F1
(239,242,241)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BCCD color. Also use rgb(212,188,205) instead hex code.

Text Font Color

.myTextColor { color: #D4BCCD; }

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

This text font color is #D4BCCD.

Background Color

.myBgColor { background-color: #D4BCCD; }

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

This div background color is #D4BCCD.

Border color

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

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

This div border color is #D4BCCD.

Opacity

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

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

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

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

This text has shadow with #D4BCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4BCCD.

Preview

Color preview on black background

This text has color #D4BCCD on black background.


Color preview on white background

This text has color #D4BCCD on white background.


Black color preview on #D4BCCD background

This text has black color on #D4BCCD background.


White color preview on #D4BCCD background

This text has white color on #D4BCCD background.


Related colors

Complementary color

Complementary color for #hex is #2B4332.


I love getcolorcode.com

Triadic colors

1 #CDD4BC and #BCCDD4 with #D4BCCD are triadic colors.

2 #CDBCD4 and #BCD4CD with #D4BCCD are triadic colors.