COLOR #D4ECEB

HEX: #D4ECEB RGB: (212,236,235)

Color info

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

RGB color model

#D4ECEB color RGB value is (212,236,235).

RGB: (212,236,235) (83%, 93%, 92%)

RGB channels and saturation

R 212 of 255 = 83%
G 236 of 255 = 93%
B 235 of 255 = 92%

212
236
235

R + G + B ~ 89%. #D4ECEB is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 236 + 235 = 683 (100%)
R 212 of 683 ~ 31.04%
G 236 of 683 ~ 34.55%
B 235 of 683 ~ 34.41'%

%31.04
%34.55
%34.41

CMYK color model

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

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 7.45%
CMYK: (10,0,0,7) C10M0Y0K7 (10%,0%,0%,7%) (0.10/0.00/0.00/0.07) 

CMYK percentages

%10.17
%0
%0.42
%7.45

Codes

Color #D4ECEB in popluar color models

D4 EC EB
RGB 212 236 235
HSL 178° 38.71% 87.84%
HSB/HSV 178° 10.17% 92.55%
CMYK 10.17% 0.00% 0.42%
7.45%

Color #D4ECEB in popluar number systems.

HEX D4 EC EB
Decimal 212 236 235
Binary 11010100 11101100 11101011
Octal 324 354 353

Shades and tints

Shades of #D4ECEB

#D4ECEB
(212,236,235)
#C1D7D6
(193,215,214)
#AEC2C1
(174,194,193)
#9BADAC
(155,173,172)
#889897
(136,152,151)
#758382
(117,131,130)
#626E6D
(98,110,109)
#4F5958
(79,89,88)
#3C4443
(60,68,67)
#292F2E
(41,47,46)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #D4ECEB

#D4ECEB
(212,236,235)
#D7EDEC
(215,237,236)
#DAEEED
(218,238,237)
#DDEFEE
(221,239,238)
#E0F0EF
(224,240,239)
#E3F1F0
(227,241,240)
#E6F2F1
(230,242,241)
#E9F3F2
(233,243,242)
#ECF4F3
(236,244,243)
#EFF5F4
(239,245,244)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ECEB; }

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

This text font color is #D4ECEB.

Background Color

.myBgColor { background-color: #D4ECEB; }

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

This div background color is #D4ECEB.

Border color

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

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

This div border color is #D4ECEB.

Opacity

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

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

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

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

This text has shadow with #D4ECEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4ECEB.

Preview

Color preview on black background

This text has color #D4ECEB on black background.


Color preview on white background

This text has color #D4ECEB on white background.


Black color preview on #D4ECEB background

This text has black color on #D4ECEB background.


White color preview on #D4ECEB background

This text has white color on #D4ECEB background.


Related colors

Complementary color

Complementary color for #hex is #2B1314.


I love getcolorcode.com

Triadic colors

1 #EBD4EC and #ECEBD4 with #D4ECEB are triadic colors.

2 #EBECD4 and #ECD4EB with #D4ECEB are triadic colors.