COLOR #D4EAF6

HEX: #D4EAF6
RGB: (212,234,246)

Renk bilgisi

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

RGB renk modeli

#D4EAF6 color RGB value is (212,234,246).

  • kırmız ton 212;
  • yeşil ton 234;
  • mavi ton 246.
RGB:
(212,234,246)
(83%,92%,96%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 234 of 255 = 92%
B 246 of 255 = 96%

212
234
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 234 + 246 = 692 (100%)
R 212 of 692 ~ 30.64%
G 234 of 692 ~ 33.82%
B 246 of 692 ~ 35.55%

%30.64
%33.82
%35.55

CMYK RENK MODELİ

#D4EAF6 rengi CMYK tonu (14,5,0,4).

  • camgöbeği tonu 13.82%
  • eflatun tonu 4.88%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(14,5,0,4)
C14M5Y0K4 
(14%,5%,0%,4%)
(0.14/0.05/0.00/0.04)	

CMYK yüzdeleri

%13.82
%4.88
%0
%3.53

Codes

Color #D4EAF6 in popluar color models

D4EAF6
RGB212234246
HSL201°65.38%89.80%
HSB/HSV201°13.82%96.47%
CMYK13.82%4.88%0.00%
3.53%

Color #D4EAF6 in popluar number systems.

HEXD4EAF6
Decimal212234246
Binary110101001110101011110110
Octal324352366

Shades and tints

Shades of #D4EAF6

#D4EAF6
(212,234,246)
#C1D5E0
(193,213,224)
#AEC0CA
(174,192,202)
#9BABB4
(155,171,180)
#88969E
(136,150,158)
#758188
(117,129,136)
#626C72
(98,108,114)
#4F575C
(79,87,92)
#3C4246
(60,66,70)
#292D30
(41,45,48)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #D4EAF6

#D4EAF6
(212,234,246)
#D7EBF6
(215,235,246)
#DAECF6
(218,236,246)
#DDEDF6
(221,237,246)
#E0EEF6
(224,238,246)
#E3EFF6
(227,239,246)
#E6F0F6
(230,240,246)
#E9F1F6
(233,241,246)
#ECF2F6
(236,242,246)
#EFF3F6
(239,243,246)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EAF6 color. Also use rgb(212,234,246) instead hex code.

Text Font Color

.myTextColor { color: #D4EAF6; }

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

This text font color is #D4EAF6.


Background Color

.myBgColor { background-color: #D4EAF6; }

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

This div background color is #D4EAF6.


Border color

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

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

This div border color is #D4EAF6.


Opacity

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

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

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

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

This text has shadow with #D4EAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EAF6 on black background.


Color preview on white background

This text has color #D4EAF6 on white background.



Black color preview on #D4EAF6 background

This text has black color on #D4EAF6 background.


White color preview on #D4EAF6 background

This text has white color on #D4EAF6 background.