COLOR #D6BEC2

HEX: #D6BEC2 RGB: (214,190,194)

Color info

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

RGB color model

#D6BEC2 color RGB value is (214,190,194).

RGB: (214,190,194) (84%, 75%, 76%)

RGB channels and saturation

R 214 of 255 = 84%
G 190 of 255 = 75%
B 194 of 255 = 76%

214
190
194

R + G + B ~ 78%. #D6BEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 190 + 194 = 598 (100%)
R 214 of 598 ~ 35.79%
G 190 of 598 ~ 31.77%
B 194 of 598 ~ 32.44'%

%35.79
%31.77
%32.44

CMYK color model

#D6BEC2 color CMYK value is (0,11,9,16).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 9.35%
  • key color value is 16.08%

CMYK: (0,11,9,16)
C0M11Y9K16 (0%, 11%, 9%, 16%)
(0.00 / 0.11 / 0.09 / 0.16)

CMYK percentages

%0
%11.21
%9.35
%16.08

Codes

Color #D6BEC2 in popluar color models

D6 BE C2
RGB 214 190 194
HSL 350° 22.64% 79.22%
HSB/HSV 350° 11.21% 83.92%
CMYK 0.00% 11.21% 9.35%
16.08%

Color #D6BEC2 in popluar number systems.

HEX D6 BE C2
Decimal 214 190 194
Binary 11010110 10111110 11000010
Octal 326 276 302

Shades and tints

Shades of #D6BEC2

#D6BEC2
(214,190,194)
#C3ADB1
(195,173,177)
#B09CA0
(176,156,160)
#9D8B8F
(157,139,143)
#8A7A7E
(138,122,126)
#77696D
(119,105,109)
#64585C
(100,88,92)
#51474B
(81,71,75)
#3E363A
(62,54,58)
#2B2529
(43,37,41)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #D6BEC2

#D6BEC2
(214,190,194)
#D9C3C7
(217,195,199)
#DCC8CC
(220,200,204)
#DFCDD1
(223,205,209)
#E2D2D6
(226,210,214)
#E5D7DB
(229,215,219)
#E8DCE0
(232,220,224)
#EBE1E5
(235,225,229)
#EEE6EA
(238,230,234)
#F1EBEF
(241,235,239)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BEC2; }

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

This text font color is #D6BEC2.

Background Color

.myBgColor { background-color: #D6BEC2; }

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

This div background color is #D6BEC2.

Border color

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

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

This div border color is #D6BEC2.

Opacity

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

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

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

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

This text has shadow with #D6BEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BEC2.

Preview

Color preview on black background

This text has color #D6BEC2 on black background.


Color preview on white background

This text has color #D6BEC2 on white background.


Black color preview on #D6BEC2 background

This text has black color on #D6BEC2 background.


White color preview on #D6BEC2 background

This text has white color on #D6BEC2 background.


Related colors

Complementary color

Complementary color for #hex is #29413D.


I love getcolorcode.com

Triadic colors

1 #C2D6BE and #BEC2D6 with #D6BEC2 are triadic colors.

2 #C2BED6 and #BED6C2 with #D6BEC2 are triadic colors.