COLOR #DDE085

HEX: #DDE085
RGB: (221,224,133)

Color info

#DDE085 contains mainly red and green colors. Web safe color of #DDE085 is #CCCC99 (or #CC9).

RGB color model

#DDE085 color RGB value is (221,224,133).

  • red value is 221;
  • green value is 224;
  • blue value is 133.
RGB:
(221,224,133)
(87%,88%,52%)

RGB channels and saturation

R 221 of 255 = 87%
G 224 of 255 = 88%
B 133 of 255 = 52%

221
224
133

R + G + B ~ 76%. #DDE085 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 224 + 133 = 578 (100%)
R 221 of 578 ~ 38.24%
G 224 of 578 ~ 38.75%
B 133 of 578 ~ 23.01%

%38.24
%38.75
%23.01

CMYK color model

#DDE085 color CMYK value is (1,0,41,12).

  • cyan value is 1.34%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 12.16%
CMYK:
(1,0,41,12)
C1M0Y41K12 
(1%,0%,41%,12%)
(0.01/0.00/0.41/0.12)	

CMYK percentages

%1.34
%0
%40.63
%12.16

Codes

Color #DDE085 in popluar color models

DDE085
RGB221224133
HSL62°59.48%70.00%
HSB/HSV62°40.63%87.84%
CMYK1.34%0.00%40.63%
12.16%

Color #DDE085 in popluar number systems.

HEXDDE085
Decimal221224133
Binary110111011110000010000101
Octal335340205

Shades and tints

Shades of #DDE085

#DDE085
(221,224,133)
#C9CC79
(201,204,121)
#B5B86D
(181,184,109)
#A1A461
(161,164,97)
#8D9055
(141,144,85)
#797C49
(121,124,73)
#65683D
(101,104,61)
#515431
(81,84,49)
#3D4025
(61,64,37)
#292C19
(41,44,25)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #DDE085

#DDE085
(221,224,133)
#E0E290
(224,226,144)
#E3E49B
(227,228,155)
#E6E6A6
(230,230,166)
#E9E8B1
(233,232,177)
#ECEABC
(236,234,188)
#EFECC7
(239,236,199)
#F2EED2
(242,238,210)
#F5F0DD
(245,240,221)
#F8F2E8
(248,242,232)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE085 color. Also use rgb(221,224,133) instead hex code.

Text Font Color

.myTextColor { color: #DDE085; }

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

This text font color is #DDE085.


Background Color

.myBgColor { background-color: #DDE085; }

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

This div background color is #DDE085.


Border color

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

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

This div border color is #DDE085.


Opacity

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

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

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

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

This text has shadow with #DDE085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE085 on black background.


Color preview on white background

This text has color #DDE085 on white background.



Black color preview on #DDE085 background

This text has black color on #DDE085 background.


White color preview on #DDE085 background

This text has white color on #DDE085 background.