COLOR #D4BED0

HEX: #D4BED0
RGB: (212,190,208)

Color info

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

RGB color model

#D4BED0 color RGB value is (212,190,208).

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

RGB channels and saturation

R 212 of 255 = 83%
G 190 of 255 = 75%
B 208 of 255 = 82%

212
190
208

R + G + B ~ 80%. #D4BED0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 190 + 208 = 610 (100%)
R 212 of 610 ~ 34.75%
G 190 of 610 ~ 31.15%
B 208 of 610 ~ 34.1%

%34.75
%31.15
%34.1

CMYK color model

#D4BED0 color CMYK value is (0,10,2,17).

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 1.89%
  • key color value is 16.86%
CMYK:
(0,10,2,17)
C0M10Y2K17 
(0%,10%,2%,17%)
(0.00/0.10/0.02/0.17)	

CMYK percentages

%0
%10.38
%1.89
%16.86

Codes

Color #D4BED0 in popluar color models

D4BED0
RGB212190208
HSL311°20.37%78.82%
HSB/HSV311°10.38%83.14%
CMYK0.00%10.38%1.89%
16.86%

Color #D4BED0 in popluar number systems.

HEXD4BED0
Decimal212190208
Binary110101001011111011010000
Octal324276320

Shades and tints

Shades of #D4BED0

#D4BED0
(212,190,208)
#C1ADBE
(193,173,190)
#AE9CAC
(174,156,172)
#9B8B9A
(155,139,154)
#887A88
(136,122,136)
#756976
(117,105,118)
#625864
(98,88,100)
#4F4752
(79,71,82)
#3C3640
(60,54,64)
#29252E
(41,37,46)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #D4BED0

#D4BED0
(212,190,208)
#D7C3D4
(215,195,212)
#DAC8D8
(218,200,216)
#DDCDDC
(221,205,220)
#E0D2E0
(224,210,224)
#E3D7E4
(227,215,228)
#E6DCE8
(230,220,232)
#E9E1EC
(233,225,236)
#ECE6F0
(236,230,240)
#EFEBF4
(239,235,244)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BED0; }

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

This text font color is #D4BED0.


Background Color

.myBgColor { background-color: #D4BED0; }

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

This div background color is #D4BED0.


Border color

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

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

This div border color is #D4BED0.


Opacity

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

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

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

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

This text has shadow with #D4BED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BED0 on black background.


Color preview on white background

This text has color #D4BED0 on white background.



Black color preview on #D4BED0 background

This text has black color on #D4BED0 background.


White color preview on #D4BED0 background

This text has white color on #D4BED0 background.