COLOR #D9F9E0

HEX: #D9F9E0
RGB: (217,249,224)

Renk bilgisi

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

RGB renk modeli

#D9F9E0 color RGB value is (217,249,224).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 249 of 255 = 98%
B 224 of 255 = 88%

217
249
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 249 + 224 = 690 (100%)
R 217 of 690 ~ 31.45%
G 249 of 690 ~ 36.09%
B 224 of 690 ~ 32.46%

%31.45
%36.09
%32.46

CMYK RENK MODELİ

#D9F9E0 rengi CMYK tonu (13,0,10,2).

  • camgöbeği tonu 12.85%
  • eflatun tonu 0.00%
  • sarı tonu 10.04%
  • ana renk tonu 2.35%
CMYK:
(13,0,10,2)
C13M0Y10K2 
(13%,0%,10%,2%)
(0.13/0.00/0.10/0.02)	

CMYK yüzdeleri

%12.85
%0
%10.04
%2.35

Codes

Color #D9F9E0 in popluar color models

D9F9E0
RGB217249224
HSL133°72.73%91.37%
HSB/HSV133°12.85%97.65%
CMYK12.85%0.00%10.04%
2.35%

Color #D9F9E0 in popluar number systems.

HEXD9F9E0
Decimal217249224
Binary110110011111100111100000
Octal331371340

Shades and tints

Shades of #D9F9E0

#D9F9E0
(217,249,224)
#C6E3CC
(198,227,204)
#B3CDB8
(179,205,184)
#A0B7A4
(160,183,164)
#8DA190
(141,161,144)
#7A8B7C
(122,139,124)
#677568
(103,117,104)
#545F54
(84,95,84)
#414940
(65,73,64)
#2E332C
(46,51,44)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #D9F9E0

#D9F9E0
(217,249,224)
#DCF9E2
(220,249,226)
#DFF9E4
(223,249,228)
#E2F9E6
(226,249,230)
#E5F9E8
(229,249,232)
#E8F9EA
(232,249,234)
#EBF9EC
(235,249,236)
#EEF9EE
(238,249,238)
#F1F9F0
(241,249,240)
#F4F9F2
(244,249,242)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F9E0; }

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

This text font color is #D9F9E0.


Background Color

.myBgColor { background-color: #D9F9E0; }

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

This div background color is #D9F9E0.


Border color

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

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

This div border color is #D9F9E0.


Opacity

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

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

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

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

This text has shadow with #D9F9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F9E0 on black background.


Color preview on white background

This text has color #D9F9E0 on white background.



Black color preview on #D9F9E0 background

This text has black color on #D9F9E0 background.


White color preview on #D9F9E0 background

This text has white color on #D9F9E0 background.