COLOR #D2EFDD

HEX: #D2EFDD RGB: (210,239,221)

Color info

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

RGB color model

#D2EFDD color RGB value is (210,239,221).

RGB: (210,239,221) (82%, 94%, 87%)

RGB channels and saturation

R 210 of 255 = 82%
G 239 of 255 = 94%
B 221 of 255 = 87%

210
239
221

R + G + B ~ 88%. #D2EFDD is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 239 + 221 = 670 (100%)
R 210 of 670 ~ 31.34%
G 239 of 670 ~ 35.67%
B 221 of 670 ~ 32.99'%

%31.34
%35.67
%32.99

CMYK color model

#D2EFDD color CMYK value is (12,0,8,6).

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

CMYK: (12,0,8,6)
C12M0Y8K6 (12%, 0%, 8%, 6%)
(0.12 / 0.00 / 0.08 / 0.06)

CMYK percentages

%12.13
%0
%7.53
%6.27

Codes

Color #D2EFDD in popluar color models

D2 EF DD
RGB 210 239 221
HSL 143° 47.54% 88.04%
HSB/HSV 143° 12.13% 93.73%
CMYK 12.13% 0.00% 7.53%
6.27%

Color #D2EFDD in popluar number systems.

HEX D2 EF DD
Decimal 210 239 221
Binary 11010010 11101111 11011101
Octal 322 357 335

Shades and tints

Shades of #D2EFDD

#D2EFDD
(210,239,221)
#BFDAC9
(191,218,201)
#ACC5B5
(172,197,181)
#99B0A1
(153,176,161)
#869B8D
(134,155,141)
#738679
(115,134,121)
#607165
(96,113,101)
#4D5C51
(77,92,81)
#3A473D
(58,71,61)
#273229
(39,50,41)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #D2EFDD

#D2EFDD
(210,239,221)
#D6F0E0
(214,240,224)
#DAF1E3
(218,241,227)
#DEF2E6
(222,242,230)
#E2F3E9
(226,243,233)
#E6F4EC
(230,244,236)
#EAF5EF
(234,245,239)
#EEF6F2
(238,246,242)
#F2F7F5
(242,247,245)
#F6F8F8
(246,248,248)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EFDD; }

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

This text font color is #D2EFDD.

Background Color

.myBgColor { background-color: #D2EFDD; }

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

This div background color is #D2EFDD.

Border color

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

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

This div border color is #D2EFDD.

Opacity

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

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

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

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

This text has shadow with #D2EFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2EFDD.

Preview

Color preview on black background

This text has color #D2EFDD on black background.


Color preview on white background

This text has color #D2EFDD on white background.


Black color preview on #D2EFDD background

This text has black color on #D2EFDD background.


White color preview on #D2EFDD background

This text has white color on #D2EFDD background.


Related colors

Complementary color

Complementary color for #hex is #2D1022.


I love getcolorcode.com

Triadic colors

1 #DDD2EF and #EFDDD2 with #D2EFDD are triadic colors.

2 #DDEFD2 and #EFD2DD with #D2EFDD are triadic colors.