COLOR #D2BCCA

HEX: #D2BCCA
RGB: (210,188,202)

Color info

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

RGB color model

#D2BCCA color RGB value is (210,188,202).

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

RGB channels and saturation

R 210 of 255 = 82%
G 188 of 255 = 74%
B 202 of 255 = 79%

210
188
202

R + G + B ~ 78%. #D2BCCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 188 + 202 = 600 (100%)
R 210 of 600 ~ 35%
G 188 of 600 ~ 31.33%
B 202 of 600 ~ 33.67%

%35
%31.33
%33.67

CMYK color model

#D2BCCA color CMYK value is (0,10,4,18).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(0,10,4,18)
C0M10Y4K18 
(0%,10%,4%,18%)
(0.00/0.10/0.04/0.18)	

CMYK percentages

%0
%10.48
%3.81
%17.65

Codes

Color #D2BCCA in popluar color models

D2BCCA
RGB210188202
HSL322°19.64%78.04%
HSB/HSV322°10.48%82.35%
CMYK0.00%10.48%3.81%
17.65%

Color #D2BCCA in popluar number systems.

HEXD2BCCA
Decimal210188202
Binary110100101011110011001010
Octal322274312

Shades and tints

Shades of #D2BCCA

#D2BCCA
(210,188,202)
#BFABB8
(191,171,184)
#AC9AA6
(172,154,166)
#998994
(153,137,148)
#867882
(134,120,130)
#736770
(115,103,112)
#60565E
(96,86,94)
#4D454C
(77,69,76)
#3A343A
(58,52,58)
#272328
(39,35,40)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #D2BCCA

#D2BCCA
(210,188,202)
#D6C2CE
(214,194,206)
#DAC8D2
(218,200,210)
#DECED6
(222,206,214)
#E2D4DA
(226,212,218)
#E6DADE
(230,218,222)
#EAE0E2
(234,224,226)
#EEE6E6
(238,230,230)
#F2ECEA
(242,236,234)
#F6F2EE
(246,242,238)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BCCA; }

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

This text font color is #D2BCCA.


Background Color

.myBgColor { background-color: #D2BCCA; }

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

This div background color is #D2BCCA.


Border color

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

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

This div border color is #D2BCCA.


Opacity

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

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

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

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

This text has shadow with #D2BCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BCCA on black background.


Color preview on white background

This text has color #D2BCCA on white background.



Black color preview on #D2BCCA background

This text has black color on #D2BCCA background.


White color preview on #D2BCCA background

This text has white color on #D2BCCA background.