COLOR #D6E9D4

HEX: #D6E9D4
RGB: (214,233,212)

Renk bilgisi

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

RGB renk modeli

#D6E9D4 color RGB value is (214,233,212).

  • kırmız ton 214;
  • yeşil ton 233;
  • mavi ton 212.
RGB:
(214,233,212)
(84%,91%,83%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 233 of 255 = 91%
B 212 of 255 = 83%

214
233
212

R + G + B ~ 86%. #D6E9D4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 233 + 212 = 659 (100%)
R 214 of 659 ~ 32.47%
G 233 of 659 ~ 35.36%
B 212 of 659 ~ 32.17%

%32.47
%35.36
%32.17

CMYK RENK MODELİ

#D6E9D4 rengi CMYK tonu (8,0,9,9).

  • camgöbeği tonu 8.15%
  • eflatun tonu 0.00%
  • sarı tonu 9.01%
  • ana renk tonu 8.63%
CMYK:
(8,0,9,9)
C8M0Y9K9 
(8%,0%,9%,9%)
(0.08/0.00/0.09/0.09)	

CMYK yüzdeleri

%8.15
%0
%9.01
%8.63

Codes

Color #D6E9D4 in popluar color models

D6E9D4
RGB214233212
HSL114°32.31%87.25%
HSB/HSV114°9.01%91.37%
CMYK8.15%0.00%9.01%
8.63%

Color #D6E9D4 in popluar number systems.

HEXD6E9D4
Decimal214233212
Binary110101101110100111010100
Octal326351324

Shades and tints

Shades of #D6E9D4

#D6E9D4
(214,233,212)
#C3D4C1
(195,212,193)
#B0BFAE
(176,191,174)
#9DAA9B
(157,170,155)
#8A9588
(138,149,136)
#778075
(119,128,117)
#646B62
(100,107,98)
#51564F
(81,86,79)
#3E413C
(62,65,60)
#2B2C29
(43,44,41)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #D6E9D4

#D6E9D4
(214,233,212)
#D9EBD7
(217,235,215)
#DCEDDA
(220,237,218)
#DFEFDD
(223,239,221)
#E2F1E0
(226,241,224)
#E5F3E3
(229,243,227)
#E8F5E6
(232,245,230)
#EBF7E9
(235,247,233)
#EEF9EC
(238,249,236)
#F1FBEF
(241,251,239)
#F4FDF2
(244,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E9D4 color. Also use rgb(214,233,212) instead hex code.

Text Font Color

.myTextColor { color: #D6E9D4; }

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

This text font color is #D6E9D4.


Background Color

.myBgColor { background-color: #D6E9D4; }

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

This div background color is #D6E9D4.


Border color

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

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

This div border color is #D6E9D4.


Opacity

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

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

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

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

This text has shadow with #D6E9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E9D4 on black background.


Color preview on white background

This text has color #D6E9D4 on white background.



Black color preview on #D6E9D4 background

This text has black color on #D6E9D4 background.


White color preview on #D6E9D4 background

This text has white color on #D6E9D4 background.