COLOR #D4EBE2

HEX: #D4EBE2
RGB: (212,235,226)

Color info

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

RGB color model

#D4EBE2 color RGB value is (212,235,226).

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

RGB channels and saturation

R 212 of 255 = 83%
G 235 of 255 = 92%
B 226 of 255 = 89%

212
235
226

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

Portions of RGB colors in percentages

R + G + B =
212 + 235 + 226 = 673 (100%)
R 212 of 673 ~ 31.5%
G 235 of 673 ~ 34.92%
B 226 of 673 ~ 33.58%

%31.5
%34.92
%33.58

CMYK color model

#D4EBE2 color CMYK value is (10,0,4,8).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 3.83%
  • key color value is 7.84%
CMYK:
(10,0,4,8)
C10M0Y4K8 
(10%,0%,4%,8%)
(0.10/0.00/0.04/0.08)	

CMYK percentages

%9.79
%0
%3.83
%7.84

Codes

Color #D4EBE2 in popluar color models

D4EBE2
RGB212235226
HSL157°36.51%87.65%
HSB/HSV157°9.79%92.16%
CMYK9.79%0.00%3.83%
7.84%

Color #D4EBE2 in popluar number systems.

HEXD4EBE2
Decimal212235226
Binary110101001110101111100010
Octal324353342

Shades and tints

Shades of #D4EBE2

#D4EBE2
(212,235,226)
#C1D6CE
(193,214,206)
#AEC1BA
(174,193,186)
#9BACA6
(155,172,166)
#889792
(136,151,146)
#75827E
(117,130,126)
#626D6A
(98,109,106)
#4F5856
(79,88,86)
#3C4342
(60,67,66)
#292E2E
(41,46,46)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #D4EBE2

#D4EBE2
(212,235,226)
#D7ECE4
(215,236,228)
#DAEDE6
(218,237,230)
#DDEEE8
(221,238,232)
#E0EFEA
(224,239,234)
#E3F0EC
(227,240,236)
#E6F1EE
(230,241,238)
#E9F2F0
(233,242,240)
#ECF3F2
(236,243,242)
#EFF4F4
(239,244,244)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EBE2; }

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

This text font color is #D4EBE2.


Background Color

.myBgColor { background-color: #D4EBE2; }

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

This div background color is #D4EBE2.


Border color

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

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

This div border color is #D4EBE2.


Opacity

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

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

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

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

This text has shadow with #D4EBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EBE2 on black background.


Color preview on white background

This text has color #D4EBE2 on white background.



Black color preview on #D4EBE2 background

This text has black color on #D4EBE2 background.


White color preview on #D4EBE2 background

This text has white color on #D4EBE2 background.