COLOR #D1E5EF

HEX: #D1E5EF
RGB: (209,229,239)

Renk bilgisi

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

RGB renk modeli

#D1E5EF color RGB value is (209,229,239).

  • kırmız ton 209;
  • yeşil ton 229;
  • mavi ton 239.
RGB:
(209,229,239)
(82%,90%,94%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 229 of 255 = 90%
B 239 of 255 = 94%

209
229
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 229 + 239 = 677 (100%)
R 209 of 677 ~ 30.87%
G 229 of 677 ~ 33.83%
B 239 of 677 ~ 35.3%

%30.87
%33.83
%35.3

CMYK RENK MODELİ

#D1E5EF rengi CMYK tonu (13,4,0,6).

  • camgöbeği tonu 12.55%
  • eflatun tonu 4.18%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(13,4,0,6)
C13M4Y0K6 
(13%,4%,0%,6%)
(0.13/0.04/0.00/0.06)	

CMYK yüzdeleri

%12.55
%4.18
%0
%6.27

Codes

Color #D1E5EF in popluar color models

D1E5EF
RGB209229239
HSL200°48.39%87.84%
HSB/HSV200°12.55%93.73%
CMYK12.55%4.18%0.00%
6.27%

Color #D1E5EF in popluar number systems.

HEXD1E5EF
Decimal209229239
Binary110100011110010111101111
Octal321345357

Shades and tints

Shades of #D1E5EF

#D1E5EF
(209,229,239)
#BED1DA
(190,209,218)
#ABBDC5
(171,189,197)
#98A9B0
(152,169,176)
#85959B
(133,149,155)
#728186
(114,129,134)
#5F6D71
(95,109,113)
#4C595C
(76,89,92)
#394547
(57,69,71)
#263132
(38,49,50)
#131D1D
(19,29,29)
#000000
(0,0,0)

Tints of #D1E5EF

#D1E5EF
(209,229,239)
#D5E7F0
(213,231,240)
#D9E9F1
(217,233,241)
#DDEBF2
(221,235,242)
#E1EDF3
(225,237,243)
#E5EFF4
(229,239,244)
#E9F1F5
(233,241,245)
#EDF3F6
(237,243,246)
#F1F5F7
(241,245,247)
#F5F7F8
(245,247,248)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E5EF color. Also use rgb(209,229,239) instead hex code.

Text Font Color

.myTextColor { color: #D1E5EF; }

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

This text font color is #D1E5EF.


Background Color

.myBgColor { background-color: #D1E5EF; }

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

This div background color is #D1E5EF.


Border color

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

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

This div border color is #D1E5EF.


Opacity

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

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

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

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

This text has shadow with #D1E5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E5EF on black background.


Color preview on white background

This text has color #D1E5EF on white background.



Black color preview on #D1E5EF background

This text has black color on #D1E5EF background.


White color preview on #D1E5EF background

This text has white color on #D1E5EF background.