COLOR #D1E5E9

HEX: #D1E5E9
RGB: (209,229,233)

Renk bilgisi

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

RGB renk modeli

#D1E5E9 color RGB value is (209,229,233).

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

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 229 of 255 = 90%
B 233 of 255 = 91%

209
229
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 229 + 233 = 671 (100%)
R 209 of 671 ~ 31.15%
G 229 of 671 ~ 34.13%
B 233 of 671 ~ 34.72%

%31.15
%34.13
%34.72

CMYK RENK MODELİ

#D1E5E9 rengi CMYK tonu (10,2,0,9).

  • camgöbeği tonu 10.30%
  • eflatun tonu 1.72%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(10,2,0,9)
C10M2Y0K9 
(10%,2%,0%,9%)
(0.10/0.02/0.00/0.09)	

CMYK yüzdeleri

%10.3
%1.72
%0
%8.63

Codes

Color #D1E5E9 in popluar color models

D1E5E9
RGB209229233
HSL190°35.29%86.67%
HSB/HSV190°10.30%91.37%
CMYK10.30%1.72%0.00%
8.63%

Color #D1E5E9 in popluar number systems.

HEXD1E5E9
Decimal209229233
Binary110100011110010111101001
Octal321345351

Shades and tints

Shades of #D1E5E9

#D1E5E9
(209,229,233)
#BED1D4
(190,209,212)
#ABBDBF
(171,189,191)
#98A9AA
(152,169,170)
#859595
(133,149,149)
#728180
(114,129,128)
#5F6D6B
(95,109,107)
#4C5956
(76,89,86)
#394541
(57,69,65)
#26312C
(38,49,44)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #D1E5E9

#D1E5E9
(209,229,233)
#D5E7EB
(213,231,235)
#D9E9ED
(217,233,237)
#DDEBEF
(221,235,239)
#E1EDF1
(225,237,241)
#E5EFF3
(229,239,243)
#E9F1F5
(233,241,245)
#EDF3F7
(237,243,247)
#F1F5F9
(241,245,249)
#F5F7FB
(245,247,251)
#F9F9FD
(249,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E5E9; }

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

This text font color is #D1E5E9.


Background Color

.myBgColor { background-color: #D1E5E9; }

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

This div background color is #D1E5E9.


Border color

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

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

This div border color is #D1E5E9.


Opacity

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

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

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

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

This text has shadow with #D1E5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E5E9 on black background.


Color preview on white background

This text has color #D1E5E9 on white background.



Black color preview on #D1E5E9 background

This text has black color on #D1E5E9 background.


White color preview on #D1E5E9 background

This text has white color on #D1E5E9 background.