COLOR #DDF2B7

HEX: #DDF2B7 RGB: (221,242,183)

Color info

#DDF2B7 contains red, green and blue colors in about the same proportion. Web safe color of #DDF2B7 is #CCFFCC (or #CFC).

RGB color model

#DDF2B7 color RGB value is (221,242,183).

RGB: (221,242,183) (87%, 95%, 72%)

RGB channels and saturation

R 221 of 255 = 87%
G 242 of 255 = 95%
B 183 of 255 = 72%

221
242
183

R + G + B ~ 85%. #DDF2B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 242 + 183 = 646 (100%)
R 221 of 646 ~ 34.21%
G 242 of 646 ~ 37.46%
B 183 of 646 ~ 28.33'%

%34.21
%37.46
%28.33

CMYK color model

#DDF2B7 color CMYK value is (9,0,24,5).

  • cyan value is 8.68%
  • magenta value is 0.00%
  • yellow value is 24.38%
  • key color value is 5.10%

CMYK: (9,0,24,5)
C9M0Y24K5 (9%, 0%, 24%, 5%)
(0.09 / 0.00 / 0.24 / 0.05)

CMYK percentages

%8.68
%0
%24.38
%5.1

Codes

Color #DDF2B7 in popluar color models

DD F2 B7
RGB 221 242 183
HSL 81° 69.41% 83.33%
HSB/HSV 81° 24.38% 94.90%
CMYK 8.68% 0.00% 24.38%
5.10%

Color #DDF2B7 in popluar number systems.

HEX DD F2 B7
Decimal 221 242 183
Binary 11011101 11110010 10110111
Octal 335 362 267

Shades and tints

Shades of #DDF2B7

#DDF2B7
(221,242,183)
#C9DCA7
(201,220,167)
#B5C697
(181,198,151)
#A1B087
(161,176,135)
#8D9A77
(141,154,119)
#798467
(121,132,103)
#656E57
(101,110,87)
#515847
(81,88,71)
#3D4237
(61,66,55)
#292C27
(41,44,39)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #DDF2B7

#DDF2B7
(221,242,183)
#E0F3BD
(224,243,189)
#E3F4C3
(227,244,195)
#E6F5C9
(230,245,201)
#E9F6CF
(233,246,207)
#ECF7D5
(236,247,213)
#EFF8DB
(239,248,219)
#F2F9E1
(242,249,225)
#F5FAE7
(245,250,231)
#F8FBED
(248,251,237)
#FBFCF3
(251,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF2B7; }

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

This text font color is #DDF2B7.

Background Color

.myBgColor { background-color: #DDF2B7; }

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

This div background color is #DDF2B7.

Border color

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

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

This div border color is #DDF2B7.

Opacity

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

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

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

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

This text has shadow with #DDF2B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF2B7.

Preview

Color preview on black background

This text has color #DDF2B7 on black background.


Color preview on white background

This text has color #DDF2B7 on white background.


Black color preview on #DDF2B7 background

This text has black color on #DDF2B7 background.


White color preview on #DDF2B7 background

This text has white color on #DDF2B7 background.


Related colors

Complementary color

Complementary color for #hex is #220D48.


I love getcolorcode.com

Triadic colors

1 #B7DDF2 and #F2B7DD with #DDF2B7 are triadic colors.

2 #B7F2DD and #F2DDB7 with #DDF2B7 are triadic colors.