COLOR #D9E4F1

HEX: #D9E4F1
RGB: (217,228,241)

Renk bilgisi

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

RGB renk modeli

#D9E4F1 color RGB value is (217,228,241).

  • kırmız ton 217;
  • yeşil ton 228;
  • mavi ton 241.
RGB:
(217,228,241)
(85%,89%,95%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 228 of 255 = 89%
B 241 of 255 = 95%

217
228
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 228 + 241 = 686 (100%)
R 217 of 686 ~ 31.63%
G 228 of 686 ~ 33.24%
B 241 of 686 ~ 35.13%

%31.63
%33.24
%35.13

CMYK RENK MODELİ

#D9E4F1 rengi CMYK tonu (10,5,0,5).

  • camgöbeği tonu 9.96%
  • eflatun tonu 5.39%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(10,5,0,5)
C10M5Y0K5 
(10%,5%,0%,5%)
(0.10/0.05/0.00/0.05)	

CMYK yüzdeleri

%9.96
%5.39
%0
%5.49

Codes

Color #D9E4F1 in popluar color models

D9E4F1
RGB217228241
HSL213°46.15%89.80%
HSB/HSV213°9.96%94.51%
CMYK9.96%5.39%0.00%
5.49%

Color #D9E4F1 in popluar number systems.

HEXD9E4F1
Decimal217228241
Binary110110011110010011110001
Octal331344361

Shades and tints

Shades of #D9E4F1

#D9E4F1
(217,228,241)
#C6D0DC
(198,208,220)
#B3BCC7
(179,188,199)
#A0A8B2
(160,168,178)
#8D949D
(141,148,157)
#7A8088
(122,128,136)
#676C73
(103,108,115)
#54585E
(84,88,94)
#414449
(65,68,73)
#2E3034
(46,48,52)
#1B1C1F
(27,28,31)
#000000
(0,0,0)

Tints of #D9E4F1

#D9E4F1
(217,228,241)
#DCE6F2
(220,230,242)
#DFE8F3
(223,232,243)
#E2EAF4
(226,234,244)
#E5ECF5
(229,236,245)
#E8EEF6
(232,238,246)
#EBF0F7
(235,240,247)
#EEF2F8
(238,242,248)
#F1F4F9
(241,244,249)
#F4F6FA
(244,246,250)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E4F1 color. Also use rgb(217,228,241) instead hex code.

Text Font Color

.myTextColor { color: #D9E4F1; }

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

This text font color is #D9E4F1.


Background Color

.myBgColor { background-color: #D9E4F1; }

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

This div background color is #D9E4F1.


Border color

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

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

This div border color is #D9E4F1.


Opacity

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

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

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

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

This text has shadow with #D9E4F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E4F1 on black background.


Color preview on white background

This text has color #D9E4F1 on white background.



Black color preview on #D9E4F1 background

This text has black color on #D9E4F1 background.


White color preview on #D9E4F1 background

This text has white color on #D9E4F1 background.