COLOR #DDE988

HEX: #DDE988
RGB: (221,233,136)

Color info

#DDE988 contains mainly red and green colors. Web safe color of #DDE988 is #CCFF99 (or #CF9).

RGB color model

#DDE988 color RGB value is (221,233,136).

  • red value is 221;
  • green value is 233;
  • blue value is 136.
RGB:
(221,233,136)
(87%,91%,53%)

RGB channels and saturation

R 221 of 255 = 87%
G 233 of 255 = 91%
B 136 of 255 = 53%

221
233
136

R + G + B ~ 77%. #DDE988 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 233 + 136 = 590 (100%)
R 221 of 590 ~ 37.46%
G 233 of 590 ~ 39.49%
B 136 of 590 ~ 23.05%

%37.46
%39.49
%23.05

CMYK color model

#DDE988 color CMYK value is (5,0,42,9).

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 41.63%
  • key color value is 8.63%
CMYK:
(5,0,42,9)
C5M0Y42K9 
(5%,0%,42%,9%)
(0.05/0.00/0.42/0.09)	

CMYK percentages

%5.15
%0
%41.63
%8.63

Codes

Color #DDE988 in popluar color models

DDE988
RGB221233136
HSL67°68.79%72.35%
HSB/HSV67°41.63%91.37%
CMYK5.15%0.00%41.63%
8.63%

Color #DDE988 in popluar number systems.

HEXDDE988
Decimal221233136
Binary110111011110100110001000
Octal335351210

Shades and tints

Shades of #DDE988

#DDE988
(221,233,136)
#C9D47C
(201,212,124)
#B5BF70
(181,191,112)
#A1AA64
(161,170,100)
#8D9558
(141,149,88)
#79804C
(121,128,76)
#656B40
(101,107,64)
#515634
(81,86,52)
#3D4128
(61,65,40)
#292C1C
(41,44,28)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #DDE988

#DDE988
(221,233,136)
#E0EB92
(224,235,146)
#E3ED9C
(227,237,156)
#E6EFA6
(230,239,166)
#E9F1B0
(233,241,176)
#ECF3BA
(236,243,186)
#EFF5C4
(239,245,196)
#F2F7CE
(242,247,206)
#F5F9D8
(245,249,216)
#F8FBE2
(248,251,226)
#FBFDEC
(251,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE988 color. Also use rgb(221,233,136) instead hex code.

Text Font Color

.myTextColor { color: #DDE988; }

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

This text font color is #DDE988.


Background Color

.myBgColor { background-color: #DDE988; }

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

This div background color is #DDE988.


Border color

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

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

This div border color is #DDE988.


Opacity

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

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

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

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

This text has shadow with #DDE988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE988 on black background.


Color preview on white background

This text has color #DDE988 on white background.



Black color preview on #DDE988 background

This text has black color on #DDE988 background.


White color preview on #DDE988 background

This text has white color on #DDE988 background.