COLOR #D1E3E7

HEX: #D1E3E7
RGB: (209,227,231)

Renk bilgisi

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

RGB renk modeli

#D1E3E7 color RGB value is (209,227,231).

  • kırmız ton 209;
  • yeşil ton 227;
  • mavi ton 231.
RGB:
(209,227,231)
(82%,89%,91%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 227 of 255 = 89%
B 231 of 255 = 91%

209
227
231

R + G + B ~ 87%. #D1E3E7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 227 + 231 = 667 (100%)
R 209 of 667 ~ 31.33%
G 227 of 667 ~ 34.03%
B 231 of 667 ~ 34.63%

%31.33
%34.03
%34.63

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%9.52
%1.73
%0
%9.41

Codes

Color #D1E3E7 in popluar color models

D1E3E7
RGB209227231
HSL191°31.43%86.27%
HSB/HSV191°9.52%90.59%
CMYK9.52%1.73%0.00%
9.41%

Color #D1E3E7 in popluar number systems.

HEXD1E3E7
Decimal209227231
Binary110100011110001111100111
Octal321343347

Shades and tints

Shades of #D1E3E7

#D1E3E7
(209,227,231)
#BECFD2
(190,207,210)
#ABBBBD
(171,187,189)
#98A7A8
(152,167,168)
#859393
(133,147,147)
#727F7E
(114,127,126)
#5F6B69
(95,107,105)
#4C5754
(76,87,84)
#39433F
(57,67,63)
#262F2A
(38,47,42)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #D1E3E7

#D1E3E7
(209,227,231)
#D5E5E9
(213,229,233)
#D9E7EB
(217,231,235)
#DDE9ED
(221,233,237)
#E1EBEF
(225,235,239)
#E5EDF1
(229,237,241)
#E9EFF3
(233,239,243)
#EDF1F5
(237,241,245)
#F1F3F7
(241,243,247)
#F5F5F9
(245,245,249)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E3E7 color. Also use rgb(209,227,231) instead hex code.

Text Font Color

.myTextColor { color: #D1E3E7; }

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

This text font color is #D1E3E7.


Background Color

.myBgColor { background-color: #D1E3E7; }

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

This div background color is #D1E3E7.


Border color

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

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

This div border color is #D1E3E7.


Opacity

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

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

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

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

This text has shadow with #D1E3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E3E7 on black background.


Color preview on white background

This text has color #D1E3E7 on white background.



Black color preview on #D1E3E7 background

This text has black color on #D1E3E7 background.


White color preview on #D1E3E7 background

This text has white color on #D1E3E7 background.