COLOR #D1BAD0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

209
186
208

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

Portions of RGB colors in percentages

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

%34.66
%30.85
%34.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.00%
  • yellow value is 0.48%
  • 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
%11
%0.48
%18.04

Codes

Color #D1BAD0 in popluar color models

D1BAD0
RGB209186208
HSL303°20.00%77.45%
HSB/HSV303°11.00%81.96%
CMYK0.00%11.00%0.48%
18.04%

Color #D1BAD0 in popluar number systems.

HEXD1BAD0
Decimal209186208
Binary110100011011101011010000
Octal321272320

Shades and tints

Shades of #D1BAD0

#D1BAD0
(209,186,208)
#BEAABE
(190,170,190)
#AB9AAC
(171,154,172)
#988A9A
(152,138,154)
#857A88
(133,122,136)
#726A76
(114,106,118)
#5F5A64
(95,90,100)
#4C4A52
(76,74,82)
#393A40
(57,58,64)
#262A2E
(38,42,46)
#131A1C
(19,26,28)
#000000
(0,0,0)

Tints of #D1BAD0

#D1BAD0
(209,186,208)
#D5C0D4
(213,192,212)
#D9C6D8
(217,198,216)
#DDCCDC
(221,204,220)
#E1D2E0
(225,210,224)
#E5D8E4
(229,216,228)
#E9DEE8
(233,222,232)
#EDE4EC
(237,228,236)
#F1EAF0
(241,234,240)
#F5F0F4
(245,240,244)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BAD0; }

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

This text font color is #D1BAD0.


Background Color

.myBgColor { background-color: #D1BAD0; }

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

This div background color is #D1BAD0.


Border color

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

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

This div border color is #D1BAD0.


Opacity

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

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

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

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

This text has shadow with #D1BAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BAD0 on black background.


Color preview on white background

This text has color #D1BAD0 on white background.



Black color preview on #D1BAD0 background

This text has black color on #D1BAD0 background.


White color preview on #D1BAD0 background

This text has white color on #D1BAD0 background.