COLOR #D2BCCD

HEX: #D2BCCD
RGB: (210,188,205)

Color info

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

RGB color model

#D2BCCD color RGB value is (210,188,205).

  • red value is 210;
  • green value is 188;
  • blue value is 205.
RGB:
(210,188,205)
(82%,74%,80%)

RGB channels and saturation

R 210 of 255 = 82%
G 188 of 255 = 74%
B 205 of 255 = 80%

210
188
205

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

Portions of RGB colors in percentages

R + G + B =
210 + 188 + 205 = 603 (100%)
R 210 of 603 ~ 34.83%
G 188 of 603 ~ 31.18%
B 205 of 603 ~ 34%

%34.83
%31.18
%34

CMYK color model

#D2BCCD color CMYK value is (0,10,2,18).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 2.38%
  • key color value is 17.65%
CMYK:
(0,10,2,18)
C0M10Y2K18 
(0%,10%,2%,18%)
(0.00/0.10/0.02/0.18)	

CMYK percentages

%0
%10.48
%2.38
%17.65

Codes

Color #D2BCCD in popluar color models

D2BCCD
RGB210188205
HSL314°19.64%78.04%
HSB/HSV314°10.48%82.35%
CMYK0.00%10.48%2.38%
17.65%

Color #D2BCCD in popluar number systems.

HEXD2BCCD
Decimal210188205
Binary110100101011110011001101
Octal322274315

Shades and tints

Shades of #D2BCCD

#D2BCCD
(210,188,205)
#BFABBB
(191,171,187)
#AC9AA9
(172,154,169)
#998997
(153,137,151)
#867885
(134,120,133)
#736773
(115,103,115)
#605661
(96,86,97)
#4D454F
(77,69,79)
#3A343D
(58,52,61)
#27232B
(39,35,43)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #D2BCCD

#D2BCCD
(210,188,205)
#D6C2D1
(214,194,209)
#DAC8D5
(218,200,213)
#DECED9
(222,206,217)
#E2D4DD
(226,212,221)
#E6DAE1
(230,218,225)
#EAE0E5
(234,224,229)
#EEE6E9
(238,230,233)
#F2ECED
(242,236,237)
#F6F2F1
(246,242,241)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BCCD; }

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

This text font color is #D2BCCD.


Background Color

.myBgColor { background-color: #D2BCCD; }

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

This div background color is #D2BCCD.


Border color

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

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

This div border color is #D2BCCD.


Opacity

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

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

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

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

This text has shadow with #D2BCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BCCD on black background.


Color preview on white background

This text has color #D2BCCD on white background.



Black color preview on #D2BCCD background

This text has black color on #D2BCCD background.


White color preview on #D2BCCD background

This text has white color on #D2BCCD background.