COLOR #D6EDDD

HEX: #D6EDDD RGB: (214,237,221)

Color info

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

RGB color model

#D6EDDD color RGB value is (214,237,221).

RGB: (214,237,221) (84%, 93%, 87%)

RGB channels and saturation

R 214 of 255 = 84%
G 237 of 255 = 93%
B 221 of 255 = 87%

214
237
221

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

Portions of RGB colors in percentages

R + G + B = 214 + 237 + 221 = 672 (100%)
R 214 of 672 ~ 31.85%
G 237 of 672 ~ 35.27%
B 221 of 672 ~ 32.89'%

%31.85
%35.27
%32.89

CMYK color model

#D6EDDD color CMYK value is (10,0,7,7).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 7.06%

CMYK: (10,0,7,7)
C10M0Y7K7 (10%, 0%, 7%, 7%)
(0.10 / 0.00 / 0.07 / 0.07)

CMYK percentages

%9.7
%0
%6.75
%7.06

Codes

Color #D6EDDD in popluar color models

D6 ED DD
RGB 214 237 221
HSL 138° 38.98% 88.43%
HSB/HSV 138° 9.70% 92.94%
CMYK 9.70% 0.00% 6.75%
7.06%

Color #D6EDDD in popluar number systems.

HEX D6 ED DD
Decimal 214 237 221
Binary 11010110 11101101 11011101
Octal 326 355 335

Shades and tints

Shades of #D6EDDD

#D6EDDD
(214,237,221)
#C3D8C9
(195,216,201)
#B0C3B5
(176,195,181)
#9DAEA1
(157,174,161)
#8A998D
(138,153,141)
#778479
(119,132,121)
#646F65
(100,111,101)
#515A51
(81,90,81)
#3E453D
(62,69,61)
#2B3029
(43,48,41)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #D6EDDD

#D6EDDD
(214,237,221)
#D9EEE0
(217,238,224)
#DCEFE3
(220,239,227)
#DFF0E6
(223,240,230)
#E2F1E9
(226,241,233)
#E5F2EC
(229,242,236)
#E8F3EF
(232,243,239)
#EBF4F2
(235,244,242)
#EEF5F5
(238,245,245)
#F1F6F8
(241,246,248)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EDDD color. Also use rgb(214,237,221) instead hex code.

Text Font Color

.myTextColor { color: #D6EDDD; }

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

This text font color is #D6EDDD.

Background Color

.myBgColor { background-color: #D6EDDD; }

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

This div background color is #D6EDDD.

Border color

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

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

This div border color is #D6EDDD.

Opacity

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

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

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

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

This text has shadow with #D6EDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EDDD.

Preview

Color preview on black background

This text has color #D6EDDD on black background.


Color preview on white background

This text has color #D6EDDD on white background.


Black color preview on #D6EDDD background

This text has black color on #D6EDDD background.


White color preview on #D6EDDD background

This text has white color on #D6EDDD background.


Related colors

Complementary color

Complementary color for #hex is #291222.


I love getcolorcode.com

Triadic colors

1 #DDD6ED and #EDDDD6 with #D6EDDD are triadic colors.

2 #DDEDD6 and #EDD6DD with #D6EDDD are triadic colors.