COLOR #D9E5A3

HEX: #D9E5A3
RGB: (217,229,163)

Renk bilgisi

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

RGB renk modeli

#D9E5A3 color RGB value is (217,229,163).

  • kırmız ton 217;
  • yeşil ton 229;
  • mavi ton 163.
RGB:
(217,229,163)
(85%,90%,64%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 229 of 255 = 90%
B 163 of 255 = 64%

217
229
163

R + G + B ~ 80%. #D9E5A3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 229 + 163 = 609 (100%)
R 217 of 609 ~ 35.63%
G 229 of 609 ~ 37.6%
B 163 of 609 ~ 26.77%

%35.63
%37.6
%26.77

CMYK RENK MODELİ

#D9E5A3 rengi CMYK tonu (5,0,29,10).

  • camgöbeği tonu 5.24%
  • eflatun tonu 0.00%
  • sarı tonu 28.82%
  • ana renk tonu 10.20%
CMYK:
(5,0,29,10)
C5M0Y29K10 
(5%,0%,29%,10%)
(0.05/0.00/0.29/0.10)	

CMYK yüzdeleri

%5.24
%0
%28.82
%10.2

Codes

Color #D9E5A3 in popluar color models

D9E5A3
RGB217229163
HSL71°55.93%76.86%
HSB/HSV71°28.82%89.80%
CMYK5.24%0.00%28.82%
10.20%

Color #D9E5A3 in popluar number systems.

HEXD9E5A3
Decimal217229163
Binary110110011110010110100011
Octal331345243

Shades and tints

Shades of #D9E5A3

#D9E5A3
(217,229,163)
#C6D195
(198,209,149)
#B3BD87
(179,189,135)
#A0A979
(160,169,121)
#8D956B
(141,149,107)
#7A815D
(122,129,93)
#676D4F
(103,109,79)
#545941
(84,89,65)
#414533
(65,69,51)
#2E3125
(46,49,37)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #D9E5A3

#D9E5A3
(217,229,163)
#DCE7AB
(220,231,171)
#DFE9B3
(223,233,179)
#E2EBBB
(226,235,187)
#E5EDC3
(229,237,195)
#E8EFCB
(232,239,203)
#EBF1D3
(235,241,211)
#EEF3DB
(238,243,219)
#F1F5E3
(241,245,227)
#F4F7EB
(244,247,235)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E5A3 color. Also use rgb(217,229,163) instead hex code.

Text Font Color

.myTextColor { color: #D9E5A3; }

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

This text font color is #D9E5A3.


Background Color

.myBgColor { background-color: #D9E5A3; }

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

This div background color is #D9E5A3.


Border color

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

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

This div border color is #D9E5A3.


Opacity

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

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

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

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

This text has shadow with #D9E5A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E5A3 on black background.


Color preview on white background

This text has color #D9E5A3 on white background.



Black color preview on #D9E5A3 background

This text has black color on #D9E5A3 background.


White color preview on #D9E5A3 background

This text has white color on #D9E5A3 background.