COLOR #D9E4EB

HEX: #D9E4EB
RGB: (217,228,235)

Renk bilgisi

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

RGB renk modeli

#D9E4EB color RGB value is (217,228,235).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 228 of 255 = 89%
B 235 of 255 = 92%

217
228
235

R + G + B ~ 89%. #D9E4EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 228 + 235 = 680 (100%)
R 217 of 680 ~ 31.91%
G 228 of 680 ~ 33.53%
B 235 of 680 ~ 34.56%

%31.91
%33.53
%34.56

CMYK RENK MODELİ

#D9E4EB rengi CMYK tonu (8,3,0,8).

  • camgöbeği tonu 7.66%
  • eflatun tonu 2.98%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(8,3,0,8)
C8M3Y0K8 
(8%,3%,0%,8%)
(0.08/0.03/0.00/0.08)	

CMYK yüzdeleri

%7.66
%2.98
%0
%7.84

Codes

Color #D9E4EB in popluar color models

D9E4EB
RGB217228235
HSL203°31.03%88.63%
HSB/HSV203°7.66%92.16%
CMYK7.66%2.98%0.00%
7.84%

Color #D9E4EB in popluar number systems.

HEXD9E4EB
Decimal217228235
Binary110110011110010011101011
Octal331344353

Shades and tints

Shades of #D9E4EB

#D9E4EB
(217,228,235)
#C6D0D6
(198,208,214)
#B3BCC1
(179,188,193)
#A0A8AC
(160,168,172)
#8D9497
(141,148,151)
#7A8082
(122,128,130)
#676C6D
(103,108,109)
#545858
(84,88,88)
#414443
(65,68,67)
#2E302E
(46,48,46)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #D9E4EB

#D9E4EB
(217,228,235)
#DCE6EC
(220,230,236)
#DFE8ED
(223,232,237)
#E2EAEE
(226,234,238)
#E5ECEF
(229,236,239)
#E8EEF0
(232,238,240)
#EBF0F1
(235,240,241)
#EEF2F2
(238,242,242)
#F1F4F3
(241,244,243)
#F4F6F4
(244,246,244)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E4EB; }

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

This text font color is #D9E4EB.


Background Color

.myBgColor { background-color: #D9E4EB; }

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

This div background color is #D9E4EB.


Border color

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

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

This div border color is #D9E4EB.


Opacity

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

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

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

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

This text has shadow with #D9E4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E4EB on black background.


Color preview on white background

This text has color #D9E4EB on white background.



Black color preview on #D9E4EB background

This text has black color on #D9E4EB background.


White color preview on #D9E4EB background

This text has white color on #D9E4EB background.