COLOR #D8DCBE

HEX: #D8DCBE RGB: (216,220,190)

Color info

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

RGB color model

#D8DCBE color RGB value is (216,220,190).

RGB: (216,220,190) (85%, 86%, 75%)

RGB channels and saturation

R 216 of 255 = 85%
G 220 of 255 = 86%
B 190 of 255 = 75%

216
220
190

R + G + B ~ 82%. #D8DCBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 220 + 190 = 626 (100%)
R 216 of 626 ~ 34.5%
G 220 of 626 ~ 35.14%
B 190 of 626 ~ 30.35'%

%34.5
%35.14
%30.35

CMYK color model

#D8DCBE color CMYK value is (2,0,14,14).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 13.73%

CMYK: (2,0,14,14)
C2M0Y14K14 (2%, 0%, 14%, 14%)
(0.02 / 0.00 / 0.14 / 0.14)

CMYK percentages

%1.82
%0
%13.64
%13.73

Codes

Color #D8DCBE in popluar color models

D8 DC BE
RGB 216 220 190
HSL 68° 30.00% 80.39%
HSB/HSV 68° 13.64% 86.27%
CMYK 1.82% 0.00% 13.64%
13.73%

Color #D8DCBE in popluar number systems.

HEX D8 DC BE
Decimal 216 220 190
Binary 11011000 11011100 10111110
Octal 330 334 276

Shades and tints

Shades of #D8DCBE

#D8DCBE
(216,220,190)
#C5C8AD
(197,200,173)
#B2B49C
(178,180,156)
#9FA08B
(159,160,139)
#8C8C7A
(140,140,122)
#797869
(121,120,105)
#666458
(102,100,88)
#535047
(83,80,71)
#403C36
(64,60,54)
#2D2825
(45,40,37)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #D8DCBE

#D8DCBE
(216,220,190)
#DBDFC3
(219,223,195)
#DEE2C8
(222,226,200)
#E1E5CD
(225,229,205)
#E4E8D2
(228,232,210)
#E7EBD7
(231,235,215)
#EAEEDC
(234,238,220)
#EDF1E1
(237,241,225)
#F0F4E6
(240,244,230)
#F3F7EB
(243,247,235)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DCBE color. Also use rgb(216,220,190) instead hex code.

Text Font Color

.myTextColor { color: #D8DCBE; }

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

This text font color is #D8DCBE.

Background Color

.myBgColor { background-color: #D8DCBE; }

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

This div background color is #D8DCBE.

Border color

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

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

This div border color is #D8DCBE.

Opacity

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

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

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

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

This text has shadow with #D8DCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DCBE.

Preview

Color preview on black background

This text has color #D8DCBE on black background.


Color preview on white background

This text has color #D8DCBE on white background.


Black color preview on #D8DCBE background

This text has black color on #D8DCBE background.


White color preview on #D8DCBE background

This text has white color on #D8DCBE background.


Related colors

Complementary color

Complementary color for #hex is #272341.


I love getcolorcode.com

Triadic colors

1 #BED8DC and #DCBED8 with #D8DCBE are triadic colors.

2 #BEDCD8 and #DCD8BE with #D8DCBE are triadic colors.