COLOR #D2BEC4

HEX: #D2BEC4 RGB: (210,190,196)

Color info

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

RGB color model

#D2BEC4 color RGB value is (210,190,196).

RGB: (210,190,196) (82%, 75%, 77%)

RGB channels and saturation

R 210 of 255 = 82%
G 190 of 255 = 75%
B 196 of 255 = 77%

210
190
196

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

Portions of RGB colors in percentages

R + G + B = 210 + 190 + 196 = 596 (100%)
R 210 of 596 ~ 35.23%
G 190 of 596 ~ 31.88%
B 196 of 596 ~ 32.89'%

%35.23
%31.88
%32.89

CMYK color model

#D2BEC4 color CMYK value is (0,10,7,18).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 6.67%
  • key color value is 17.65%

CMYK: (0,10,7,18)
C0M10Y7K18 (0%, 10%, 7%, 18%)
(0.00 / 0.10 / 0.07 / 0.18)

CMYK percentages

%0
%9.52
%6.67
%17.65

Codes

Color #D2BEC4 in popluar color models

D2 BE C4
RGB 210 190 196
HSL 342° 18.18% 78.43%
HSB/HSV 342° 9.52% 82.35%
CMYK 0.00% 9.52% 6.67%
17.65%

Color #D2BEC4 in popluar number systems.

HEX D2 BE C4
Decimal 210 190 196
Binary 11010010 10111110 11000100
Octal 322 276 304

Shades and tints

Shades of #D2BEC4

#D2BEC4
(210,190,196)
#BFADB3
(191,173,179)
#AC9CA2
(172,156,162)
#998B91
(153,139,145)
#867A80
(134,122,128)
#73696F
(115,105,111)
#60585E
(96,88,94)
#4D474D
(77,71,77)
#3A363C
(58,54,60)
#27252B
(39,37,43)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #D2BEC4

#D2BEC4
(210,190,196)
#D6C3C9
(214,195,201)
#DAC8CE
(218,200,206)
#DECDD3
(222,205,211)
#E2D2D8
(226,210,216)
#E6D7DD
(230,215,221)
#EADCE2
(234,220,226)
#EEE1E7
(238,225,231)
#F2E6EC
(242,230,236)
#F6EBF1
(246,235,241)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BEC4 color. Also use rgb(210,190,196) instead hex code.

Text Font Color

.myTextColor { color: #D2BEC4; }

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

This text font color is #D2BEC4.

Background Color

.myBgColor { background-color: #D2BEC4; }

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

This div background color is #D2BEC4.

Border color

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

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

This div border color is #D2BEC4.

Opacity

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

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

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

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

This text has shadow with #D2BEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2BEC4.

Preview

Color preview on black background

This text has color #D2BEC4 on black background.


Color preview on white background

This text has color #D2BEC4 on white background.


Black color preview on #D2BEC4 background

This text has black color on #D2BEC4 background.


White color preview on #D2BEC4 background

This text has white color on #D2BEC4 background.


Related colors

Complementary color

Complementary color for #hex is #2D413B.


I love getcolorcode.com

Triadic colors

1 #C4D2BE and #BEC4D2 with #D2BEC4 are triadic colors.

2 #C4BED2 and #BED2C4 with #D2BEC4 are triadic colors.