COLOR #D6E6D1

HEX: #D6E6D1
RGB: (214,230,209)

Renk bilgisi

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

RGB renk modeli

#D6E6D1 color RGB value is (214,230,209).

  • kırmız ton 214;
  • yeşil ton 230;
  • mavi ton 209.
RGB:
(214,230,209)
(84%,90%,82%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 230 of 255 = 90%
B 209 of 255 = 82%

214
230
209

R + G + B ~ 85%. #D6E6D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 230 + 209 = 653 (100%)
R 214 of 653 ~ 32.77%
G 230 of 653 ~ 35.22%
B 209 of 653 ~ 32.01%

%32.77
%35.22
%32.01

CMYK RENK MODELİ

#D6E6D1 rengi CMYK tonu (7,0,9,10).

  • camgöbeği tonu 6.96%
  • eflatun tonu 0.00%
  • sarı tonu 9.13%
  • ana renk tonu 9.80%
CMYK:
(7,0,9,10)
C7M0Y9K10 
(7%,0%,9%,10%)
(0.07/0.00/0.09/0.10)	

CMYK yüzdeleri

%6.96
%0
%9.13
%9.8

Codes

Color #D6E6D1 in popluar color models

D6E6D1
RGB214230209
HSL106°29.58%86.08%
HSB/HSV106°9.13%90.20%
CMYK6.96%0.00%9.13%
9.80%

Color #D6E6D1 in popluar number systems.

HEXD6E6D1
Decimal214230209
Binary110101101110011011010001
Octal326346321

Shades and tints

Shades of #D6E6D1

#D6E6D1
(214,230,209)
#C3D2BE
(195,210,190)
#B0BEAB
(176,190,171)
#9DAA98
(157,170,152)
#8A9685
(138,150,133)
#778272
(119,130,114)
#646E5F
(100,110,95)
#515A4C
(81,90,76)
#3E4639
(62,70,57)
#2B3226
(43,50,38)
#181E13
(24,30,19)
#000000
(0,0,0)

Tints of #D6E6D1

#D6E6D1
(214,230,209)
#D9E8D5
(217,232,213)
#DCEAD9
(220,234,217)
#DFECDD
(223,236,221)
#E2EEE1
(226,238,225)
#E5F0E5
(229,240,229)
#E8F2E9
(232,242,233)
#EBF4ED
(235,244,237)
#EEF6F1
(238,246,241)
#F1F8F5
(241,248,245)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E6D1 color. Also use rgb(214,230,209) instead hex code.

Text Font Color

.myTextColor { color: #D6E6D1; }

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

This text font color is #D6E6D1.


Background Color

.myBgColor { background-color: #D6E6D1; }

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

This div background color is #D6E6D1.


Border color

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

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

This div border color is #D6E6D1.


Opacity

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

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

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

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

This text has shadow with #D6E6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E6D1 on black background.


Color preview on white background

This text has color #D6E6D1 on white background.



Black color preview on #D6E6D1 background

This text has black color on #D6E6D1 background.


White color preview on #D6E6D1 background

This text has white color on #D6E6D1 background.