COLOR #DDF27C

HEX: #DDF27C
RGB: (221,242,124)

Color info

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

RGB color model

#DDF27C color RGB value is (221,242,124).

  • red value is 221;
  • green value is 242;
  • blue value is 124.
RGB:
(221,242,124)
(87%,95%,49%)

RGB channels and saturation

R 221 of 255 = 87%
G 242 of 255 = 95%
B 124 of 255 = 49%

221
242
124

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

Portions of RGB colors in percentages

R + G + B =
221 + 242 + 124 = 587 (100%)
R 221 of 587 ~ 37.65%
G 242 of 587 ~ 41.23%
B 124 of 587 ~ 21.12%

%37.65
%41.23
%21.12

CMYK color model

#DDF27C color CMYK value is (9,0,49,5).

  • cyan value is 8.68%
  • magenta value is 0.00%
  • yellow value is 48.76%
  • key color value is 5.10%
CMYK:
(9,0,49,5)
C9M0Y49K5 
(9%,0%,49%,5%)
(0.09/0.00/0.49/0.05)	

CMYK percentages

%8.68
%0
%48.76
%5.1

Codes

Color #DDF27C in popluar color models

DDF27C
RGB221242124
HSL71°81.94%71.76%
HSB/HSV71°48.76%94.90%
CMYK8.68%0.00%48.76%
5.10%

Color #DDF27C in popluar number systems.

HEXDDF27C
Decimal221242124
Binary11011101111100101111100
Octal335362174

Shades and tints

Shades of #DDF27C

#DDF27C
(221,242,124)
#C9DC71
(201,220,113)
#B5C666
(181,198,102)
#A1B05B
(161,176,91)
#8D9A50
(141,154,80)
#798445
(121,132,69)
#656E3A
(101,110,58)
#51582F
(81,88,47)
#3D4224
(61,66,36)
#292C19
(41,44,25)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #DDF27C

#DDF27C
(221,242,124)
#E0F387
(224,243,135)
#E3F492
(227,244,146)
#E6F59D
(230,245,157)
#E9F6A8
(233,246,168)
#ECF7B3
(236,247,179)
#EFF8BE
(239,248,190)
#F2F9C9
(242,249,201)
#F5FAD4
(245,250,212)
#F8FBDF
(248,251,223)
#FBFCEA
(251,252,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF27C color. Also use rgb(221,242,124) instead hex code.

Text Font Color

.myTextColor { color: #DDF27C; }

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

This text font color is #DDF27C.


Background Color

.myBgColor { background-color: #DDF27C; }

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

This div background color is #DDF27C.


Border color

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

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

This div border color is #DDF27C.


Opacity

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

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

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

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

This text has shadow with #DDF27C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF27C on black background.


Color preview on white background

This text has color #DDF27C on white background.



Black color preview on #DDF27C background

This text has black color on #DDF27C background.


White color preview on #DDF27C background

This text has white color on #DDF27C background.