COLOR #D4BECF

HEX: #D4BECF
RGB: (212,190,207)

Color info

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

RGB color model

#D4BECF color RGB value is (212,190,207).

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

RGB channels and saturation

R 212 of 255 = 83%
G 190 of 255 = 75%
B 207 of 255 = 81%

212
190
207

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

Portions of RGB colors in percentages

R + G + B =
212 + 190 + 207 = 609 (100%)
R 212 of 609 ~ 34.81%
G 190 of 609 ~ 31.2%
B 207 of 609 ~ 33.99%

%34.81
%31.2
%33.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 2.36%
  • 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
%2.36
%16.86

Codes

Color #D4BECF in popluar color models

D4BECF
RGB212190207
HSL314°20.37%78.82%
HSB/HSV314°10.38%83.14%
CMYK0.00%10.38%2.36%
16.86%

Color #D4BECF in popluar number systems.

HEXD4BECF
Decimal212190207
Binary110101001011111011001111
Octal324276317

Shades and tints

Shades of #D4BECF

#D4BECF
(212,190,207)
#C1ADBD
(193,173,189)
#AE9CAB
(174,156,171)
#9B8B99
(155,139,153)
#887A87
(136,122,135)
#756975
(117,105,117)
#625863
(98,88,99)
#4F4751
(79,71,81)
#3C363F
(60,54,63)
#29252D
(41,37,45)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #D4BECF

#D4BECF
(212,190,207)
#D7C3D3
(215,195,211)
#DAC8D7
(218,200,215)
#DDCDDB
(221,205,219)
#E0D2DF
(224,210,223)
#E3D7E3
(227,215,227)
#E6DCE7
(230,220,231)
#E9E1EB
(233,225,235)
#ECE6EF
(236,230,239)
#EFEBF3
(239,235,243)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BECF; }

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

This text font color is #D4BECF.


Background Color

.myBgColor { background-color: #D4BECF; }

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

This div background color is #D4BECF.


Border color

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

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

This div border color is #D4BECF.


Opacity

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

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

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

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

This text has shadow with #D4BECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BECF on black background.


Color preview on white background

This text has color #D4BECF on white background.



Black color preview on #D4BECF background

This text has black color on #D4BECF background.


White color preview on #D4BECF background

This text has white color on #D4BECF background.