COLOR #D1BEDE

HEX: #D1BEDE
RGB: (209,190,222)

Color info

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

RGB color model

#D1BEDE color RGB value is (209,190,222).

  • red value is 209;
  • green value is 190;
  • blue value is 222.
RGB:
(209,190,222)
(82%,75%,87%)

RGB channels and saturation

R 209 of 255 = 82%
G 190 of 255 = 75%
B 222 of 255 = 87%

209
190
222

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

Portions of RGB colors in percentages

R + G + B =
209 + 190 + 222 = 621 (100%)
R 209 of 621 ~ 33.66%
G 190 of 621 ~ 30.6%
B 222 of 621 ~ 35.75%

%33.66
%30.6
%35.75

CMYK color model

#D1BEDE color CMYK value is (6,14,0,13).

  • cyan value is 5.86%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(6,14,0,13)
C6M14Y0K13 
(6%,14%,0%,13%)
(0.06/0.14/0.00/0.13)	

CMYK percentages

%5.86
%14.41
%0
%12.94

Codes

Color #D1BEDE in popluar color models

D1BEDE
RGB209190222
HSL276°32.65%80.78%
HSB/HSV276°14.41%87.06%
CMYK5.86%14.41%0.00%
12.94%

Color #D1BEDE in popluar number systems.

HEXD1BEDE
Decimal209190222
Binary110100011011111011011110
Octal321276336

Shades and tints

Shades of #D1BEDE

#D1BEDE
(209,190,222)
#BEADCA
(190,173,202)
#AB9CB6
(171,156,182)
#988BA2
(152,139,162)
#857A8E
(133,122,142)
#72697A
(114,105,122)
#5F5866
(95,88,102)
#4C4752
(76,71,82)
#39363E
(57,54,62)
#26252A
(38,37,42)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #D1BEDE

#D1BEDE
(209,190,222)
#D5C3E1
(213,195,225)
#D9C8E4
(217,200,228)
#DDCDE7
(221,205,231)
#E1D2EA
(225,210,234)
#E5D7ED
(229,215,237)
#E9DCF0
(233,220,240)
#EDE1F3
(237,225,243)
#F1E6F6
(241,230,246)
#F5EBF9
(245,235,249)
#F9F0FC
(249,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BEDE; }

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

This text font color is #D1BEDE.


Background Color

.myBgColor { background-color: #D1BEDE; }

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

This div background color is #D1BEDE.


Border color

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

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

This div border color is #D1BEDE.


Opacity

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

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

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

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

This text has shadow with #D1BEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BEDE on black background.


Color preview on white background

This text has color #D1BEDE on white background.



Black color preview on #D1BEDE background

This text has black color on #D1BEDE background.


White color preview on #D1BEDE background

This text has white color on #D1BEDE background.