COLOR #DDEF92

HEX: #DDEF92
RGB: (221,239,146)

Color info

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

RGB color model

#DDEF92 color RGB value is (221,239,146).

  • red value is 221;
  • green value is 239;
  • blue value is 146.
RGB:
(221,239,146)
(87%,94%,57%)

RGB channels and saturation

R 221 of 255 = 87%
G 239 of 255 = 94%
B 146 of 255 = 57%

221
239
146

R + G + B ~ 79%. #DDEF92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 239 + 146 = 606 (100%)
R 221 of 606 ~ 36.47%
G 239 of 606 ~ 39.44%
B 146 of 606 ~ 24.09%

%36.47
%39.44
%24.09

CMYK color model

#DDEF92 color CMYK value is (8,0,39,6).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 38.91%
  • key color value is 6.27%
CMYK:
(8,0,39,6)
C8M0Y39K6 
(8%,0%,39%,6%)
(0.08/0.00/0.39/0.06)	

CMYK percentages

%7.53
%0
%38.91
%6.27

Codes

Color #DDEF92 in popluar color models

DDEF92
RGB221239146
HSL72°74.40%75.49%
HSB/HSV72°38.91%93.73%
CMYK7.53%0.00%38.91%
6.27%

Color #DDEF92 in popluar number systems.

HEXDDEF92
Decimal221239146
Binary110111011110111110010010
Octal335357222

Shades and tints

Shades of #DDEF92

#DDEF92
(221,239,146)
#C9DA85
(201,218,133)
#B5C578
(181,197,120)
#A1B06B
(161,176,107)
#8D9B5E
(141,155,94)
#798651
(121,134,81)
#657144
(101,113,68)
#515C37
(81,92,55)
#3D472A
(61,71,42)
#29321D
(41,50,29)
#151D10
(21,29,16)
#000000
(0,0,0)

Tints of #DDEF92

#DDEF92
(221,239,146)
#E0F09B
(224,240,155)
#E3F1A4
(227,241,164)
#E6F2AD
(230,242,173)
#E9F3B6
(233,243,182)
#ECF4BF
(236,244,191)
#EFF5C8
(239,245,200)
#F2F6D1
(242,246,209)
#F5F7DA
(245,247,218)
#F8F8E3
(248,248,227)
#FBF9EC
(251,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEF92 color. Also use rgb(221,239,146) instead hex code.

Text Font Color

.myTextColor { color: #DDEF92; }

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

This text font color is #DDEF92.


Background Color

.myBgColor { background-color: #DDEF92; }

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

This div background color is #DDEF92.


Border color

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

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

This div border color is #DDEF92.


Opacity

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

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

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

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

This text has shadow with #DDEF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEF92 on black background.


Color preview on white background

This text has color #DDEF92 on white background.



Black color preview on #DDEF92 background

This text has black color on #DDEF92 background.


White color preview on #DDEF92 background

This text has white color on #DDEF92 background.