COLOR #D6D6BE

HEX: #D6D6BE
RGB: (214,214,190)

Color info

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

RGB color model

#D6D6BE color RGB value is (214,214,190).

  • red value is 214;
  • green value is 214;
  • blue value is 190.
RGB:
(214,214,190)
(84%,84%,75%)

RGB channels and saturation

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

214
214
190

R + G + B ~ 81%. #D6D6BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 214 + 190 = 618 (100%)
R 214 of 618 ~ 34.63%
G 214 of 618 ~ 34.63%
B 190 of 618 ~ 30.74%

%34.63
%34.63
%30.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 16.08%
CMYK:
(0,0,11,16)
C0M0Y11K16 
(0%,0%,11%,16%)
(0.00/0.00/0.11/0.16)	

CMYK percentages

%0
%0
%11.21
%16.08

Codes

Color #D6D6BE in popluar color models

D6D6BE
RGB214214190
HSL60°22.64%79.22%
HSB/HSV60°11.21%83.92%
CMYK0.00%0.00%11.21%
16.08%

Color #D6D6BE in popluar number systems.

HEXD6D6BE
Decimal214214190
Binary110101101101011010111110
Octal326326276

Shades and tints

Shades of #D6D6BE

#D6D6BE
(214,214,190)
#C3C3AD
(195,195,173)
#B0B09C
(176,176,156)
#9D9D8B
(157,157,139)
#8A8A7A
(138,138,122)
#777769
(119,119,105)
#646458
(100,100,88)
#515147
(81,81,71)
#3E3E36
(62,62,54)
#2B2B25
(43,43,37)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #D6D6BE

#D6D6BE
(214,214,190)
#D9D9C3
(217,217,195)
#DCDCC8
(220,220,200)
#DFDFCD
(223,223,205)
#E2E2D2
(226,226,210)
#E5E5D7
(229,229,215)
#E8E8DC
(232,232,220)
#EBEBE1
(235,235,225)
#EEEEE6
(238,238,230)
#F1F1EB
(241,241,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D6BE; }

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

This text font color is #D6D6BE.


Background Color

.myBgColor { background-color: #D6D6BE; }

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

This div background color is #D6D6BE.


Border color

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

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

This div border color is #D6D6BE.


Opacity

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

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

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

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

This text has shadow with #D6D6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D6BE on black background.


Color preview on white background

This text has color #D6D6BE on white background.



Black color preview on #D6D6BE background

This text has black color on #D6D6BE background.


White color preview on #D6D6BE background

This text has white color on #D6D6BE background.