COLOR #D4EBE7

HEX: #D4EBE7
RGB: (212,235,231)

Color info

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

RGB color model

#D4EBE7 color RGB value is (212,235,231).

  • red value is 212;
  • green value is 235;
  • blue value is 231.
RGB:
(212,235,231)
(83%,92%,91%)

RGB channels and saturation

R 212 of 255 = 83%
G 235 of 255 = 92%
B 231 of 255 = 91%

212
235
231

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

Portions of RGB colors in percentages

R + G + B =
212 + 235 + 231 = 678 (100%)
R 212 of 678 ~ 31.27%
G 235 of 678 ~ 34.66%
B 231 of 678 ~ 34.07%

%31.27
%34.66
%34.07

CMYK color model

#D4EBE7 color CMYK value is (10,0,2,8).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 7.84%
CMYK:
(10,0,2,8)
C10M0Y2K8 
(10%,0%,2%,8%)
(0.10/0.00/0.02/0.08)	

CMYK percentages

%9.79
%0
%1.7
%7.84

Codes

Color #D4EBE7 in popluar color models

D4EBE7
RGB212235231
HSL170°36.51%87.65%
HSB/HSV170°9.79%92.16%
CMYK9.79%0.00%1.70%
7.84%

Color #D4EBE7 in popluar number systems.

HEXD4EBE7
Decimal212235231
Binary110101001110101111100111
Octal324353347

Shades and tints

Shades of #D4EBE7

#D4EBE7
(212,235,231)
#C1D6D2
(193,214,210)
#AEC1BD
(174,193,189)
#9BACA8
(155,172,168)
#889793
(136,151,147)
#75827E
(117,130,126)
#626D69
(98,109,105)
#4F5854
(79,88,84)
#3C433F
(60,67,63)
#292E2A
(41,46,42)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #D4EBE7

#D4EBE7
(212,235,231)
#D7ECE9
(215,236,233)
#DAEDEB
(218,237,235)
#DDEEED
(221,238,237)
#E0EFEF
(224,239,239)
#E3F0F1
(227,240,241)
#E6F1F3
(230,241,243)
#E9F2F5
(233,242,245)
#ECF3F7
(236,243,247)
#EFF4F9
(239,244,249)
#F2F5FB
(242,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EBE7; }

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

This text font color is #D4EBE7.


Background Color

.myBgColor { background-color: #D4EBE7; }

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

This div background color is #D4EBE7.


Border color

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

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

This div border color is #D4EBE7.


Opacity

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

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

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

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

This text has shadow with #D4EBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EBE7 on black background.


Color preview on white background

This text has color #D4EBE7 on white background.



Black color preview on #D4EBE7 background

This text has black color on #D4EBE7 background.


White color preview on #D4EBE7 background

This text has white color on #D4EBE7 background.