COLOR #D9E1EB

HEX: #D9E1EB
RGB: (217,225,235)

Renk bilgisi

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

RGB renk modeli

#D9E1EB color RGB value is (217,225,235).

  • kırmız ton 217;
  • yeşil ton 225;
  • mavi ton 235.
RGB:
(217,225,235)
(85%,88%,92%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 225 of 255 = 88%
B 235 of 255 = 92%

217
225
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 225 + 235 = 677 (100%)
R 217 of 677 ~ 32.05%
G 225 of 677 ~ 33.23%
B 235 of 677 ~ 34.71%

%32.05
%33.23
%34.71

CMYK RENK MODELİ

#D9E1EB rengi CMYK tonu (8,4,0,8).

  • camgöbeği tonu 7.66%
  • eflatun tonu 4.26%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(8,4,0,8)
C8M4Y0K8 
(8%,4%,0%,8%)
(0.08/0.04/0.00/0.08)	

CMYK yüzdeleri

%7.66
%4.26
%0
%7.84

Codes

Color #D9E1EB in popluar color models

D9E1EB
RGB217225235
HSL213°31.03%88.63%
HSB/HSV213°7.66%92.16%
CMYK7.66%4.26%0.00%
7.84%

Color #D9E1EB in popluar number systems.

HEXD9E1EB
Decimal217225235
Binary110110011110000111101011
Octal331341353

Shades and tints

Shades of #D9E1EB

#D9E1EB
(217,225,235)
#C6CDD6
(198,205,214)
#B3B9C1
(179,185,193)
#A0A5AC
(160,165,172)
#8D9197
(141,145,151)
#7A7D82
(122,125,130)
#67696D
(103,105,109)
#545558
(84,85,88)
#414143
(65,65,67)
#2E2D2E
(46,45,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #D9E1EB

#D9E1EB
(217,225,235)
#DCE3EC
(220,227,236)
#DFE5ED
(223,229,237)
#E2E7EE
(226,231,238)
#E5E9EF
(229,233,239)
#E8EBF0
(232,235,240)
#EBEDF1
(235,237,241)
#EEEFF2
(238,239,242)
#F1F1F3
(241,241,243)
#F4F3F4
(244,243,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E1EB color. Also use rgb(217,225,235) instead hex code.

Text Font Color

.myTextColor { color: #D9E1EB; }

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

This text font color is #D9E1EB.


Background Color

.myBgColor { background-color: #D9E1EB; }

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

This div background color is #D9E1EB.


Border color

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

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

This div border color is #D9E1EB.


Opacity

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

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

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

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

This text has shadow with #D9E1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E1EB on black background.


Color preview on white background

This text has color #D9E1EB on white background.



Black color preview on #D9E1EB background

This text has black color on #D9E1EB background.


White color preview on #D9E1EB background

This text has white color on #D9E1EB background.