COLOR #D6BEC5

HEX: #D6BEC5
RGB: (214,190,197)

Color info

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

RGB color model

#D6BEC5 color RGB value is (214,190,197).

  • red value is 214;
  • green value is 190;
  • blue value is 197.
RGB:
(214,190,197)
(84%,75%,77%)

RGB channels and saturation

R 214 of 255 = 84%
G 190 of 255 = 75%
B 197 of 255 = 77%

214
190
197

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

Portions of RGB colors in percentages

R + G + B =
214 + 190 + 197 = 601 (100%)
R 214 of 601 ~ 35.61%
G 190 of 601 ~ 31.61%
B 197 of 601 ~ 32.78%

%35.61
%31.61
%32.78

CMYK color model

#D6BEC5 color CMYK value is (0,11,8,16).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 7.94%
  • key color value is 16.08%
CMYK:
(0,11,8,16)
C0M11Y8K16 
(0%,11%,8%,16%)
(0.00/0.11/0.08/0.16)	

CMYK percentages

%0
%11.21
%7.94
%16.08

Codes

Color #D6BEC5 in popluar color models

D6BEC5
RGB214190197
HSL343°22.64%79.22%
HSB/HSV343°11.21%83.92%
CMYK0.00%11.21%7.94%
16.08%

Color #D6BEC5 in popluar number systems.

HEXD6BEC5
Decimal214190197
Binary110101101011111011000101
Octal326276305

Shades and tints

Shades of #D6BEC5

#D6BEC5
(214,190,197)
#C3ADB4
(195,173,180)
#B09CA3
(176,156,163)
#9D8B92
(157,139,146)
#8A7A81
(138,122,129)
#776970
(119,105,112)
#64585F
(100,88,95)
#51474E
(81,71,78)
#3E363D
(62,54,61)
#2B252C
(43,37,44)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #D6BEC5

#D6BEC5
(214,190,197)
#D9C3CA
(217,195,202)
#DCC8CF
(220,200,207)
#DFCDD4
(223,205,212)
#E2D2D9
(226,210,217)
#E5D7DE
(229,215,222)
#E8DCE3
(232,220,227)
#EBE1E8
(235,225,232)
#EEE6ED
(238,230,237)
#F1EBF2
(241,235,242)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BEC5 color. Also use rgb(214,190,197) instead hex code.

Text Font Color

.myTextColor { color: #D6BEC5; }

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

This text font color is #D6BEC5.


Background Color

.myBgColor { background-color: #D6BEC5; }

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

This div background color is #D6BEC5.


Border color

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

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

This div border color is #D6BEC5.


Opacity

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

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

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

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

This text has shadow with #D6BEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BEC5 on black background.


Color preview on white background

This text has color #D6BEC5 on white background.



Black color preview on #D6BEC5 background

This text has black color on #D6BEC5 background.


White color preview on #D6BEC5 background

This text has white color on #D6BEC5 background.