COLOR #D4F9DC

HEX: #D4F9DC
RGB: (212,249,220)

Renk bilgisi

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

RGB renk modeli

#D4F9DC color RGB value is (212,249,220).

  • kırmız ton 212;
  • yeşil ton 249;
  • mavi ton 220.
RGB:
(212,249,220)
(83%,98%,86%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 249 of 255 = 98%
B 220 of 255 = 86%

212
249
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 249 + 220 = 681 (100%)
R 212 of 681 ~ 31.13%
G 249 of 681 ~ 36.56%
B 220 of 681 ~ 32.31%

%31.13
%36.56
%32.31

CMYK RENK MODELİ

#D4F9DC rengi CMYK tonu (15,0,12,2).

  • camgöbeği tonu 14.86%
  • eflatun tonu 0.00%
  • sarı tonu 11.65%
  • ana renk tonu 2.35%
CMYK:
(15,0,12,2)
C15M0Y12K2 
(15%,0%,12%,2%)
(0.15/0.00/0.12/0.02)	

CMYK yüzdeleri

%14.86
%0
%11.65
%2.35

Codes

Color #D4F9DC in popluar color models

D4F9DC
RGB212249220
HSL133°75.51%90.39%
HSB/HSV133°14.86%97.65%
CMYK14.86%0.00%11.65%
2.35%

Color #D4F9DC in popluar number systems.

HEXD4F9DC
Decimal212249220
Binary110101001111100111011100
Octal324371334

Shades and tints

Shades of #D4F9DC

#D4F9DC
(212,249,220)
#C1E3C8
(193,227,200)
#AECDB4
(174,205,180)
#9BB7A0
(155,183,160)
#88A18C
(136,161,140)
#758B78
(117,139,120)
#627564
(98,117,100)
#4F5F50
(79,95,80)
#3C493C
(60,73,60)
#293328
(41,51,40)
#161D14
(22,29,20)
#000000
(0,0,0)

Tints of #D4F9DC

#D4F9DC
(212,249,220)
#D7F9DF
(215,249,223)
#DAF9E2
(218,249,226)
#DDF9E5
(221,249,229)
#E0F9E8
(224,249,232)
#E3F9EB
(227,249,235)
#E6F9EE
(230,249,238)
#E9F9F1
(233,249,241)
#ECF9F4
(236,249,244)
#EFF9F7
(239,249,247)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F9DC color. Also use rgb(212,249,220) instead hex code.

Text Font Color

.myTextColor { color: #D4F9DC; }

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

This text font color is #D4F9DC.


Background Color

.myBgColor { background-color: #D4F9DC; }

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

This div background color is #D4F9DC.


Border color

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

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

This div border color is #D4F9DC.


Opacity

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

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

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

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

This text has shadow with #D4F9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F9DC on black background.


Color preview on white background

This text has color #D4F9DC on white background.



Black color preview on #D4F9DC background

This text has black color on #D4F9DC background.


White color preview on #D4F9DC background

This text has white color on #D4F9DC background.