COLOR #DDEBB1

HEX: #DDEBB1
RGB: (221,235,177)

Color info

#DDEBB1 contains red, green and blue colors in about the same proportion. Web safe color of #DDEBB1 is #CCFF99 (or #CF9).

RGB color model

#DDEBB1 color RGB value is (221,235,177).

  • red value is 221;
  • green value is 235;
  • blue value is 177.
RGB:
(221,235,177)
(87%,92%,69%)

RGB channels and saturation

R 221 of 255 = 87%
G 235 of 255 = 92%
B 177 of 255 = 69%

221
235
177

R + G + B ~ 83%. #DDEBB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 235 + 177 = 633 (100%)
R 221 of 633 ~ 34.91%
G 235 of 633 ~ 37.12%
B 177 of 633 ~ 27.96%

%34.91
%37.12
%27.96

CMYK color model

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

  • cyan value is 5.96%
  • magenta value is 0.00%
  • yellow value is 24.68%
  • key color value is 7.84%
CMYK:
(6,0,25,8)
C6M0Y25K8 
(6%,0%,25%,8%)
(0.06/0.00/0.25/0.08)	

CMYK percentages

%5.96
%0
%24.68
%7.84

Codes

Color #DDEBB1 in popluar color models

DDEBB1
RGB221235177
HSL74°59.18%80.78%
HSB/HSV74°24.68%92.16%
CMYK5.96%0.00%24.68%
7.84%

Color #DDEBB1 in popluar number systems.

HEXDDEBB1
Decimal221235177
Binary110111011110101110110001
Octal335353261

Shades and tints

Shades of #DDEBB1

#DDEBB1
(221,235,177)
#C9D6A1
(201,214,161)
#B5C191
(181,193,145)
#A1AC81
(161,172,129)
#8D9771
(141,151,113)
#798261
(121,130,97)
#656D51
(101,109,81)
#515841
(81,88,65)
#3D4331
(61,67,49)
#292E21
(41,46,33)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #DDEBB1

#DDEBB1
(221,235,177)
#E0ECB8
(224,236,184)
#E3EDBF
(227,237,191)
#E6EEC6
(230,238,198)
#E9EFCD
(233,239,205)
#ECF0D4
(236,240,212)
#EFF1DB
(239,241,219)
#F2F2E2
(242,242,226)
#F5F3E9
(245,243,233)
#F8F4F0
(248,244,240)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEBB1 color. Also use rgb(221,235,177) instead hex code.

Text Font Color

.myTextColor { color: #DDEBB1; }

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

This text font color is #DDEBB1.


Background Color

.myBgColor { background-color: #DDEBB1; }

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

This div background color is #DDEBB1.


Border color

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

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

This div border color is #DDEBB1.


Opacity

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

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

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

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

This text has shadow with #DDEBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEBB1 on black background.


Color preview on white background

This text has color #DDEBB1 on white background.



Black color preview on #DDEBB1 background

This text has black color on #DDEBB1 background.


White color preview on #DDEBB1 background

This text has white color on #DDEBB1 background.