COLOR #D1BEDA

HEX: #D1BEDA RGB: (209,190,218)

Color info

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

RGB color model

#D1BEDA color RGB value is (209,190,218).

RGB: (209,190,218) (82%, 75%, 85%)

RGB channels and saturation

R 209 of 255 = 82%
G 190 of 255 = 75%
B 218 of 255 = 85%

209
190
218

R + G + B ~ 81%. #D1BEDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 190 + 218 = 617 (100%)
R 209 of 617 ~ 33.87%
G 190 of 617 ~ 30.79%
B 218 of 617 ~ 35.33'%

%33.87
%30.79
%35.33

CMYK color model

#D1BEDA color CMYK value is (4,13,0,15).

  • cyan value is 4.13%
  • magenta value is 12.84%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (4,13,0,15) C4M13Y0K15 (4%,13%,0%,15%) (0.04/0.13/0.00/0.15) 

CMYK percentages

%4.13
%12.84
%0
%14.51

Codes

Color #D1BEDA in popluar color models

D1 BE DA
RGB 209 190 218
HSL 281° 27.45% 80.00%
HSB/HSV 281° 12.84% 85.49%
CMYK 4.13% 12.84% 0.00%
14.51%

Color #D1BEDA in popluar number systems.

HEX D1 BE DA
Decimal 209 190 218
Binary 11010001 10111110 11011010
Octal 321 276 332

Shades and tints

Shades of #D1BEDA

#D1BEDA
(209,190,218)
#BEADC7
(190,173,199)
#AB9CB4
(171,156,180)
#988BA1
(152,139,161)
#857A8E
(133,122,142)
#72697B
(114,105,123)
#5F5868
(95,88,104)
#4C4755
(76,71,85)
#393642
(57,54,66)
#26252F
(38,37,47)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #D1BEDA

#D1BEDA
(209,190,218)
#D5C3DD
(213,195,221)
#D9C8E0
(217,200,224)
#DDCDE3
(221,205,227)
#E1D2E6
(225,210,230)
#E5D7E9
(229,215,233)
#E9DCEC
(233,220,236)
#EDE1EF
(237,225,239)
#F1E6F2
(241,230,242)
#F5EBF5
(245,235,245)
#F9F0F8
(249,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BEDA color. Also use rgb(209,190,218) instead hex code.

Text Font Color

.myTextColor { color: #D1BEDA; }

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

This text font color is #D1BEDA.

Background Color

.myBgColor { background-color: #D1BEDA; }

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

This div background color is #D1BEDA.

Border color

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

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

This div border color is #D1BEDA.

Opacity

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

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

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

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

This text has shadow with #D1BEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BEDA.

Preview

Color preview on black background

This text has color #D1BEDA on black background.


Color preview on white background

This text has color #D1BEDA on white background.


Black color preview on #D1BEDA background

This text has black color on #D1BEDA background.


White color preview on #D1BEDA background

This text has white color on #D1BEDA background.


Related colors

Complementary color

Complementary color for #hex is #2E4125.


I love getcolorcode.com

Triadic colors

1 #DAD1BE and #BEDAD1 with #D1BEDA are triadic colors.

2 #DABED1 and #BED1DA with #D1BEDA are triadic colors.