COLOR #D9F4E5

HEX: #D9F4E5
RGB: (217,244,229)

Renk bilgisi

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

RGB renk modeli

#D9F4E5 color RGB value is (217,244,229).

  • kırmız ton 217;
  • yeşil ton 244;
  • mavi ton 229.
RGB:
(217,244,229)
(85%,96%,90%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 244 of 255 = 96%
B 229 of 255 = 90%

217
244
229

R + G + B ~ 90%. #D9F4E5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 244 + 229 = 690 (100%)
R 217 of 690 ~ 31.45%
G 244 of 690 ~ 35.36%
B 229 of 690 ~ 33.19%

%31.45
%35.36
%33.19

CMYK RENK MODELİ

#D9F4E5 rengi CMYK tonu (11,0,6,4).

  • camgöbeği tonu 11.07%
  • eflatun tonu 0.00%
  • sarı tonu 6.15%
  • ana renk tonu 4.31%
CMYK:
(11,0,6,4)
C11M0Y6K4 
(11%,0%,6%,4%)
(0.11/0.00/0.06/0.04)	

CMYK yüzdeleri

%11.07
%0
%6.15
%4.31

Codes

Color #D9F4E5 in popluar color models

D9F4E5
RGB217244229
HSL147°55.10%90.39%
HSB/HSV147°11.07%95.69%
CMYK11.07%0.00%6.15%
4.31%

Color #D9F4E5 in popluar number systems.

HEXD9F4E5
Decimal217244229
Binary110110011111010011100101
Octal331364345

Shades and tints

Shades of #D9F4E5

#D9F4E5
(217,244,229)
#C6DED1
(198,222,209)
#B3C8BD
(179,200,189)
#A0B2A9
(160,178,169)
#8D9C95
(141,156,149)
#7A8681
(122,134,129)
#67706D
(103,112,109)
#545A59
(84,90,89)
#414445
(65,68,69)
#2E2E31
(46,46,49)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #D9F4E5

#D9F4E5
(217,244,229)
#DCF5E7
(220,245,231)
#DFF6E9
(223,246,233)
#E2F7EB
(226,247,235)
#E5F8ED
(229,248,237)
#E8F9EF
(232,249,239)
#EBFAF1
(235,250,241)
#EEFBF3
(238,251,243)
#F1FCF5
(241,252,245)
#F4FDF7
(244,253,247)
#F7FEF9
(247,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F4E5 color. Also use rgb(217,244,229) instead hex code.

Text Font Color

.myTextColor { color: #D9F4E5; }

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

This text font color is #D9F4E5.


Background Color

.myBgColor { background-color: #D9F4E5; }

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

This div background color is #D9F4E5.


Border color

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

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

This div border color is #D9F4E5.


Opacity

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

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

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

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

This text has shadow with #D9F4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F4E5 on black background.


Color preview on white background

This text has color #D9F4E5 on white background.



Black color preview on #D9F4E5 background

This text has black color on #D9F4E5 background.


White color preview on #D9F4E5 background

This text has white color on #D9F4E5 background.