COLOR #D6E3A5

HEX: #D6E3A5
RGB: (214,227,165)

Renk bilgisi

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

RGB renk modeli

#D6E3A5 color RGB value is (214,227,165).

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

RGB bağlantıları ve doygunluk

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

214
227
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 227 + 165 = 606 (100%)
R 214 of 606 ~ 35.31%
G 227 of 606 ~ 37.46%
B 165 of 606 ~ 27.23%

%35.31
%37.46
%27.23

CMYK RENK MODELİ

#D6E3A5 rengi CMYK tonu (6,0,27,11).

  • camgöbeği tonu 5.73%
  • eflatun tonu 0.00%
  • sarı tonu 27.31%
  • ana renk tonu 10.98%
CMYK:
(6,0,27,11)
C6M0Y27K11 
(6%,0%,27%,11%)
(0.06/0.00/0.27/0.11)	

CMYK yüzdeleri

%5.73
%0
%27.31
%10.98

Codes

Color #D6E3A5 in popluar color models

D6E3A5
RGB214227165
HSL73°52.54%76.86%
HSB/HSV73°27.31%89.02%
CMYK5.73%0.00%27.31%
10.98%

Color #D6E3A5 in popluar number systems.

HEXD6E3A5
Decimal214227165
Binary110101101110001110100101
Octal326343245

Shades and tints

Shades of #D6E3A5

#D6E3A5
(214,227,165)
#C3CF96
(195,207,150)
#B0BB87
(176,187,135)
#9DA778
(157,167,120)
#8A9369
(138,147,105)
#777F5A
(119,127,90)
#646B4B
(100,107,75)
#51573C
(81,87,60)
#3E432D
(62,67,45)
#2B2F1E
(43,47,30)
#181B0F
(24,27,15)
#000000
(0,0,0)

Tints of #D6E3A5

#D6E3A5
(214,227,165)
#D9E5AD
(217,229,173)
#DCE7B5
(220,231,181)
#DFE9BD
(223,233,189)
#E2EBC5
(226,235,197)
#E5EDCD
(229,237,205)
#E8EFD5
(232,239,213)
#EBF1DD
(235,241,221)
#EEF3E5
(238,243,229)
#F1F5ED
(241,245,237)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E3A5; }

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

This text font color is #D6E3A5.


Background Color

.myBgColor { background-color: #D6E3A5; }

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

This div background color is #D6E3A5.


Border color

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

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

This div border color is #D6E3A5.


Opacity

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

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

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

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

This text has shadow with #D6E3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E3A5 on black background.


Color preview on white background

This text has color #D6E3A5 on white background.



Black color preview on #D6E3A5 background

This text has black color on #D6E3A5 background.


White color preview on #D6E3A5 background

This text has white color on #D6E3A5 background.