COLOR #D9EDE4

HEX: #D9EDE4
RGB: (217,237,228)

Renk bilgisi

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

RGB renk modeli

#D9EDE4 color RGB value is (217,237,228).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 237 of 255 = 93%
B 228 of 255 = 89%

217
237
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 237 + 228 = 682 (100%)
R 217 of 682 ~ 31.82%
G 237 of 682 ~ 34.75%
B 228 of 682 ~ 33.43%

%31.82
%34.75
%33.43

CMYK RENK MODELİ

#D9EDE4 rengi CMYK tonu (8,0,4,7).

  • camgöbeği tonu 8.44%
  • eflatun tonu 0.00%
  • sarı tonu 3.80%
  • ana renk tonu 7.06%
CMYK:
(8,0,4,7)
C8M0Y4K7 
(8%,0%,4%,7%)
(0.08/0.00/0.04/0.07)	

CMYK yüzdeleri

%8.44
%0
%3.8
%7.06

Codes

Color #D9EDE4 in popluar color models

D9EDE4
RGB217237228
HSL153°35.71%89.02%
HSB/HSV153°8.44%92.94%
CMYK8.44%0.00%3.80%
7.06%

Color #D9EDE4 in popluar number systems.

HEXD9EDE4
Decimal217237228
Binary110110011110110111100100
Octal331355344

Shades and tints

Shades of #D9EDE4

#D9EDE4
(217,237,228)
#C6D8D0
(198,216,208)
#B3C3BC
(179,195,188)
#A0AEA8
(160,174,168)
#8D9994
(141,153,148)
#7A8480
(122,132,128)
#676F6C
(103,111,108)
#545A58
(84,90,88)
#414544
(65,69,68)
#2E3030
(46,48,48)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #D9EDE4

#D9EDE4
(217,237,228)
#DCEEE6
(220,238,230)
#DFEFE8
(223,239,232)
#E2F0EA
(226,240,234)
#E5F1EC
(229,241,236)
#E8F2EE
(232,242,238)
#EBF3F0
(235,243,240)
#EEF4F2
(238,244,242)
#F1F5F4
(241,245,244)
#F4F6F6
(244,246,246)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EDE4; }

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

This text font color is #D9EDE4.


Background Color

.myBgColor { background-color: #D9EDE4; }

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

This div background color is #D9EDE4.


Border color

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

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

This div border color is #D9EDE4.


Opacity

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

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

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

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

This text has shadow with #D9EDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EDE4 on black background.


Color preview on white background

This text has color #D9EDE4 on white background.



Black color preview on #D9EDE4 background

This text has black color on #D9EDE4 background.


White color preview on #D9EDE4 background

This text has white color on #D9EDE4 background.