COLOR #D6DABF

HEX: #D6DABF
RGB: (214,218,191)

Color info

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

RGB color model

#D6DABF color RGB value is (214,218,191).

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

RGB channels and saturation

R 214 of 255 = 84%
G 218 of 255 = 85%
B 191 of 255 = 75%

214
218
191

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

Portions of RGB colors in percentages

R + G + B =
214 + 218 + 191 = 623 (100%)
R 214 of 623 ~ 34.35%
G 218 of 623 ~ 34.99%
B 191 of 623 ~ 30.66%

%34.35
%34.99
%30.66

CMYK color model

#D6DABF color CMYK value is (2,0,12,15).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 14.51%
CMYK:
(2,0,12,15)
C2M0Y12K15 
(2%,0%,12%,15%)
(0.02/0.00/0.12/0.15)	

CMYK percentages

%1.83
%0
%12.39
%14.51

Codes

Color #D6DABF in popluar color models

D6DABF
RGB214218191
HSL69°26.73%80.20%
HSB/HSV69°12.39%85.49%
CMYK1.83%0.00%12.39%
14.51%

Color #D6DABF in popluar number systems.

HEXD6DABF
Decimal214218191
Binary110101101101101010111111
Octal326332277

Shades and tints

Shades of #D6DABF

#D6DABF
(214,218,191)
#C3C7AE
(195,199,174)
#B0B49D
(176,180,157)
#9DA18C
(157,161,140)
#8A8E7B
(138,142,123)
#777B6A
(119,123,106)
#646859
(100,104,89)
#515548
(81,85,72)
#3E4237
(62,66,55)
#2B2F26
(43,47,38)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #D6DABF

#D6DABF
(214,218,191)
#D9DDC4
(217,221,196)
#DCE0C9
(220,224,201)
#DFE3CE
(223,227,206)
#E2E6D3
(226,230,211)
#E5E9D8
(229,233,216)
#E8ECDD
(232,236,221)
#EBEFE2
(235,239,226)
#EEF2E7
(238,242,231)
#F1F5EC
(241,245,236)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DABF; }

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

This text font color is #D6DABF.


Background Color

.myBgColor { background-color: #D6DABF; }

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

This div background color is #D6DABF.


Border color

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

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

This div border color is #D6DABF.


Opacity

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

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

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

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

This text has shadow with #D6DABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DABF on black background.


Color preview on white background

This text has color #D6DABF on white background.



Black color preview on #D6DABF background

This text has black color on #D6DABF background.


White color preview on #D6DABF background

This text has white color on #D6DABF background.