COLOR #D4BEDE

HEX: #D4BEDE
RGB: (212,190,222)

Color info

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

RGB color model

#D4BEDE color RGB value is (212,190,222).

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

RGB channels and saturation

R 212 of 255 = 83%
G 190 of 255 = 75%
B 222 of 255 = 87%

212
190
222

R + G + B ~ 82%. #D4BEDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 190 + 222 = 624 (100%)
R 212 of 624 ~ 33.97%
G 190 of 624 ~ 30.45%
B 222 of 624 ~ 35.58%

%33.97
%30.45
%35.58

CMYK color model

#D4BEDE color CMYK value is (5,14,0,13).

  • cyan value is 4.50%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(5,14,0,13)
C5M14Y0K13 
(5%,14%,0%,13%)
(0.05/0.14/0.00/0.13)	

CMYK percentages

%4.5
%14.41
%0
%12.94

Codes

Color #D4BEDE in popluar color models

D4BEDE
RGB212190222
HSL281°32.65%80.78%
HSB/HSV281°14.41%87.06%
CMYK4.50%14.41%0.00%
12.94%

Color #D4BEDE in popluar number systems.

HEXD4BEDE
Decimal212190222
Binary110101001011111011011110
Octal324276336

Shades and tints

Shades of #D4BEDE

#D4BEDE
(212,190,222)
#C1ADCA
(193,173,202)
#AE9CB6
(174,156,182)
#9B8BA2
(155,139,162)
#887A8E
(136,122,142)
#75697A
(117,105,122)
#625866
(98,88,102)
#4F4752
(79,71,82)
#3C363E
(60,54,62)
#29252A
(41,37,42)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #D4BEDE

#D4BEDE
(212,190,222)
#D7C3E1
(215,195,225)
#DAC8E4
(218,200,228)
#DDCDE7
(221,205,231)
#E0D2EA
(224,210,234)
#E3D7ED
(227,215,237)
#E6DCF0
(230,220,240)
#E9E1F3
(233,225,243)
#ECE6F6
(236,230,246)
#EFEBF9
(239,235,249)
#F2F0FC
(242,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BEDE; }

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

This text font color is #D4BEDE.


Background Color

.myBgColor { background-color: #D4BEDE; }

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

This div background color is #D4BEDE.


Border color

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

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

This div border color is #D4BEDE.


Opacity

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

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

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

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

This text has shadow with #D4BEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BEDE on black background.


Color preview on white background

This text has color #D4BEDE on white background.



Black color preview on #D4BEDE background

This text has black color on #D4BEDE background.


White color preview on #D4BEDE background

This text has white color on #D4BEDE background.