COLOR #D0BBDA

HEX: #D0BBDA
RGB: (208,187,218)

Color info

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

RGB color model

#D0BBDA color RGB value is (208,187,218).

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

RGB channels and saturation

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

208
187
218

R + G + B ~ 80%. #D0BBDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 187 + 218 = 613 (100%)
R 208 of 613 ~ 33.93%
G 187 of 613 ~ 30.51%
B 218 of 613 ~ 35.56%

%33.93
%30.51
%35.56

CMYK color model

#D0BBDA color CMYK value is (5,14,0,15).

  • cyan value is 4.59%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(5,14,0,15)
C5M14Y0K15 
(5%,14%,0%,15%)
(0.05/0.14/0.00/0.15)	

CMYK percentages

%4.59
%14.22
%0
%14.51

Codes

Color #D0BBDA in popluar color models

D0BBDA
RGB208187218
HSL281°29.52%79.41%
HSB/HSV281°14.22%85.49%
CMYK4.59%14.22%0.00%
14.51%

Color #D0BBDA in popluar number systems.

HEXD0BBDA
Decimal208187218
Binary110100001011101111011010
Octal320273332

Shades and tints

Shades of #D0BBDA

#D0BBDA
(208,187,218)
#BEAAC7
(190,170,199)
#AC99B4
(172,153,180)
#9A88A1
(154,136,161)
#88778E
(136,119,142)
#76667B
(118,102,123)
#645568
(100,85,104)
#524455
(82,68,85)
#403342
(64,51,66)
#2E222F
(46,34,47)
#1C111C
(28,17,28)
#000000
(0,0,0)

Tints of #D0BBDA

#D0BBDA
(208,187,218)
#D4C1DD
(212,193,221)
#D8C7E0
(216,199,224)
#DCCDE3
(220,205,227)
#E0D3E6
(224,211,230)
#E4D9E9
(228,217,233)
#E8DFEC
(232,223,236)
#ECE5EF
(236,229,239)
#F0EBF2
(240,235,242)
#F4F1F5
(244,241,245)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BBDA; }

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

This text font color is #D0BBDA.


Background Color

.myBgColor { background-color: #D0BBDA; }

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

This div background color is #D0BBDA.


Border color

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

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

This div border color is #D0BBDA.


Opacity

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

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

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

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

This text has shadow with #D0BBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BBDA on black background.


Color preview on white background

This text has color #D0BBDA on white background.



Black color preview on #D0BBDA background

This text has black color on #D0BBDA background.


White color preview on #D0BBDA background

This text has white color on #D0BBDA background.