COLOR #DDEABC

HEX: #DDEABC
RGB: (221,234,188)

Color info

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

RGB color model

#DDEABC color RGB value is (221,234,188).

  • red value is 221;
  • green value is 234;
  • blue value is 188.
RGB:
(221,234,188)
(87%,92%,74%)

RGB channels and saturation

R 221 of 255 = 87%
G 234 of 255 = 92%
B 188 of 255 = 74%

221
234
188

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

Portions of RGB colors in percentages

R + G + B =
221 + 234 + 188 = 643 (100%)
R 221 of 643 ~ 34.37%
G 234 of 643 ~ 36.39%
B 188 of 643 ~ 29.24%

%34.37
%36.39
%29.24

CMYK color model

#DDEABC color CMYK value is (6,0,20,8).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 19.66%
  • key color value is 8.24%
CMYK:
(6,0,20,8)
C6M0Y20K8 
(6%,0%,20%,8%)
(0.06/0.00/0.20/0.08)	

CMYK percentages

%5.56
%0
%19.66
%8.24

Codes

Color #DDEABC in popluar color models

DDEABC
RGB221234188
HSL77°52.27%82.75%
HSB/HSV77°19.66%91.76%
CMYK5.56%0.00%19.66%
8.24%

Color #DDEABC in popluar number systems.

HEXDDEABC
Decimal221234188
Binary110111011110101010111100
Octal335352274

Shades and tints

Shades of #DDEABC

#DDEABC
(221,234,188)
#C9D5AB
(201,213,171)
#B5C09A
(181,192,154)
#A1AB89
(161,171,137)
#8D9678
(141,150,120)
#798167
(121,129,103)
#656C56
(101,108,86)
#515745
(81,87,69)
#3D4234
(61,66,52)
#292D23
(41,45,35)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #DDEABC

#DDEABC
(221,234,188)
#E0EBC2
(224,235,194)
#E3ECC8
(227,236,200)
#E6EDCE
(230,237,206)
#E9EED4
(233,238,212)
#ECEFDA
(236,239,218)
#EFF0E0
(239,240,224)
#F2F1E6
(242,241,230)
#F5F2EC
(245,242,236)
#F8F3F2
(248,243,242)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEABC color. Also use rgb(221,234,188) instead hex code.

Text Font Color

.myTextColor { color: #DDEABC; }

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

This text font color is #DDEABC.


Background Color

.myBgColor { background-color: #DDEABC; }

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

This div background color is #DDEABC.


Border color

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

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

This div border color is #DDEABC.


Opacity

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

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

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

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

This text has shadow with #DDEABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEABC on black background.


Color preview on white background

This text has color #DDEABC on white background.



Black color preview on #DDEABC background

This text has black color on #DDEABC background.


White color preview on #DDEABC background

This text has white color on #DDEABC background.