COLOR #D6E7C6

HEX: #D6E7C6
RGB: (214,231,198)

Renk bilgisi

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

RGB renk modeli

#D6E7C6 color RGB value is (214,231,198).

  • kırmız ton 214;
  • yeşil ton 231;
  • mavi ton 198.
RGB:
(214,231,198)
(84%,91%,78%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 231 of 255 = 91%
B 198 of 255 = 78%

214
231
198

R + G + B ~ 84%. #D6E7C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 231 + 198 = 643 (100%)
R 214 of 643 ~ 33.28%
G 231 of 643 ~ 35.93%
B 198 of 643 ~ 30.79%

%33.28
%35.93
%30.79

CMYK RENK MODELİ

#D6E7C6 rengi CMYK tonu (7,0,14,9).

  • camgöbeği tonu 7.36%
  • eflatun tonu 0.00%
  • sarı tonu 14.29%
  • ana renk tonu 9.41%
CMYK:
(7,0,14,9)
C7M0Y14K9 
(7%,0%,14%,9%)
(0.07/0.00/0.14/0.09)	

CMYK yüzdeleri

%7.36
%0
%14.29
%9.41

Codes

Color #D6E7C6 in popluar color models

D6E7C6
RGB214231198
HSL91°40.74%84.12%
HSB/HSV91°14.29%90.59%
CMYK7.36%0.00%14.29%
9.41%

Color #D6E7C6 in popluar number systems.

HEXD6E7C6
Decimal214231198
Binary110101101110011111000110
Octal326347306

Shades and tints

Shades of #D6E7C6

#D6E7C6
(214,231,198)
#C3D2B4
(195,210,180)
#B0BDA2
(176,189,162)
#9DA890
(157,168,144)
#8A937E
(138,147,126)
#777E6C
(119,126,108)
#64695A
(100,105,90)
#515448
(81,84,72)
#3E3F36
(62,63,54)
#2B2A24
(43,42,36)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #D6E7C6

#D6E7C6
(214,231,198)
#D9E9CB
(217,233,203)
#DCEBD0
(220,235,208)
#DFEDD5
(223,237,213)
#E2EFDA
(226,239,218)
#E5F1DF
(229,241,223)
#E8F3E4
(232,243,228)
#EBF5E9
(235,245,233)
#EEF7EE
(238,247,238)
#F1F9F3
(241,249,243)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E7C6 color. Also use rgb(214,231,198) instead hex code.

Text Font Color

.myTextColor { color: #D6E7C6; }

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

This text font color is #D6E7C6.


Background Color

.myBgColor { background-color: #D6E7C6; }

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

This div background color is #D6E7C6.


Border color

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

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

This div border color is #D6E7C6.


Opacity

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

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

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

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

This text has shadow with #D6E7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E7C6 on black background.


Color preview on white background

This text has color #D6E7C6 on white background.



Black color preview on #D6E7C6 background

This text has black color on #D6E7C6 background.


White color preview on #D6E7C6 background

This text has white color on #D6E7C6 background.