COLOR #D4E6EF

HEX: #D4E6EF
RGB: (212,230,239)

Renk bilgisi

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

RGB renk modeli

#D4E6EF color RGB value is (212,230,239).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 230 of 255 = 90%
B 239 of 255 = 94%

212
230
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 230 + 239 = 681 (100%)
R 212 of 681 ~ 31.13%
G 230 of 681 ~ 33.77%
B 239 of 681 ~ 35.1%

%31.13
%33.77
%35.1

CMYK RENK MODELİ

#D4E6EF rengi CMYK tonu (11,4,0,6).

  • camgöbeği tonu 11.30%
  • eflatun tonu 3.77%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(11,4,0,6)
C11M4Y0K6 
(11%,4%,0%,6%)
(0.11/0.04/0.00/0.06)	

CMYK yüzdeleri

%11.3
%3.77
%0
%6.27

Codes

Color #D4E6EF in popluar color models

D4E6EF
RGB212230239
HSL200°45.76%88.43%
HSB/HSV200°11.30%93.73%
CMYK11.30%3.77%0.00%
6.27%

Color #D4E6EF in popluar number systems.

HEXD4E6EF
Decimal212230239
Binary110101001110011011101111
Octal324346357

Shades and tints

Shades of #D4E6EF

#D4E6EF
(212,230,239)
#C1D2DA
(193,210,218)
#AEBEC5
(174,190,197)
#9BAAB0
(155,170,176)
#88969B
(136,150,155)
#758286
(117,130,134)
#626E71
(98,110,113)
#4F5A5C
(79,90,92)
#3C4647
(60,70,71)
#293232
(41,50,50)
#161E1D
(22,30,29)
#000000
(0,0,0)

Tints of #D4E6EF

#D4E6EF
(212,230,239)
#D7E8F0
(215,232,240)
#DAEAF1
(218,234,241)
#DDECF2
(221,236,242)
#E0EEF3
(224,238,243)
#E3F0F4
(227,240,244)
#E6F2F5
(230,242,245)
#E9F4F6
(233,244,246)
#ECF6F7
(236,246,247)
#EFF8F8
(239,248,248)
#F2FAF9
(242,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E6EF; }

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

This text font color is #D4E6EF.


Background Color

.myBgColor { background-color: #D4E6EF; }

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

This div background color is #D4E6EF.


Border color

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

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

This div border color is #D4E6EF.


Opacity

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

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

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

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

This text has shadow with #D4E6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E6EF on black background.


Color preview on white background

This text has color #D4E6EF on white background.



Black color preview on #D4E6EF background

This text has black color on #D4E6EF background.


White color preview on #D4E6EF background

This text has white color on #D4E6EF background.