COLOR #D8DBC6

HEX: #D8DBC6 RGB: (216,219,198)

Color info

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

RGB color model

#D8DBC6 color RGB value is (216,219,198).

RGB: (216,219,198) (85%, 86%, 78%)

RGB channels and saturation

R 216 of 255 = 85%
G 219 of 255 = 86%
B 198 of 255 = 78%

216
219
198

R + G + B ~ 83%. #D8DBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 219 + 198 = 633 (100%)
R 216 of 633 ~ 34.12%
G 219 of 633 ~ 34.6%
B 198 of 633 ~ 31.28'%

%34.12
%34.6
%31.28

CMYK color model

#D8DBC6 color CMYK value is (1,0,10,14).

  • cyan value is 1.37%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 14.12%

CMYK: (1,0,10,14)
C1M0Y10K14 (1%, 0%, 10%, 14%)
(0.01 / 0.00 / 0.10 / 0.14)

CMYK percentages

%1.37
%0
%9.59
%14.12

Codes

Color #D8DBC6 in popluar color models

D8 DB C6
RGB 216 219 198
HSL 69° 22.58% 81.76%
HSB/HSV 69° 9.59% 85.88%
CMYK 1.37% 0.00% 9.59%
14.12%

Color #D8DBC6 in popluar number systems.

HEX D8 DB C6
Decimal 216 219 198
Binary 11011000 11011011 11000110
Octal 330 333 306

Shades and tints

Shades of #D8DBC6

#D8DBC6
(216,219,198)
#C5C8B4
(197,200,180)
#B2B5A2
(178,181,162)
#9FA290
(159,162,144)
#8C8F7E
(140,143,126)
#797C6C
(121,124,108)
#66695A
(102,105,90)
#535648
(83,86,72)
#404336
(64,67,54)
#2D3024
(45,48,36)
#1A1D12
(26,29,18)
#000000
(0,0,0)

Tints of #D8DBC6

#D8DBC6
(216,219,198)
#DBDECB
(219,222,203)
#DEE1D0
(222,225,208)
#E1E4D5
(225,228,213)
#E4E7DA
(228,231,218)
#E7EADF
(231,234,223)
#EAEDE4
(234,237,228)
#EDF0E9
(237,240,233)
#F0F3EE
(240,243,238)
#F3F6F3
(243,246,243)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DBC6 color. Also use rgb(216,219,198) instead hex code.

Text Font Color

.myTextColor { color: #D8DBC6; }

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

This text font color is #D8DBC6.

Background Color

.myBgColor { background-color: #D8DBC6; }

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

This div background color is #D8DBC6.

Border color

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

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

This div border color is #D8DBC6.

Opacity

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

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

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

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

This text has shadow with #D8DBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DBC6.

Preview

Color preview on black background

This text has color #D8DBC6 on black background.


Color preview on white background

This text has color #D8DBC6 on white background.


Black color preview on #D8DBC6 background

This text has black color on #D8DBC6 background.


White color preview on #D8DBC6 background

This text has white color on #D8DBC6 background.


Related colors

Complementary color

Complementary color for #hex is #272439.


I love getcolorcode.com

Triadic colors

1 #C6D8DB and #DBC6D8 with #D8DBC6 are triadic colors.

2 #C6DBD8 and #DBD8C6 with #D8DBC6 are triadic colors.