COLOR #D9F6D5

HEX: #D9F6D5
RGB: (217,246,213)

Renk bilgisi

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

RGB renk modeli

#D9F6D5 color RGB value is (217,246,213).

  • kırmız ton 217;
  • yeşil ton 246;
  • mavi ton 213.
RGB:
(217,246,213)
(85%,96%,84%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 246 of 255 = 96%
B 213 of 255 = 84%

217
246
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 246 + 213 = 676 (100%)
R 217 of 676 ~ 32.1%
G 246 of 676 ~ 36.39%
B 213 of 676 ~ 31.51%

%32.1
%36.39
%31.51

CMYK RENK MODELİ

#D9F6D5 rengi CMYK tonu (12,0,13,4).

  • camgöbeği tonu 11.79%
  • eflatun tonu 0.00%
  • sarı tonu 13.41%
  • ana renk tonu 3.53%
CMYK:
(12,0,13,4)
C12M0Y13K4 
(12%,0%,13%,4%)
(0.12/0.00/0.13/0.04)	

CMYK yüzdeleri

%11.79
%0
%13.41
%3.53

Codes

Color #D9F6D5 in popluar color models

D9F6D5
RGB217246213
HSL113°64.71%90.00%
HSB/HSV113°13.41%96.47%
CMYK11.79%0.00%13.41%
3.53%

Color #D9F6D5 in popluar number systems.

HEXD9F6D5
Decimal217246213
Binary110110011111011011010101
Octal331366325

Shades and tints

Shades of #D9F6D5

#D9F6D5
(217,246,213)
#C6E0C2
(198,224,194)
#B3CAAF
(179,202,175)
#A0B49C
(160,180,156)
#8D9E89
(141,158,137)
#7A8876
(122,136,118)
#677263
(103,114,99)
#545C50
(84,92,80)
#41463D
(65,70,61)
#2E302A
(46,48,42)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #D9F6D5

#D9F6D5
(217,246,213)
#DCF6D8
(220,246,216)
#DFF6DB
(223,246,219)
#E2F6DE
(226,246,222)
#E5F6E1
(229,246,225)
#E8F6E4
(232,246,228)
#EBF6E7
(235,246,231)
#EEF6EA
(238,246,234)
#F1F6ED
(241,246,237)
#F4F6F0
(244,246,240)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F6D5 color. Also use rgb(217,246,213) instead hex code.

Text Font Color

.myTextColor { color: #D9F6D5; }

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

This text font color is #D9F6D5.


Background Color

.myBgColor { background-color: #D9F6D5; }

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

This div background color is #D9F6D5.


Border color

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

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

This div border color is #D9F6D5.


Opacity

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

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

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

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

This text has shadow with #D9F6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9F6D5 on black background.


Color preview on white background

This text has color #D9F6D5 on white background.



Black color preview on #D9F6D5 background

This text has black color on #D9F6D5 background.


White color preview on #D9F6D5 background

This text has white color on #D9F6D5 background.