COLOR #D0BBD0

HEX: #D0BBD0
RGB: (208,187,208)

Color info

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

RGB color model

#D0BBD0 color RGB value is (208,187,208).

  • red value is 208;
  • green value is 187;
  • blue value is 208.
RGB:
(208,187,208)
(82%,73%,82%)

RGB channels and saturation

R 208 of 255 = 82%
G 187 of 255 = 73%
B 208 of 255 = 82%

208
187
208

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

Portions of RGB colors in percentages

R + G + B =
208 + 187 + 208 = 603 (100%)
R 208 of 603 ~ 34.49%
G 187 of 603 ~ 31.01%
B 208 of 603 ~ 34.49%

%34.49
%31.01
%34.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(0,10,0,18)
C0M10Y0K18 
(0%,10%,0%,18%)
(0.00/0.10/0.00/0.18)	

CMYK percentages

%0
%10.1
%0
%18.43

Codes

Color #D0BBD0 in popluar color models

D0BBD0
RGB208187208
HSL300°18.26%77.45%
HSB/HSV300°10.10%81.57%
CMYK0.00%10.10%0.00%
18.43%

Color #D0BBD0 in popluar number systems.

HEXD0BBD0
Decimal208187208
Binary110100001011101111010000
Octal320273320

Shades and tints

Shades of #D0BBD0

#D0BBD0
(208,187,208)
#BEAABE
(190,170,190)
#AC99AC
(172,153,172)
#9A889A
(154,136,154)
#887788
(136,119,136)
#766676
(118,102,118)
#645564
(100,85,100)
#524452
(82,68,82)
#403340
(64,51,64)
#2E222E
(46,34,46)
#1C111C
(28,17,28)
#000000
(0,0,0)

Tints of #D0BBD0

#D0BBD0
(208,187,208)
#D4C1D4
(212,193,212)
#D8C7D8
(216,199,216)
#DCCDDC
(220,205,220)
#E0D3E0
(224,211,224)
#E4D9E4
(228,217,228)
#E8DFE8
(232,223,232)
#ECE5EC
(236,229,236)
#F0EBF0
(240,235,240)
#F4F1F4
(244,241,244)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BBD0; }

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

This text font color is #D0BBD0.


Background Color

.myBgColor { background-color: #D0BBD0; }

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

This div background color is #D0BBD0.


Border color

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

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

This div border color is #D0BBD0.


Opacity

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

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

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

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

This text has shadow with #D0BBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BBD0 on black background.


Color preview on white background

This text has color #D0BBD0 on white background.



Black color preview on #D0BBD0 background

This text has black color on #D0BBD0 background.


White color preview on #D0BBD0 background

This text has white color on #D0BBD0 background.