COLOR #D4E4EF

HEX: #D4E4EF
RGB: (212,228,239)

Renk bilgisi

#D4E4EF contains red, green and blue colors in about the same proportion. #D4E4EF ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#D4E4EF color RGB value is (212,228,239).

  • kırmız ton 212;
  • yeşil ton 228;
  • mavi ton 239.
RGB:
(212,228,239)
(83%,89%,94%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 228 of 255 = 89%
B 239 of 255 = 94%

212
228
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 228 + 239 = 679 (100%)
R 212 of 679 ~ 31.22%
G 228 of 679 ~ 33.58%
B 239 of 679 ~ 35.2%

%31.22
%33.58
%35.2

CMYK RENK MODELİ

#D4E4EF rengi CMYK tonu (11,5,0,6).

  • camgöbeği tonu 11.30%
  • eflatun tonu 4.60%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(11,5,0,6)
C11M5Y0K6 
(11%,5%,0%,6%)
(0.11/0.05/0.00/0.06)	

CMYK yüzdeleri

%11.3
%4.6
%0
%6.27

Codes

Color #D4E4EF in popluar color models

D4E4EF
RGB212228239
HSL204°45.76%88.43%
HSB/HSV204°11.30%93.73%
CMYK11.30%4.60%0.00%
6.27%

Color #D4E4EF in popluar number systems.

HEXD4E4EF
Decimal212228239
Binary110101001110010011101111
Octal324344357

Shades and tints

Shades of #D4E4EF

#D4E4EF
(212,228,239)
#C1D0DA
(193,208,218)
#AEBCC5
(174,188,197)
#9BA8B0
(155,168,176)
#88949B
(136,148,155)
#758086
(117,128,134)
#626C71
(98,108,113)
#4F585C
(79,88,92)
#3C4447
(60,68,71)
#293032
(41,48,50)
#161C1D
(22,28,29)
#000000
(0,0,0)

Tints of #D4E4EF

#D4E4EF
(212,228,239)
#D7E6F0
(215,230,240)
#DAE8F1
(218,232,241)
#DDEAF2
(221,234,242)
#E0ECF3
(224,236,243)
#E3EEF4
(227,238,244)
#E6F0F5
(230,240,245)
#E9F2F6
(233,242,246)
#ECF4F7
(236,244,247)
#EFF6F8
(239,246,248)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E4EF color. Also use rgb(212,228,239) instead hex code.

Text Font Color

.myTextColor { color: #D4E4EF; }

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

This text font color is #D4E4EF.


Background Color

.myBgColor { background-color: #D4E4EF; }

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

This div background color is #D4E4EF.


Border color

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

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

This div border color is #D4E4EF.


Opacity

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

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

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

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

This text has shadow with #D4E4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E4EF on black background.


Color preview on white background

This text has color #D4E4EF on white background.



Black color preview on #D4E4EF background

This text has black color on #D4E4EF background.


White color preview on #D4E4EF background

This text has white color on #D4E4EF background.