COLOR #D6DEBE

HEX: #D6DEBE RGB: (214,222,190)

Color info

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

RGB color model

#D6DEBE color RGB value is (214,222,190).

RGB: (214,222,190) (84%, 87%, 75%)

RGB channels and saturation

R 214 of 255 = 84%
G 222 of 255 = 87%
B 190 of 255 = 75%

214
222
190

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

Portions of RGB colors in percentages

R + G + B = 214 + 222 + 190 = 626 (100%)
R 214 of 626 ~ 34.19%
G 222 of 626 ~ 35.46%
B 190 of 626 ~ 30.35'%

%34.19
%35.46
%30.35

CMYK color model

#D6DEBE color CMYK value is (4,0,14,13).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 12.94%

CMYK: (4,0,14,13)
C4M0Y14K13 (4%, 0%, 14%, 13%)
(0.04 / 0.00 / 0.14 / 0.13)

CMYK percentages

%3.6
%0
%14.41
%12.94

Codes

Color #D6DEBE in popluar color models

D6 DE BE
RGB 214 222 190
HSL 75° 32.65% 80.78%
HSB/HSV 75° 14.41% 87.06%
CMYK 3.60% 0.00% 14.41%
12.94%

Color #D6DEBE in popluar number systems.

HEX D6 DE BE
Decimal 214 222 190
Binary 11010110 11011110 10111110
Octal 326 336 276

Shades and tints

Shades of #D6DEBE

#D6DEBE
(214,222,190)
#C3CAAD
(195,202,173)
#B0B69C
(176,182,156)
#9DA28B
(157,162,139)
#8A8E7A
(138,142,122)
#777A69
(119,122,105)
#646658
(100,102,88)
#515247
(81,82,71)
#3E3E36
(62,62,54)
#2B2A25
(43,42,37)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #D6DEBE

#D6DEBE
(214,222,190)
#D9E1C3
(217,225,195)
#DCE4C8
(220,228,200)
#DFE7CD
(223,231,205)
#E2EAD2
(226,234,210)
#E5EDD7
(229,237,215)
#E8F0DC
(232,240,220)
#EBF3E1
(235,243,225)
#EEF6E6
(238,246,230)
#F1F9EB
(241,249,235)
#F4FCF0
(244,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DEBE; }

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

This text font color is #D6DEBE.

Background Color

.myBgColor { background-color: #D6DEBE; }

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

This div background color is #D6DEBE.

Border color

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

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

This div border color is #D6DEBE.

Opacity

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

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

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

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

This text has shadow with #D6DEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DEBE.

Preview

Color preview on black background

This text has color #D6DEBE on black background.


Color preview on white background

This text has color #D6DEBE on white background.


Black color preview on #D6DEBE background

This text has black color on #D6DEBE background.


White color preview on #D6DEBE background

This text has white color on #D6DEBE background.


Related colors

Complementary color

Complementary color for #hex is #292141.


I love getcolorcode.com

Triadic colors

1 #BED6DE and #DEBED6 with #D6DEBE are triadic colors.

2 #BEDED6 and #DED6BE with #D6DEBE are triadic colors.