COLOR #D0BCCA

HEX: #D0BCCA
RGB: (208,188,202)

Color info

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

RGB color model

#D0BCCA color RGB value is (208,188,202).

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

RGB channels and saturation

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

208
188
202

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

Portions of RGB colors in percentages

R + G + B =
208 + 188 + 202 = 598 (100%)
R 208 of 598 ~ 34.78%
G 188 of 598 ~ 31.44%
B 202 of 598 ~ 33.78%

%34.78
%31.44
%33.78

CMYK color model

#D0BCCA color CMYK value is (0,10,3,18).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 2.88%
  • key color value is 18.43%
CMYK:
(0,10,3,18)
C0M10Y3K18 
(0%,10%,3%,18%)
(0.00/0.10/0.03/0.18)	

CMYK percentages

%0
%9.62
%2.88
%18.43

Codes

Color #D0BCCA in popluar color models

D0BCCA
RGB208188202
HSL318°17.54%77.65%
HSB/HSV318°9.62%81.57%
CMYK0.00%9.62%2.88%
18.43%

Color #D0BCCA in popluar number systems.

HEXD0BCCA
Decimal208188202
Binary110100001011110011001010
Octal320274312

Shades and tints

Shades of #D0BCCA

#D0BCCA
(208,188,202)
#BEABB8
(190,171,184)
#AC9AA6
(172,154,166)
#9A8994
(154,137,148)
#887882
(136,120,130)
#766770
(118,103,112)
#64565E
(100,86,94)
#52454C
(82,69,76)
#40343A
(64,52,58)
#2E2328
(46,35,40)
#1C1216
(28,18,22)
#000000
(0,0,0)

Tints of #D0BCCA

#D0BCCA
(208,188,202)
#D4C2CE
(212,194,206)
#D8C8D2
(216,200,210)
#DCCED6
(220,206,214)
#E0D4DA
(224,212,218)
#E4DADE
(228,218,222)
#E8E0E2
(232,224,226)
#ECE6E6
(236,230,230)
#F0ECEA
(240,236,234)
#F4F2EE
(244,242,238)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BCCA; }

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

This text font color is #D0BCCA.


Background Color

.myBgColor { background-color: #D0BCCA; }

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

This div background color is #D0BCCA.


Border color

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

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

This div border color is #D0BCCA.


Opacity

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

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

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

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

This text has shadow with #D0BCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BCCA on black background.


Color preview on white background

This text has color #D0BCCA on white background.



Black color preview on #D0BCCA background

This text has black color on #D0BCCA background.


White color preview on #D0BCCA background

This text has white color on #D0BCCA background.