COLOR #D8DE6B

HEX: #D8DE6B
RGB: (216,222,107)

Color info

#D8DE6B contains mainly red and green colors. Web safe color of #D8DE6B is #CCCC66 (or #CC6).

RGB color model

#D8DE6B color RGB value is (216,222,107).

  • red value is 216;
  • green value is 222;
  • blue value is 107.
RGB:
(216,222,107)
(85%,87%,42%)

RGB channels and saturation

R 216 of 255 = 85%
G 222 of 255 = 87%
B 107 of 255 = 42%

216
222
107

R + G + B ~ 71%. #D8DE6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 222 + 107 = 545 (100%)
R 216 of 545 ~ 39.63%
G 222 of 545 ~ 40.73%
B 107 of 545 ~ 19.63%

%39.63
%40.73
%19.63

CMYK color model

#D8DE6B color CMYK value is (3,0,52,13).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 51.80%
  • key color value is 12.94%
CMYK:
(3,0,52,13)
C3M0Y52K13 
(3%,0%,52%,13%)
(0.03/0.00/0.52/0.13)	

CMYK percentages

%2.7
%0
%51.8
%12.94

Codes

Color #D8DE6B in popluar color models

D8DE6B
RGB216222107
HSL63°63.54%64.51%
HSB/HSV63°51.80%87.06%
CMYK2.70%0.00%51.80%
12.94%

Color #D8DE6B in popluar number systems.

HEXD8DE6B
Decimal216222107
Binary11011000110111101101011
Octal330336153

Shades and tints

Shades of #D8DE6B

#D8DE6B
(216,222,107)
#C5CA62
(197,202,98)
#B2B659
(178,182,89)
#9FA250
(159,162,80)
#8C8E47
(140,142,71)
#797A3E
(121,122,62)
#666635
(102,102,53)
#53522C
(83,82,44)
#403E23
(64,62,35)
#2D2A1A
(45,42,26)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #D8DE6B

#D8DE6B
(216,222,107)
#DBE178
(219,225,120)
#DEE485
(222,228,133)
#E1E792
(225,231,146)
#E4EA9F
(228,234,159)
#E7EDAC
(231,237,172)
#EAF0B9
(234,240,185)
#EDF3C6
(237,243,198)
#F0F6D3
(240,246,211)
#F3F9E0
(243,249,224)
#F6FCED
(246,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DE6B color. Also use rgb(216,222,107) instead hex code.

Text Font Color

.myTextColor { color: #D8DE6B; }

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

This text font color is #D8DE6B.


Background Color

.myBgColor { background-color: #D8DE6B; }

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

This div background color is #D8DE6B.


Border color

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

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

This div border color is #D8DE6B.


Opacity

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

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

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

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

This text has shadow with #D8DE6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DE6B on black background.


Color preview on white background

This text has color #D8DE6B on white background.



Black color preview on #D8DE6B background

This text has black color on #D8DE6B background.


White color preview on #D8DE6B background

This text has white color on #D8DE6B background.