COLOR #D4EDED

HEX: #D4EDED
RGB: (212,237,237)

Color info

#D4EDED contains red, green and blue colors in about the same proportion. Web safe color of #D4EDED is #CCFFFF (or #CFF).

RGB color model

#D4EDED color RGB value is (212,237,237).

  • red value is 212;
  • green value is 237;
  • blue value is 237.
RGB:
(212,237,237)
(83%,93%,93%)

RGB channels and saturation

R 212 of 255 = 83%
G 237 of 255 = 93%
B 237 of 255 = 93%

212
237
237

R + G + B ~ 90%. #D4EDED is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 237 + 237 = 686 (100%)
R 212 of 686 ~ 30.9%
G 237 of 686 ~ 34.55%
B 237 of 686 ~ 34.55%

%30.9
%34.55
%34.55

CMYK color model

#D4EDED color CMYK value is (11,0,0,7).

  • cyan value is 10.55%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,0,0,7)
C11M0Y0K7 
(11%,0%,0%,7%)
(0.11/0.00/0.00/0.07)	

CMYK percentages

%10.55
%0
%0
%7.06

Codes

Color #D4EDED in popluar color models

D4EDED
RGB212237237
HSL180°40.98%88.04%
HSB/HSV180°10.55%92.94%
CMYK10.55%0.00%0.00%
7.06%

Color #D4EDED in popluar number systems.

HEXD4EDED
Decimal212237237
Binary110101001110110111101101
Octal324355355

Shades and tints

Shades of #D4EDED

#D4EDED
(212,237,237)
#C1D8D8
(193,216,216)
#AEC3C3
(174,195,195)
#9BAEAE
(155,174,174)
#889999
(136,153,153)
#758484
(117,132,132)
#626F6F
(98,111,111)
#4F5A5A
(79,90,90)
#3C4545
(60,69,69)
#293030
(41,48,48)
#161B1B
(22,27,27)
#000000
(0,0,0)

Tints of #D4EDED

#D4EDED
(212,237,237)
#D7EEEE
(215,238,238)
#DAEFEF
(218,239,239)
#DDF0F0
(221,240,240)
#E0F1F1
(224,241,241)
#E3F2F2
(227,242,242)
#E6F3F3
(230,243,243)
#E9F4F4
(233,244,244)
#ECF5F5
(236,245,245)
#EFF6F6
(239,246,246)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EDED; }

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

This text font color is #D4EDED.


Background Color

.myBgColor { background-color: #D4EDED; }

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

This div background color is #D4EDED.


Border color

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

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

This div border color is #D4EDED.


Opacity

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

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

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

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

This text has shadow with #D4EDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EDED on black background.


Color preview on white background

This text has color #D4EDED on white background.



Black color preview on #D4EDED background

This text has black color on #D4EDED background.


White color preview on #D4EDED background

This text has white color on #D4EDED background.