COLOR #D6DFBE

HEX: #D6DFBE
RGB: (214,223,190)

Color info

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

RGB color model

#D6DFBE color RGB value is (214,223,190).

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

RGB channels and saturation

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

214
223
190

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

Portions of RGB colors in percentages

R + G + B =
214 + 223 + 190 = 627 (100%)
R 214 of 627 ~ 34.13%
G 223 of 627 ~ 35.57%
B 190 of 627 ~ 30.3%

%34.13
%35.57
%30.3

CMYK color model

#D6DFBE color CMYK value is (4,0,15,13).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 14.80%
  • key color value is 12.55%
CMYK:
(4,0,15,13)
C4M0Y15K13 
(4%,0%,15%,13%)
(0.04/0.00/0.15/0.13)	

CMYK percentages

%4.04
%0
%14.8
%12.55

Codes

Color #D6DFBE in popluar color models

D6DFBE
RGB214223190
HSL76°34.02%80.98%
HSB/HSV76°14.80%87.45%
CMYK4.04%0.00%14.80%
12.55%

Color #D6DFBE in popluar number systems.

HEXD6DFBE
Decimal214223190
Binary110101101101111110111110
Octal326337276

Shades and tints

Shades of #D6DFBE

#D6DFBE
(214,223,190)
#C3CBAD
(195,203,173)
#B0B79C
(176,183,156)
#9DA38B
(157,163,139)
#8A8F7A
(138,143,122)
#777B69
(119,123,105)
#646758
(100,103,88)
#515347
(81,83,71)
#3E3F36
(62,63,54)
#2B2B25
(43,43,37)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #D6DFBE

#D6DFBE
(214,223,190)
#D9E1C3
(217,225,195)
#DCE3C8
(220,227,200)
#DFE5CD
(223,229,205)
#E2E7D2
(226,231,210)
#E5E9D7
(229,233,215)
#E8EBDC
(232,235,220)
#EBEDE1
(235,237,225)
#EEEFE6
(238,239,230)
#F1F1EB
(241,241,235)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DFBE; }

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

This text font color is #D6DFBE.


Background Color

.myBgColor { background-color: #D6DFBE; }

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

This div background color is #D6DFBE.


Border color

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

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

This div border color is #D6DFBE.


Opacity

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

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

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

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

This text has shadow with #D6DFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DFBE on black background.


Color preview on white background

This text has color #D6DFBE on white background.



Black color preview on #D6DFBE background

This text has black color on #D6DFBE background.


White color preview on #D6DFBE background

This text has white color on #D6DFBE background.