COLOR #D1E6FA

HEX: #D1E6FA
RGB: (209,230,250)

Renk bilgisi

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

RGB renk modeli

#D1E6FA color RGB value is (209,230,250).

  • kırmız ton 209;
  • yeşil ton 230;
  • mavi ton 250.
RGB:
(209,230,250)
(82%,90%,98%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 230 of 255 = 90%
B 250 of 255 = 98%

209
230
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 230 + 250 = 689 (100%)
R 209 of 689 ~ 30.33%
G 230 of 689 ~ 33.38%
B 250 of 689 ~ 36.28%

%30.33
%33.38
%36.28

CMYK RENK MODELİ

#D1E6FA rengi CMYK tonu (16,8,0,2).

  • camgöbeği tonu 16.40%
  • eflatun tonu 8.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(16,8,0,2)
C16M8Y0K2 
(16%,8%,0%,2%)
(0.16/0.08/0.00/0.02)	

CMYK yüzdeleri

%16.4
%8
%0
%1.96

Codes

Color #D1E6FA in popluar color models

D1E6FA
RGB209230250
HSL209°80.39%90.00%
HSB/HSV209°16.40%98.04%
CMYK16.40%8.00%0.00%
1.96%

Color #D1E6FA in popluar number systems.

HEXD1E6FA
Decimal209230250
Binary110100011110011011111010
Octal321346372

Shades and tints

Shades of #D1E6FA

#D1E6FA
(209,230,250)
#BED2E4
(190,210,228)
#ABBECE
(171,190,206)
#98AAB8
(152,170,184)
#8596A2
(133,150,162)
#72828C
(114,130,140)
#5F6E76
(95,110,118)
#4C5A60
(76,90,96)
#39464A
(57,70,74)
#263234
(38,50,52)
#131E1E
(19,30,30)
#000000
(0,0,0)

Tints of #D1E6FA

#D1E6FA
(209,230,250)
#D5E8FA
(213,232,250)
#D9EAFA
(217,234,250)
#DDECFA
(221,236,250)
#E1EEFA
(225,238,250)
#E5F0FA
(229,240,250)
#E9F2FA
(233,242,250)
#EDF4FA
(237,244,250)
#F1F6FA
(241,246,250)
#F5F8FA
(245,248,250)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E6FA color. Also use rgb(209,230,250) instead hex code.

Text Font Color

.myTextColor { color: #D1E6FA; }

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

This text font color is #D1E6FA.


Background Color

.myBgColor { background-color: #D1E6FA; }

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

This div background color is #D1E6FA.


Border color

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

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

This div border color is #D1E6FA.


Opacity

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

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

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

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

This text has shadow with #D1E6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E6FA on black background.


Color preview on white background

This text has color #D1E6FA on white background.



Black color preview on #D1E6FA background

This text has black color on #D1E6FA background.


White color preview on #D1E6FA background

This text has white color on #D1E6FA background.