COLOR #D4BEDA

HEX: #D4BEDA
RGB: (212,190,218)

Color info

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

RGB color model

#D4BEDA color RGB value is (212,190,218).

  • red value is 212;
  • green value is 190;
  • blue value is 218.
RGB:
(212,190,218)
(83%,75%,85%)

RGB channels and saturation

R 212 of 255 = 83%
G 190 of 255 = 75%
B 218 of 255 = 85%

212
190
218

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

Portions of RGB colors in percentages

R + G + B =
212 + 190 + 218 = 620 (100%)
R 212 of 620 ~ 34.19%
G 190 of 620 ~ 30.65%
B 218 of 620 ~ 35.16%

%34.19
%30.65
%35.16

CMYK color model

#D4BEDA color CMYK value is (3,13,0,15).

  • cyan value is 2.75%
  • magenta value is 12.84%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(3,13,0,15)
C3M13Y0K15 
(3%,13%,0%,15%)
(0.03/0.13/0.00/0.15)	

CMYK percentages

%2.75
%12.84
%0
%14.51

Codes

Color #D4BEDA in popluar color models

D4BEDA
RGB212190218
HSL287°27.45%80.00%
HSB/HSV287°12.84%85.49%
CMYK2.75%12.84%0.00%
14.51%

Color #D4BEDA in popluar number systems.

HEXD4BEDA
Decimal212190218
Binary110101001011111011011010
Octal324276332

Shades and tints

Shades of #D4BEDA

#D4BEDA
(212,190,218)
#C1ADC7
(193,173,199)
#AE9CB4
(174,156,180)
#9B8BA1
(155,139,161)
#887A8E
(136,122,142)
#75697B
(117,105,123)
#625868
(98,88,104)
#4F4755
(79,71,85)
#3C3642
(60,54,66)
#29252F
(41,37,47)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #D4BEDA

#D4BEDA
(212,190,218)
#D7C3DD
(215,195,221)
#DAC8E0
(218,200,224)
#DDCDE3
(221,205,227)
#E0D2E6
(224,210,230)
#E3D7E9
(227,215,233)
#E6DCEC
(230,220,236)
#E9E1EF
(233,225,239)
#ECE6F2
(236,230,242)
#EFEBF5
(239,235,245)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BEDA; }

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

This text font color is #D4BEDA.


Background Color

.myBgColor { background-color: #D4BEDA; }

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

This div background color is #D4BEDA.


Border color

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

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

This div border color is #D4BEDA.


Opacity

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

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

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

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

This text has shadow with #D4BEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BEDA on black background.


Color preview on white background

This text has color #D4BEDA on white background.



Black color preview on #D4BEDA background

This text has black color on #D4BEDA background.


White color preview on #D4BEDA background

This text has white color on #D4BEDA background.