COLOR #D6E3A7

HEX: #D6E3A7
RGB: (214,227,167)

Renk bilgisi

#D6E3A7 contains mainly red and green colors. #D6E3A7 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D6E3A7 color RGB value is (214,227,167).

  • kırmız ton 214;
  • yeşil ton 227;
  • mavi ton 167.
RGB:
(214,227,167)
(84%,89%,65%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 227 of 255 = 89%
B 167 of 255 = 65%

214
227
167

R + G + B ~ 79%. #D6E3A7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 227 + 167 = 608 (100%)
R 214 of 608 ~ 35.2%
G 227 of 608 ~ 37.34%
B 167 of 608 ~ 27.47%

%35.2
%37.34
%27.47

CMYK RENK MODELİ

#D6E3A7 rengi CMYK tonu (6,0,26,11).

  • camgöbeği tonu 5.73%
  • eflatun tonu 0.00%
  • sarı tonu 26.43%
  • ana renk tonu 10.98%
CMYK:
(6,0,26,11)
C6M0Y26K11 
(6%,0%,26%,11%)
(0.06/0.00/0.26/0.11)	

CMYK yüzdeleri

%5.73
%0
%26.43
%10.98

Codes

Color #D6E3A7 in popluar color models

D6E3A7
RGB214227167
HSL73°51.72%77.25%
HSB/HSV73°26.43%89.02%
CMYK5.73%0.00%26.43%
10.98%

Color #D6E3A7 in popluar number systems.

HEXD6E3A7
Decimal214227167
Binary110101101110001110100111
Octal326343247

Shades and tints

Shades of #D6E3A7

#D6E3A7
(214,227,167)
#C3CF98
(195,207,152)
#B0BB89
(176,187,137)
#9DA77A
(157,167,122)
#8A936B
(138,147,107)
#777F5C
(119,127,92)
#646B4D
(100,107,77)
#51573E
(81,87,62)
#3E432F
(62,67,47)
#2B2F20
(43,47,32)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #D6E3A7

#D6E3A7
(214,227,167)
#D9E5AF
(217,229,175)
#DCE7B7
(220,231,183)
#DFE9BF
(223,233,191)
#E2EBC7
(226,235,199)
#E5EDCF
(229,237,207)
#E8EFD7
(232,239,215)
#EBF1DF
(235,241,223)
#EEF3E7
(238,243,231)
#F1F5EF
(241,245,239)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E3A7 color. Also use rgb(214,227,167) instead hex code.

Text Font Color

.myTextColor { color: #D6E3A7; }

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

This text font color is #D6E3A7.


Background Color

.myBgColor { background-color: #D6E3A7; }

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

This div background color is #D6E3A7.


Border color

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

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

This div border color is #D6E3A7.


Opacity

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

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

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

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

This text has shadow with #D6E3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E3A7 on black background.


Color preview on white background

This text has color #D6E3A7 on white background.



Black color preview on #D6E3A7 background

This text has black color on #D6E3A7 background.


White color preview on #D6E3A7 background

This text has white color on #D6E3A7 background.