COLOR #DDEFB3

HEX: #DDEFB3 RGB: (221,239,179)

Color info

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

RGB color model

#DDEFB3 color RGB value is (221,239,179).

RGB: (221,239,179) (87%, 94%, 70%)

RGB channels and saturation

R 221 of 255 = 87%
G 239 of 255 = 94%
B 179 of 255 = 70%

221
239
179

R + G + B ~ 84%. #DDEFB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 239 + 179 = 639 (100%)
R 221 of 639 ~ 34.59%
G 239 of 639 ~ 37.4%
B 179 of 639 ~ 28.01'%

%34.59
%37.4
%28.01

CMYK color model

#DDEFB3 color CMYK value is (8,0,25,6).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 25.10%
  • key color value is 6.27%

CMYK: (8,0,25,6)
C8M0Y25K6 (8%, 0%, 25%, 6%)
(0.08 / 0.00 / 0.25 / 0.06)

CMYK percentages

%7.53
%0
%25.1
%6.27

Codes

Color #DDEFB3 in popluar color models

DD EF B3
RGB 221 239 179
HSL 78° 65.22% 81.96%
HSB/HSV 78° 25.10% 93.73%
CMYK 7.53% 0.00% 25.10%
6.27%

Color #DDEFB3 in popluar number systems.

HEX DD EF B3
Decimal 221 239 179
Binary 11011101 11101111 10110011
Octal 335 357 263

Shades and tints

Shades of #DDEFB3

#DDEFB3
(221,239,179)
#C9DAA3
(201,218,163)
#B5C593
(181,197,147)
#A1B083
(161,176,131)
#8D9B73
(141,155,115)
#798663
(121,134,99)
#657153
(101,113,83)
#515C43
(81,92,67)
#3D4733
(61,71,51)
#293223
(41,50,35)
#151D13
(21,29,19)
#000000
(0,0,0)

Tints of #DDEFB3

#DDEFB3
(221,239,179)
#E0F0B9
(224,240,185)
#E3F1BF
(227,241,191)
#E6F2C5
(230,242,197)
#E9F3CB
(233,243,203)
#ECF4D1
(236,244,209)
#EFF5D7
(239,245,215)
#F2F6DD
(242,246,221)
#F5F7E3
(245,247,227)
#F8F8E9
(248,248,233)
#FBF9EF
(251,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEFB3; }

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

This text font color is #DDEFB3.

Background Color

.myBgColor { background-color: #DDEFB3; }

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

This div background color is #DDEFB3.

Border color

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

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

This div border color is #DDEFB3.

Opacity

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

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

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

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

This text has shadow with #DDEFB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEFB3.

Preview

Color preview on black background

This text has color #DDEFB3 on black background.


Color preview on white background

This text has color #DDEFB3 on white background.


Black color preview on #DDEFB3 background

This text has black color on #DDEFB3 background.


White color preview on #DDEFB3 background

This text has white color on #DDEFB3 background.


Related colors

Complementary color

Complementary color for #hex is #22104C.


I love getcolorcode.com

Triadic colors

1 #B3DDEF and #EFB3DD with #DDEFB3 are triadic colors.

2 #B3EFDD and #EFDDB3 with #DDEFB3 are triadic colors.