COLOR #D4EBFD

HEX: #D4EBFD RGB: (212,235,253)

Color info

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

RGB color model

#D4EBFD color RGB value is (212,235,253).

RGB: (212,235,253) (83%, 92%, 99%)

RGB channels and saturation

R 212 of 255 = 83%
G 235 of 255 = 92%
B 253 of 255 = 99%

212
235
253

R + G + B ~ 91%. #D4EBFD is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 235 + 253 = 700 (100%)
R 212 of 700 ~ 30.29%
G 235 of 700 ~ 33.57%
B 253 of 700 ~ 36.14'%

%30.29
%33.57
%36.14

CMYK color model

#D4EBFD color CMYK value is (16,7,0,1).

  • cyan value is 16.21%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (16,7,0,1)
C16M7Y0K1 (16%, 7%, 0%, 1%)
(0.16 / 0.07 / 0.00 / 0.01)

CMYK percentages

%16.21
%7.11
%0
%0.78

Codes

Color #D4EBFD in popluar color models

D4 EB FD
RGB 212 235 253
HSL 206° 91.11% 91.18%
HSB/HSV 206° 16.21% 99.22%
CMYK 16.21% 7.11% 0.00%
0.78%

Color #D4EBFD in popluar number systems.

HEX D4 EB FD
Decimal 212 235 253
Binary 11010100 11101011 11111101
Octal 324 353 375

Shades and tints

Shades of #D4EBFD

#D4EBFD
(212,235,253)
#C1D6E6
(193,214,230)
#AEC1CF
(174,193,207)
#9BACB8
(155,172,184)
#8897A1
(136,151,161)
#75828A
(117,130,138)
#626D73
(98,109,115)
#4F585C
(79,88,92)
#3C4345
(60,67,69)
#292E2E
(41,46,46)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #D4EBFD

#D4EBFD
(212,235,253)
#D7ECFD
(215,236,253)
#DAEDFD
(218,237,253)
#DDEEFD
(221,238,253)
#E0EFFD
(224,239,253)
#E3F0FD
(227,240,253)
#E6F1FD
(230,241,253)
#E9F2FD
(233,242,253)
#ECF3FD
(236,243,253)
#EFF4FD
(239,244,253)
#F2F5FD
(242,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EBFD; }

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

This text font color is #D4EBFD.

Background Color

.myBgColor { background-color: #D4EBFD; }

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

This div background color is #D4EBFD.

Border color

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

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

This div border color is #D4EBFD.

Opacity

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

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

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

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

This text has shadow with #D4EBFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EBFD.

Preview

Color preview on black background

This text has color #D4EBFD on black background.


Color preview on white background

This text has color #D4EBFD on white background.


Black color preview on #D4EBFD background

This text has black color on #D4EBFD background.


White color preview on #D4EBFD background

This text has white color on #D4EBFD background.


Related colors

Complementary color

Complementary color for #hex is #2B1402.


I love getcolorcode.com

Triadic colors

1 #FDD4EB and #EBFDD4 with #D4EBFD are triadic colors.

2 #FDEBD4 and #EBD4FD with #D4EBFD are triadic colors.