COLOR #D4E9EC

HEX: #D4E9EC
RGB: (212,233,236)

Renk bilgisi

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

RGB renk modeli

#D4E9EC color RGB value is (212,233,236).

  • kırmız ton 212;
  • yeşil ton 233;
  • mavi ton 236.
RGB:
(212,233,236)
(83%,91%,93%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 233 of 255 = 91%
B 236 of 255 = 93%

212
233
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 233 + 236 = 681 (100%)
R 212 of 681 ~ 31.13%
G 233 of 681 ~ 34.21%
B 236 of 681 ~ 34.65%

%31.13
%34.21
%34.65

CMYK RENK MODELİ

#D4E9EC rengi CMYK tonu (10,1,0,7).

  • camgöbeği tonu 10.17%
  • eflatun tonu 1.27%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(10,1,0,7)
C10M1Y0K7 
(10%,1%,0%,7%)
(0.10/0.01/0.00/0.07)	

CMYK yüzdeleri

%10.17
%1.27
%0
%7.45

Codes

Color #D4E9EC in popluar color models

D4E9EC
RGB212233236
HSL188°38.71%87.84%
HSB/HSV188°10.17%92.55%
CMYK10.17%1.27%0.00%
7.45%

Color #D4E9EC in popluar number systems.

HEXD4E9EC
Decimal212233236
Binary110101001110100111101100
Octal324351354

Shades and tints

Shades of #D4E9EC

#D4E9EC
(212,233,236)
#C1D4D7
(193,212,215)
#AEBFC2
(174,191,194)
#9BAAAD
(155,170,173)
#889598
(136,149,152)
#758083
(117,128,131)
#626B6E
(98,107,110)
#4F5659
(79,86,89)
#3C4144
(60,65,68)
#292C2F
(41,44,47)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #D4E9EC

#D4E9EC
(212,233,236)
#D7EBED
(215,235,237)
#DAEDEE
(218,237,238)
#DDEFEF
(221,239,239)
#E0F1F0
(224,241,240)
#E3F3F1
(227,243,241)
#E6F5F2
(230,245,242)
#E9F7F3
(233,247,243)
#ECF9F4
(236,249,244)
#EFFBF5
(239,251,245)
#F2FDF6
(242,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E9EC color. Also use rgb(212,233,236) instead hex code.

Text Font Color

.myTextColor { color: #D4E9EC; }

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

This text font color is #D4E9EC.


Background Color

.myBgColor { background-color: #D4E9EC; }

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

This div background color is #D4E9EC.


Border color

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

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

This div border color is #D4E9EC.


Opacity

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

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

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

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

This text has shadow with #D4E9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E9EC on black background.


Color preview on white background

This text has color #D4E9EC on white background.



Black color preview on #D4E9EC background

This text has black color on #D4E9EC background.


White color preview on #D4E9EC background

This text has white color on #D4E9EC background.