COLOR #DDFF88

HEX: #DDFF88 RGB: (221,255,136)

Color info

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

RGB color model

#DDFF88 color RGB value is (221,255,136).

RGB: (221,255,136) (87%, 100%, 53%)

RGB channels and saturation

R 221 of 255 = 87%
G 255 of 255 = 100%
B 136 of 255 = 53%

221
255
136

R + G + B ~ 80%. #DDFF88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 255 + 136 = 612 (100%)
R 221 of 612 ~ 36.11%
G 255 of 612 ~ 41.67%
B 136 of 612 ~ 22.22'%

%36.11
%41.67
%22.22

CMYK color model

#DDFF88 color CMYK value is (13,0,47,0).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 0.00%
CMYK: (13,0,47,0) C13M0Y47K0 (13%,0%,47%,0%) (0.13/0.00/0.47/0.00) 

CMYK percentages

%13.33
%0
%46.67
%0

Codes

Color #DDFF88 in popluar color models

DD FF 88
RGB 221 255 136
HSL 77° 100.00% 76.67%
HSB/HSV 77° 46.67% 100.00%
CMYK 13.33% 0.00% 46.67%
0.00%

Color #DDFF88 in popluar number systems.

HEX DD FF 88
Decimal 221 255 136
Binary 11011101 11111111 10001000
Octal 335 377 210

Shades and tints

Shades of #DDFF88

#DDFF88
(221,255,136)
#C9E87C
(201,232,124)
#B5D170
(181,209,112)
#A1BA64
(161,186,100)
#8DA358
(141,163,88)
#798C4C
(121,140,76)
#657540
(101,117,64)
#515E34
(81,94,52)
#3D4728
(61,71,40)
#29301C
(41,48,28)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #DDFF88

#DDFF88
(221,255,136)
#E0FF92
(224,255,146)
#E3FF9C
(227,255,156)
#E6FFA6
(230,255,166)
#E9FFB0
(233,255,176)
#ECFFBA
(236,255,186)
#EFFFC4
(239,255,196)
#F2FFCE
(242,255,206)
#F5FFD8
(245,255,216)
#F8FFE2
(248,255,226)
#FBFFEC
(251,255,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFF88; }

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

This text font color is #DDFF88.

Background Color

.myBgColor { background-color: #DDFF88; }

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

This div background color is #DDFF88.

Border color

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

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

This div border color is #DDFF88.

Opacity

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

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

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

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

This text has shadow with #DDFF88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDFF88.

Preview

Color preview on black background

This text has color #DDFF88 on black background.


Color preview on white background

This text has color #DDFF88 on white background.


Black color preview on #DDFF88 background

This text has black color on #DDFF88 background.


White color preview on #DDFF88 background

This text has white color on #DDFF88 background.


Related colors

Complementary color

Complementary color for #hex is #220077.


I love getcolorcode.com

Triadic colors

1 #88DDFF and #FF88DD with #DDFF88 are triadic colors.

2 #88FFDD and #FFDD88 with #DDFF88 are triadic colors.