COLOR #D4F9E0

HEX: #D4F9E0
RGB: (212,249,224)

Renk bilgisi

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

RGB renk modeli

#D4F9E0 color RGB value is (212,249,224).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 249 of 255 = 98%
B 224 of 255 = 88%

212
249
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 249 + 224 = 685 (100%)
R 212 of 685 ~ 30.95%
G 249 of 685 ~ 36.35%
B 224 of 685 ~ 32.7%

%30.95
%36.35
%32.7

CMYK RENK MODELİ

#D4F9E0 rengi CMYK tonu (15,0,10,2).

  • camgöbeği tonu 14.86%
  • eflatun tonu 0.00%
  • sarı tonu 10.04%
  • ana renk tonu 2.35%
CMYK:
(15,0,10,2)
C15M0Y10K2 
(15%,0%,10%,2%)
(0.15/0.00/0.10/0.02)	

CMYK yüzdeleri

%14.86
%0
%10.04
%2.35

Codes

Color #D4F9E0 in popluar color models

D4F9E0
RGB212249224
HSL139°75.51%90.39%
HSB/HSV139°14.86%97.65%
CMYK14.86%0.00%10.04%
2.35%

Color #D4F9E0 in popluar number systems.

HEXD4F9E0
Decimal212249224
Binary110101001111100111100000
Octal324371340

Shades and tints

Shades of #D4F9E0

#D4F9E0
(212,249,224)
#C1E3CC
(193,227,204)
#AECDB8
(174,205,184)
#9BB7A4
(155,183,164)
#88A190
(136,161,144)
#758B7C
(117,139,124)
#627568
(98,117,104)
#4F5F54
(79,95,84)
#3C4940
(60,73,64)
#29332C
(41,51,44)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #D4F9E0

#D4F9E0
(212,249,224)
#D7F9E2
(215,249,226)
#DAF9E4
(218,249,228)
#DDF9E6
(221,249,230)
#E0F9E8
(224,249,232)
#E3F9EA
(227,249,234)
#E6F9EC
(230,249,236)
#E9F9EE
(233,249,238)
#ECF9F0
(236,249,240)
#EFF9F2
(239,249,242)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F9E0; }

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

This text font color is #D4F9E0.


Background Color

.myBgColor { background-color: #D4F9E0; }

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

This div background color is #D4F9E0.


Border color

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

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

This div border color is #D4F9E0.


Opacity

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

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

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

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

This text has shadow with #D4F9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F9E0 on black background.


Color preview on white background

This text has color #D4F9E0 on white background.



Black color preview on #D4F9E0 background

This text has black color on #D4F9E0 background.


White color preview on #D4F9E0 background

This text has white color on #D4F9E0 background.