COLOR #DCED6B

HEX: #DCED6B
RGB: (220,237,107)

Color info

#DCED6B contains mainly red and green colors. Web safe color of #DCED6B is #CCFF66 (or #CF6).

RGB color model

#DCED6B color RGB value is (220,237,107).

  • red value is 220;
  • green value is 237;
  • blue value is 107.
RGB:
(220,237,107)
(86%,93%,42%)

RGB channels and saturation

R 220 of 255 = 86%
G 237 of 255 = 93%
B 107 of 255 = 42%

220
237
107

R + G + B ~ 74%. #DCED6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 237 + 107 = 564 (100%)
R 220 of 564 ~ 39.01%
G 237 of 564 ~ 42.02%
B 107 of 564 ~ 18.97%

%39.01
%42.02
%18.97

CMYK color model

#DCED6B color CMYK value is (7,0,55,7).

  • cyan value is 7.17%
  • magenta value is 0.00%
  • yellow value is 54.85%
  • key color value is 7.06%
CMYK:
(7,0,55,7)
C7M0Y55K7 
(7%,0%,55%,7%)
(0.07/0.00/0.55/0.07)	

CMYK percentages

%7.17
%0
%54.85
%7.06

Codes

Color #DCED6B in popluar color models

DCED6B
RGB220237107
HSL68°78.31%67.45%
HSB/HSV68°54.85%92.94%
CMYK7.17%0.00%54.85%
7.06%

Color #DCED6B in popluar number systems.

HEXDCED6B
Decimal220237107
Binary11011100111011011101011
Octal334355153

Shades and tints

Shades of #DCED6B

#DCED6B
(220,237,107)
#C8D862
(200,216,98)
#B4C359
(180,195,89)
#A0AE50
(160,174,80)
#8C9947
(140,153,71)
#78843E
(120,132,62)
#646F35
(100,111,53)
#505A2C
(80,90,44)
#3C4523
(60,69,35)
#28301A
(40,48,26)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #DCED6B

#DCED6B
(220,237,107)
#DFEE78
(223,238,120)
#E2EF85
(226,239,133)
#E5F092
(229,240,146)
#E8F19F
(232,241,159)
#EBF2AC
(235,242,172)
#EEF3B9
(238,243,185)
#F1F4C6
(241,244,198)
#F4F5D3
(244,245,211)
#F7F6E0
(247,246,224)
#FAF7ED
(250,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCED6B color. Also use rgb(220,237,107) instead hex code.

Text Font Color

.myTextColor { color: #DCED6B; }

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

This text font color is #DCED6B.


Background Color

.myBgColor { background-color: #DCED6B; }

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

This div background color is #DCED6B.


Border color

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

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

This div border color is #DCED6B.


Opacity

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

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

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

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

This text has shadow with #DCED6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCED6B on black background.


Color preview on white background

This text has color #DCED6B on white background.



Black color preview on #DCED6B background

This text has black color on #DCED6B background.


White color preview on #DCED6B background

This text has white color on #DCED6B background.