COLOR #D9F9E7

HEX: #D9F9E7
RGB: (217,249,231)

Renk bilgisi

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

RGB renk modeli

#D9F9E7 color RGB value is (217,249,231).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 249 of 255 = 98%
B 231 of 255 = 91%

217
249
231

R + G + B ~ 91%. #D9F9E7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 249 + 231 = 697 (100%)
R 217 of 697 ~ 31.13%
G 249 of 697 ~ 35.72%
B 231 of 697 ~ 33.14%

%31.13
%35.72
%33.14

CMYK RENK MODELİ

#D9F9E7 rengi CMYK tonu (13,0,7,2).

  • camgöbeği tonu 12.85%
  • eflatun tonu 0.00%
  • sarı tonu 7.23%
  • ana renk tonu 2.35%
CMYK:
(13,0,7,2)
C13M0Y7K2 
(13%,0%,7%,2%)
(0.13/0.00/0.07/0.02)	

CMYK yüzdeleri

%12.85
%0
%7.23
%2.35

Codes

Color #D9F9E7 in popluar color models

D9F9E7
RGB217249231
HSL146°72.73%91.37%
HSB/HSV146°12.85%97.65%
CMYK12.85%0.00%7.23%
2.35%

Color #D9F9E7 in popluar number systems.

HEXD9F9E7
Decimal217249231
Binary110110011111100111100111
Octal331371347

Shades and tints

Shades of #D9F9E7

#D9F9E7
(217,249,231)
#C6E3D2
(198,227,210)
#B3CDBD
(179,205,189)
#A0B7A8
(160,183,168)
#8DA193
(141,161,147)
#7A8B7E
(122,139,126)
#677569
(103,117,105)
#545F54
(84,95,84)
#41493F
(65,73,63)
#2E332A
(46,51,42)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #D9F9E7

#D9F9E7
(217,249,231)
#DCF9E9
(220,249,233)
#DFF9EB
(223,249,235)
#E2F9ED
(226,249,237)
#E5F9EF
(229,249,239)
#E8F9F1
(232,249,241)
#EBF9F3
(235,249,243)
#EEF9F5
(238,249,245)
#F1F9F7
(241,249,247)
#F4F9F9
(244,249,249)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F9E7; }

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

This text font color is #D9F9E7.


Background Color

.myBgColor { background-color: #D9F9E7; }

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

This div background color is #D9F9E7.


Border color

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

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

This div border color is #D9F9E7.


Opacity

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

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

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

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

This text has shadow with #D9F9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F9E7 on black background.


Color preview on white background

This text has color #D9F9E7 on white background.



Black color preview on #D9F9E7 background

This text has black color on #D9F9E7 background.


White color preview on #D9F9E7 background

This text has white color on #D9F9E7 background.