COLOR #D9E6E4

HEX: #D9E6E4
RGB: (217,230,228)

Renk bilgisi

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

RGB renk modeli

#D9E6E4 color RGB value is (217,230,228).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 230 of 255 = 90%
B 228 of 255 = 89%

217
230
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 230 + 228 = 675 (100%)
R 217 of 675 ~ 32.15%
G 230 of 675 ~ 34.07%
B 228 of 675 ~ 33.78%

%32.15
%34.07
%33.78

CMYK RENK MODELİ

#D9E6E4 rengi CMYK tonu (6,0,1,10).

  • camgöbeği tonu 5.65%
  • eflatun tonu 0.00%
  • sarı tonu 0.87%
  • ana renk tonu 9.80%
CMYK:
(6,0,1,10)
C6M0Y1K10 
(6%,0%,1%,10%)
(0.06/0.00/0.01/0.10)	

CMYK yüzdeleri

%5.65
%0
%0.87
%9.8

Codes

Color #D9E6E4 in popluar color models

D9E6E4
RGB217230228
HSL171°20.63%87.65%
HSB/HSV171°5.65%90.20%
CMYK5.65%0.00%0.87%
9.80%

Color #D9E6E4 in popluar number systems.

HEXD9E6E4
Decimal217230228
Binary110110011110011011100100
Octal331346344

Shades and tints

Shades of #D9E6E4

#D9E6E4
(217,230,228)
#C6D2D0
(198,210,208)
#B3BEBC
(179,190,188)
#A0AAA8
(160,170,168)
#8D9694
(141,150,148)
#7A8280
(122,130,128)
#676E6C
(103,110,108)
#545A58
(84,90,88)
#414644
(65,70,68)
#2E3230
(46,50,48)
#1B1E1C
(27,30,28)
#000000
(0,0,0)

Tints of #D9E6E4

#D9E6E4
(217,230,228)
#DCE8E6
(220,232,230)
#DFEAE8
(223,234,232)
#E2ECEA
(226,236,234)
#E5EEEC
(229,238,236)
#E8F0EE
(232,240,238)
#EBF2F0
(235,242,240)
#EEF4F2
(238,244,242)
#F1F6F4
(241,246,244)
#F4F8F6
(244,248,246)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E6E4; }

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

This text font color is #D9E6E4.


Background Color

.myBgColor { background-color: #D9E6E4; }

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

This div background color is #D9E6E4.


Border color

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

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

This div border color is #D9E6E4.


Opacity

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

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

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

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

This text has shadow with #D9E6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E6E4 on black background.


Color preview on white background

This text has color #D9E6E4 on white background.



Black color preview on #D9E6E4 background

This text has black color on #D9E6E4 background.


White color preview on #D9E6E4 background

This text has white color on #D9E6E4 background.