COLOR #D4BEC6

HEX: #D4BEC6
RGB: (212,190,198)

Color info

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

RGB color model

#D4BEC6 color RGB value is (212,190,198).

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

RGB channels and saturation

R 212 of 255 = 83%
G 190 of 255 = 75%
B 198 of 255 = 78%

212
190
198

R + G + B ~ 79%. #D4BEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 190 + 198 = 600 (100%)
R 212 of 600 ~ 35.33%
G 190 of 600 ~ 31.67%
B 198 of 600 ~ 33%

%35.33
%31.67
%33

CMYK color model

#D4BEC6 color CMYK value is (0,10,7,17).

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 6.60%
  • key color value is 16.86%
CMYK:
(0,10,7,17)
C0M10Y7K17 
(0%,10%,7%,17%)
(0.00/0.10/0.07/0.17)	

CMYK percentages

%0
%10.38
%6.6
%16.86

Codes

Color #D4BEC6 in popluar color models

D4BEC6
RGB212190198
HSL338°20.37%78.82%
HSB/HSV338°10.38%83.14%
CMYK0.00%10.38%6.60%
16.86%

Color #D4BEC6 in popluar number systems.

HEXD4BEC6
Decimal212190198
Binary110101001011111011000110
Octal324276306

Shades and tints

Shades of #D4BEC6

#D4BEC6
(212,190,198)
#C1ADB4
(193,173,180)
#AE9CA2
(174,156,162)
#9B8B90
(155,139,144)
#887A7E
(136,122,126)
#75696C
(117,105,108)
#62585A
(98,88,90)
#4F4748
(79,71,72)
#3C3636
(60,54,54)
#292524
(41,37,36)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #D4BEC6

#D4BEC6
(212,190,198)
#D7C3CB
(215,195,203)
#DAC8D0
(218,200,208)
#DDCDD5
(221,205,213)
#E0D2DA
(224,210,218)
#E3D7DF
(227,215,223)
#E6DCE4
(230,220,228)
#E9E1E9
(233,225,233)
#ECE6EE
(236,230,238)
#EFEBF3
(239,235,243)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BEC6; }

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

This text font color is #D4BEC6.


Background Color

.myBgColor { background-color: #D4BEC6; }

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

This div background color is #D4BEC6.


Border color

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

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

This div border color is #D4BEC6.


Opacity

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

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

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

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

This text has shadow with #D4BEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BEC6 on black background.


Color preview on white background

This text has color #D4BEC6 on white background.



Black color preview on #D4BEC6 background

This text has black color on #D4BEC6 background.


White color preview on #D4BEC6 background

This text has white color on #D4BEC6 background.