COLOR #D6E6CD

HEX: #D6E6CD
RGB: (214,230,205)

Renk bilgisi

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

RGB renk modeli

#D6E6CD color RGB value is (214,230,205).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 230 of 255 = 90%
B 205 of 255 = 80%

214
230
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 230 + 205 = 649 (100%)
R 214 of 649 ~ 32.97%
G 230 of 649 ~ 35.44%
B 205 of 649 ~ 31.59%

%32.97
%35.44
%31.59

CMYK RENK MODELİ

#D6E6CD rengi CMYK tonu (7,0,11,10).

  • camgöbeği tonu 6.96%
  • eflatun tonu 0.00%
  • sarı tonu 10.87%
  • ana renk tonu 9.80%
CMYK:
(7,0,11,10)
C7M0Y11K10 
(7%,0%,11%,10%)
(0.07/0.00/0.11/0.10)	

CMYK yüzdeleri

%6.96
%0
%10.87
%9.8

Codes

Color #D6E6CD in popluar color models

D6E6CD
RGB214230205
HSL98°33.33%85.29%
HSB/HSV98°10.87%90.20%
CMYK6.96%0.00%10.87%
9.80%

Color #D6E6CD in popluar number systems.

HEXD6E6CD
Decimal214230205
Binary110101101110011011001101
Octal326346315

Shades and tints

Shades of #D6E6CD

#D6E6CD
(214,230,205)
#C3D2BB
(195,210,187)
#B0BEA9
(176,190,169)
#9DAA97
(157,170,151)
#8A9685
(138,150,133)
#778273
(119,130,115)
#646E61
(100,110,97)
#515A4F
(81,90,79)
#3E463D
(62,70,61)
#2B322B
(43,50,43)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #D6E6CD

#D6E6CD
(214,230,205)
#D9E8D1
(217,232,209)
#DCEAD5
(220,234,213)
#DFECD9
(223,236,217)
#E2EEDD
(226,238,221)
#E5F0E1
(229,240,225)
#E8F2E5
(232,242,229)
#EBF4E9
(235,244,233)
#EEF6ED
(238,246,237)
#F1F8F1
(241,248,241)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E6CD; }

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

This text font color is #D6E6CD.


Background Color

.myBgColor { background-color: #D6E6CD; }

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

This div background color is #D6E6CD.


Border color

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

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

This div border color is #D6E6CD.


Opacity

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

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

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

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

This text has shadow with #D6E6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E6CD on black background.


Color preview on white background

This text has color #D6E6CD on white background.



Black color preview on #D6E6CD background

This text has black color on #D6E6CD background.


White color preview on #D6E6CD background

This text has white color on #D6E6CD background.