COLOR #D4EBF6

HEX: #D4EBF6
RGB: (212,235,246)

Renk bilgisi

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

RGB renk modeli

#D4EBF6 color RGB value is (212,235,246).

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

RGB bağlantıları ve doygunluk

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

212
235
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 235 + 246 = 693 (100%)
R 212 of 693 ~ 30.59%
G 235 of 693 ~ 33.91%
B 246 of 693 ~ 35.5%

%30.59
%33.91
%35.5

CMYK RENK MODELİ

#D4EBF6 rengi CMYK tonu (14,4,0,4).

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

CMYK yüzdeleri

%13.82
%4.47
%0
%3.53

Codes

Color #D4EBF6 in popluar color models

D4EBF6
RGB212235246
HSL199°65.38%89.80%
HSB/HSV199°13.82%96.47%
CMYK13.82%4.47%0.00%
3.53%

Color #D4EBF6 in popluar number systems.

HEXD4EBF6
Decimal212235246
Binary110101001110101111110110
Octal324353366

Shades and tints

Shades of #D4EBF6

#D4EBF6
(212,235,246)
#C1D6E0
(193,214,224)
#AEC1CA
(174,193,202)
#9BACB4
(155,172,180)
#88979E
(136,151,158)
#758288
(117,130,136)
#626D72
(98,109,114)
#4F585C
(79,88,92)
#3C4346
(60,67,70)
#292E30
(41,46,48)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #D4EBF6

#D4EBF6
(212,235,246)
#D7ECF6
(215,236,246)
#DAEDF6
(218,237,246)
#DDEEF6
(221,238,246)
#E0EFF6
(224,239,246)
#E3F0F6
(227,240,246)
#E6F1F6
(230,241,246)
#E9F2F6
(233,242,246)
#ECF3F6
(236,243,246)
#EFF4F6
(239,244,246)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EBF6; }

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

This text font color is #D4EBF6.


Background Color

.myBgColor { background-color: #D4EBF6; }

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

This div background color is #D4EBF6.


Border color

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

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

This div border color is #D4EBF6.


Opacity

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

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

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

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

This text has shadow with #D4EBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EBF6 on black background.


Color preview on white background

This text has color #D4EBF6 on white background.



Black color preview on #D4EBF6 background

This text has black color on #D4EBF6 background.


White color preview on #D4EBF6 background

This text has white color on #D4EBF6 background.