COLOR #D1E5EB

HEX: #D1E5EB
RGB: (209,229,235)

Renk bilgisi

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

RGB renk modeli

#D1E5EB color RGB value is (209,229,235).

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

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 229 of 255 = 90%
B 235 of 255 = 92%

209
229
235

R + G + B ~ 88%. #D1E5EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 229 + 235 = 673 (100%)
R 209 of 673 ~ 31.05%
G 229 of 673 ~ 34.03%
B 235 of 673 ~ 34.92%

%31.05
%34.03
%34.92

CMYK RENK MODELİ

#D1E5EB rengi CMYK tonu (11,3,0,8).

  • camgöbeği tonu 11.06%
  • eflatun tonu 2.55%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(11,3,0,8)
C11M3Y0K8 
(11%,3%,0%,8%)
(0.11/0.03/0.00/0.08)	

CMYK yüzdeleri

%11.06
%2.55
%0
%7.84

Codes

Color #D1E5EB in popluar color models

D1E5EB
RGB209229235
HSL194°39.39%87.06%
HSB/HSV194°11.06%92.16%
CMYK11.06%2.55%0.00%
7.84%

Color #D1E5EB in popluar number systems.

HEXD1E5EB
Decimal209229235
Binary110100011110010111101011
Octal321345353

Shades and tints

Shades of #D1E5EB

#D1E5EB
(209,229,235)
#BED1D6
(190,209,214)
#ABBDC1
(171,189,193)
#98A9AC
(152,169,172)
#859597
(133,149,151)
#728182
(114,129,130)
#5F6D6D
(95,109,109)
#4C5958
(76,89,88)
#394543
(57,69,67)
#26312E
(38,49,46)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #D1E5EB

#D1E5EB
(209,229,235)
#D5E7EC
(213,231,236)
#D9E9ED
(217,233,237)
#DDEBEE
(221,235,238)
#E1EDEF
(225,237,239)
#E5EFF0
(229,239,240)
#E9F1F1
(233,241,241)
#EDF3F2
(237,243,242)
#F1F5F3
(241,245,243)
#F5F7F4
(245,247,244)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E5EB; }

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

This text font color is #D1E5EB.


Background Color

.myBgColor { background-color: #D1E5EB; }

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

This div background color is #D1E5EB.


Border color

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

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

This div border color is #D1E5EB.


Opacity

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

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

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

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

This text has shadow with #D1E5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E5EB on black background.


Color preview on white background

This text has color #D1E5EB on white background.



Black color preview on #D1E5EB background

This text has black color on #D1E5EB background.


White color preview on #D1E5EB background

This text has white color on #D1E5EB background.