COLOR #D1ECF9

HEX: #D1ECF9
RGB: (209,236,249)

Renk bilgisi

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

RGB renk modeli

#D1ECF9 color RGB value is (209,236,249).

  • kırmız ton 209;
  • yeşil ton 236;
  • mavi ton 249.
RGB:
(209,236,249)
(82%,93%,98%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 236 of 255 = 93%
B 249 of 255 = 98%

209
236
249

R + G + B ~ 91%. #D1ECF9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 236 + 249 = 694 (100%)
R 209 of 694 ~ 30.12%
G 236 of 694 ~ 34.01%
B 249 of 694 ~ 35.88%

%30.12
%34.01
%35.88

CMYK RENK MODELİ

#D1ECF9 rengi CMYK tonu (16,5,0,2).

  • camgöbeği tonu 16.06%
  • eflatun tonu 5.22%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(16,5,0,2)
C16M5Y0K2 
(16%,5%,0%,2%)
(0.16/0.05/0.00/0.02)	

CMYK yüzdeleri

%16.06
%5.22
%0
%2.35

Codes

Color #D1ECF9 in popluar color models

D1ECF9
RGB209236249
HSL200°76.92%89.80%
HSB/HSV200°16.06%97.65%
CMYK16.06%5.22%0.00%
2.35%

Color #D1ECF9 in popluar number systems.

HEXD1ECF9
Decimal209236249
Binary110100011110110011111001
Octal321354371

Shades and tints

Shades of #D1ECF9

#D1ECF9
(209,236,249)
#BED7E3
(190,215,227)
#ABC2CD
(171,194,205)
#98ADB7
(152,173,183)
#8598A1
(133,152,161)
#72838B
(114,131,139)
#5F6E75
(95,110,117)
#4C595F
(76,89,95)
#394449
(57,68,73)
#262F33
(38,47,51)
#131A1D
(19,26,29)
#000000
(0,0,0)

Tints of #D1ECF9

#D1ECF9
(209,236,249)
#D5EDF9
(213,237,249)
#D9EEF9
(217,238,249)
#DDEFF9
(221,239,249)
#E1F0F9
(225,240,249)
#E5F1F9
(229,241,249)
#E9F2F9
(233,242,249)
#EDF3F9
(237,243,249)
#F1F4F9
(241,244,249)
#F5F5F9
(245,245,249)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1ECF9 color. Also use rgb(209,236,249) instead hex code.

Text Font Color

.myTextColor { color: #D1ECF9; }

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

This text font color is #D1ECF9.


Background Color

.myBgColor { background-color: #D1ECF9; }

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

This div background color is #D1ECF9.


Border color

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

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

This div border color is #D1ECF9.


Opacity

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

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

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

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

This text has shadow with #D1ECF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ECF9 on black background.


Color preview on white background

This text has color #D1ECF9 on white background.



Black color preview on #D1ECF9 background

This text has black color on #D1ECF9 background.


White color preview on #D1ECF9 background

This text has white color on #D1ECF9 background.