COLOR #D0BAD1

HEX: #D0BAD1
RGB: (208,186,209)

Color info

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

RGB color model

#D0BAD1 color RGB value is (208,186,209).

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

RGB channels and saturation

R 208 of 255 = 82%
G 186 of 255 = 73%
B 209 of 255 = 82%

208
186
209

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

Portions of RGB colors in percentages

R + G + B =
208 + 186 + 209 = 603 (100%)
R 208 of 603 ~ 34.49%
G 186 of 603 ~ 30.85%
B 209 of 603 ~ 34.66%

%34.49
%30.85
%34.66

CMYK color model

#D0BAD1 color CMYK value is (0,11,0,18).

  • cyan value is 0.48%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(0,11,0,18)
C0M11Y0K18 
(0%,11%,0%,18%)
(0.00/0.11/0.00/0.18)	

CMYK percentages

%0.48
%11
%0
%18.04

Codes

Color #D0BAD1 in popluar color models

D0BAD1
RGB208186209
HSL297°20.00%77.45%
HSB/HSV297°11.00%81.96%
CMYK0.48%11.00%0.00%
18.04%

Color #D0BAD1 in popluar number systems.

HEXD0BAD1
Decimal208186209
Binary110100001011101011010001
Octal320272321

Shades and tints

Shades of #D0BAD1

#D0BAD1
(208,186,209)
#BEAABE
(190,170,190)
#AC9AAB
(172,154,171)
#9A8A98
(154,138,152)
#887A85
(136,122,133)
#766A72
(118,106,114)
#645A5F
(100,90,95)
#524A4C
(82,74,76)
#403A39
(64,58,57)
#2E2A26
(46,42,38)
#1C1A13
(28,26,19)
#000000
(0,0,0)

Tints of #D0BAD1

#D0BAD1
(208,186,209)
#D4C0D5
(212,192,213)
#D8C6D9
(216,198,217)
#DCCCDD
(220,204,221)
#E0D2E1
(224,210,225)
#E4D8E5
(228,216,229)
#E8DEE9
(232,222,233)
#ECE4ED
(236,228,237)
#F0EAF1
(240,234,241)
#F4F0F5
(244,240,245)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BAD1; }

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

This text font color is #D0BAD1.


Background Color

.myBgColor { background-color: #D0BAD1; }

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

This div background color is #D0BAD1.


Border color

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

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

This div border color is #D0BAD1.


Opacity

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

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

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

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

This text has shadow with #D0BAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BAD1 on black background.


Color preview on white background

This text has color #D0BAD1 on white background.



Black color preview on #D0BAD1 background

This text has black color on #D0BAD1 background.


White color preview on #D0BAD1 background

This text has white color on #D0BAD1 background.