COLOR #DDEBC4

HEX: #DDEBC4
RGB: (221,235,196)

Color info

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

RGB color model

#DDEBC4 color RGB value is (221,235,196).

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

RGB channels and saturation

R 221 of 255 = 87%
G 235 of 255 = 92%
B 196 of 255 = 77%

221
235
196

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

Portions of RGB colors in percentages

R + G + B =
221 + 235 + 196 = 652 (100%)
R 221 of 652 ~ 33.9%
G 235 of 652 ~ 36.04%
B 196 of 652 ~ 30.06%

%33.9
%36.04
%30.06

CMYK color model

#DDEBC4 color CMYK value is (6,0,17,8).

  • cyan value is 5.96%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 7.84%
CMYK:
(6,0,17,8)
C6M0Y17K8 
(6%,0%,17%,8%)
(0.06/0.00/0.17/0.08)	

CMYK percentages

%5.96
%0
%16.6
%7.84

Codes

Color #DDEBC4 in popluar color models

DDEBC4
RGB221235196
HSL82°49.37%84.51%
HSB/HSV82°16.60%92.16%
CMYK5.96%0.00%16.60%
7.84%

Color #DDEBC4 in popluar number systems.

HEXDDEBC4
Decimal221235196
Binary110111011110101111000100
Octal335353304

Shades and tints

Shades of #DDEBC4

#DDEBC4
(221,235,196)
#C9D6B3
(201,214,179)
#B5C1A2
(181,193,162)
#A1AC91
(161,172,145)
#8D9780
(141,151,128)
#79826F
(121,130,111)
#656D5E
(101,109,94)
#51584D
(81,88,77)
#3D433C
(61,67,60)
#292E2B
(41,46,43)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #DDEBC4

#DDEBC4
(221,235,196)
#E0ECC9
(224,236,201)
#E3EDCE
(227,237,206)
#E6EED3
(230,238,211)
#E9EFD8
(233,239,216)
#ECF0DD
(236,240,221)
#EFF1E2
(239,241,226)
#F2F2E7
(242,242,231)
#F5F3EC
(245,243,236)
#F8F4F1
(248,244,241)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBC4; }

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

This text font color is #DDEBC4.


Background Color

.myBgColor { background-color: #DDEBC4; }

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

This div background color is #DDEBC4.


Border color

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

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

This div border color is #DDEBC4.


Opacity

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

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

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

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

This text has shadow with #DDEBC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEBC4 on black background.


Color preview on white background

This text has color #DDEBC4 on white background.



Black color preview on #DDEBC4 background

This text has black color on #DDEBC4 background.


White color preview on #DDEBC4 background

This text has white color on #DDEBC4 background.