COLOR #D4F4D9

HEX: #D4F4D9
RGB: (212,244,217)

Renk bilgisi

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

RGB renk modeli

#D4F4D9 color RGB value is (212,244,217).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 244 of 255 = 96%
B 217 of 255 = 85%

212
244
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 244 + 217 = 673 (100%)
R 212 of 673 ~ 31.5%
G 244 of 673 ~ 36.26%
B 217 of 673 ~ 32.24%

%31.5
%36.26
%32.24

CMYK RENK MODELİ

#D4F4D9 rengi CMYK tonu (13,0,11,4).

  • camgöbeği tonu 13.11%
  • eflatun tonu 0.00%
  • sarı tonu 11.07%
  • ana renk tonu 4.31%
CMYK:
(13,0,11,4)
C13M0Y11K4 
(13%,0%,11%,4%)
(0.13/0.00/0.11/0.04)	

CMYK yüzdeleri

%13.11
%0
%11.07
%4.31

Codes

Color #D4F4D9 in popluar color models

D4F4D9
RGB212244217
HSL129°59.26%89.41%
HSB/HSV129°13.11%95.69%
CMYK13.11%0.00%11.07%
4.31%

Color #D4F4D9 in popluar number systems.

HEXD4F4D9
Decimal212244217
Binary110101001111010011011001
Octal324364331

Shades and tints

Shades of #D4F4D9

#D4F4D9
(212,244,217)
#C1DEC6
(193,222,198)
#AEC8B3
(174,200,179)
#9BB2A0
(155,178,160)
#889C8D
(136,156,141)
#75867A
(117,134,122)
#627067
(98,112,103)
#4F5A54
(79,90,84)
#3C4441
(60,68,65)
#292E2E
(41,46,46)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #D4F4D9

#D4F4D9
(212,244,217)
#D7F5DC
(215,245,220)
#DAF6DF
(218,246,223)
#DDF7E2
(221,247,226)
#E0F8E5
(224,248,229)
#E3F9E8
(227,249,232)
#E6FAEB
(230,250,235)
#E9FBEE
(233,251,238)
#ECFCF1
(236,252,241)
#EFFDF4
(239,253,244)
#F2FEF7
(242,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F4D9; }

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

This text font color is #D4F4D9.


Background Color

.myBgColor { background-color: #D4F4D9; }

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

This div background color is #D4F4D9.


Border color

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

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

This div border color is #D4F4D9.


Opacity

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

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

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

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

This text has shadow with #D4F4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F4D9 on black background.


Color preview on white background

This text has color #D4F4D9 on white background.



Black color preview on #D4F4D9 background

This text has black color on #D4F4D9 background.


White color preview on #D4F4D9 background

This text has white color on #D4F4D9 background.