COLOR #D4EBF1

HEX: #D4EBF1
RGB: (212,235,241)

Color info

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

RGB color model

#D4EBF1 color RGB value is (212,235,241).

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

RGB channels and saturation

R 212 of 255 = 83%
G 235 of 255 = 92%
B 241 of 255 = 95%

212
235
241

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

Portions of RGB colors in percentages

R + G + B =
212 + 235 + 241 = 688 (100%)
R 212 of 688 ~ 30.81%
G 235 of 688 ~ 34.16%
B 241 of 688 ~ 35.03%

%30.81
%34.16
%35.03

CMYK color model

#D4EBF1 color CMYK value is (12,2,0,5).

  • cyan value is 12.03%
  • magenta value is 2.49%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,2,0,5)
C12M2Y0K5 
(12%,2%,0%,5%)
(0.12/0.02/0.00/0.05)	

CMYK percentages

%12.03
%2.49
%0
%5.49

Codes

Color #D4EBF1 in popluar color models

D4EBF1
RGB212235241
HSL192°50.88%88.82%
HSB/HSV192°12.03%94.51%
CMYK12.03%2.49%0.00%
5.49%

Color #D4EBF1 in popluar number systems.

HEXD4EBF1
Decimal212235241
Binary110101001110101111110001
Octal324353361

Shades and tints

Shades of #D4EBF1

#D4EBF1
(212,235,241)
#C1D6DC
(193,214,220)
#AEC1C7
(174,193,199)
#9BACB2
(155,172,178)
#88979D
(136,151,157)
#758288
(117,130,136)
#626D73
(98,109,115)
#4F585E
(79,88,94)
#3C4349
(60,67,73)
#292E34
(41,46,52)
#16191F
(22,25,31)
#000000
(0,0,0)

Tints of #D4EBF1

#D4EBF1
(212,235,241)
#D7ECF2
(215,236,242)
#DAEDF3
(218,237,243)
#DDEEF4
(221,238,244)
#E0EFF5
(224,239,245)
#E3F0F6
(227,240,246)
#E6F1F7
(230,241,247)
#E9F2F8
(233,242,248)
#ECF3F9
(236,243,249)
#EFF4FA
(239,244,250)
#F2F5FB
(242,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EBF1; }

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

This text font color is #D4EBF1.


Background Color

.myBgColor { background-color: #D4EBF1; }

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

This div background color is #D4EBF1.


Border color

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

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

This div border color is #D4EBF1.


Opacity

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

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

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

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

This text has shadow with #D4EBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EBF1 on black background.


Color preview on white background

This text has color #D4EBF1 on white background.



Black color preview on #D4EBF1 background

This text has black color on #D4EBF1 background.


White color preview on #D4EBF1 background

This text has white color on #D4EBF1 background.