COLOR #D6E6B6

HEX: #D6E6B6
RGB: (214,230,182)

Renk bilgisi

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

RGB renk modeli

#D6E6B6 color RGB value is (214,230,182).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 230 of 255 = 90%
B 182 of 255 = 71%

214
230
182

R + G + B ~ 82%. #D6E6B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 230 + 182 = 626 (100%)
R 214 of 626 ~ 34.19%
G 230 of 626 ~ 36.74%
B 182 of 626 ~ 29.07%

%34.19
%36.74
%29.07

CMYK RENK MODELİ

#D6E6B6 rengi CMYK tonu (7,0,21,10).

  • camgöbeği tonu 6.96%
  • eflatun tonu 0.00%
  • sarı tonu 20.87%
  • ana renk tonu 9.80%
CMYK:
(7,0,21,10)
C7M0Y21K10 
(7%,0%,21%,10%)
(0.07/0.00/0.21/0.10)	

CMYK yüzdeleri

%6.96
%0
%20.87
%9.8

Codes

Color #D6E6B6 in popluar color models

D6E6B6
RGB214230182
HSL80°48.98%80.78%
HSB/HSV80°20.87%90.20%
CMYK6.96%0.00%20.87%
9.80%

Color #D6E6B6 in popluar number systems.

HEXD6E6B6
Decimal214230182
Binary110101101110011010110110
Octal326346266

Shades and tints

Shades of #D6E6B6

#D6E6B6
(214,230,182)
#C3D2A6
(195,210,166)
#B0BE96
(176,190,150)
#9DAA86
(157,170,134)
#8A9676
(138,150,118)
#778266
(119,130,102)
#646E56
(100,110,86)
#515A46
(81,90,70)
#3E4636
(62,70,54)
#2B3226
(43,50,38)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #D6E6B6

#D6E6B6
(214,230,182)
#D9E8BC
(217,232,188)
#DCEAC2
(220,234,194)
#DFECC8
(223,236,200)
#E2EECE
(226,238,206)
#E5F0D4
(229,240,212)
#E8F2DA
(232,242,218)
#EBF4E0
(235,244,224)
#EEF6E6
(238,246,230)
#F1F8EC
(241,248,236)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E6B6; }

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

This text font color is #D6E6B6.


Background Color

.myBgColor { background-color: #D6E6B6; }

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

This div background color is #D6E6B6.


Border color

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

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

This div border color is #D6E6B6.


Opacity

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

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

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

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

This text has shadow with #D6E6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E6B6 on black background.


Color preview on white background

This text has color #D6E6B6 on white background.



Black color preview on #D6E6B6 background

This text has black color on #D6E6B6 background.


White color preview on #D6E6B6 background

This text has white color on #D6E6B6 background.