COLOR #D4E6A5

HEX: #D4E6A5
RGB: (212,230,165)

Renk bilgisi

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

RGB renk modeli

#D4E6A5 color RGB value is (212,230,165).

  • kırmız ton 212;
  • yeşil ton 230;
  • mavi ton 165.
RGB:
(212,230,165)
(83%,90%,65%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 230 of 255 = 90%
B 165 of 255 = 65%

212
230
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 230 + 165 = 607 (100%)
R 212 of 607 ~ 34.93%
G 230 of 607 ~ 37.89%
B 165 of 607 ~ 27.18%

%34.93
%37.89
%27.18

CMYK RENK MODELİ

#D4E6A5 rengi CMYK tonu (8,0,28,10).

  • camgöbeği tonu 7.83%
  • eflatun tonu 0.00%
  • sarı tonu 28.26%
  • ana renk tonu 9.80%
CMYK:
(8,0,28,10)
C8M0Y28K10 
(8%,0%,28%,10%)
(0.08/0.00/0.28/0.10)	

CMYK yüzdeleri

%7.83
%0
%28.26
%9.8

Codes

Color #D4E6A5 in popluar color models

D4E6A5
RGB212230165
HSL77°56.52%77.45%
HSB/HSV77°28.26%90.20%
CMYK7.83%0.00%28.26%
9.80%

Color #D4E6A5 in popluar number systems.

HEXD4E6A5
Decimal212230165
Binary110101001110011010100101
Octal324346245

Shades and tints

Shades of #D4E6A5

#D4E6A5
(212,230,165)
#C1D296
(193,210,150)
#AEBE87
(174,190,135)
#9BAA78
(155,170,120)
#889669
(136,150,105)
#75825A
(117,130,90)
#626E4B
(98,110,75)
#4F5A3C
(79,90,60)
#3C462D
(60,70,45)
#29321E
(41,50,30)
#161E0F
(22,30,15)
#000000
(0,0,0)

Tints of #D4E6A5

#D4E6A5
(212,230,165)
#D7E8AD
(215,232,173)
#DAEAB5
(218,234,181)
#DDECBD
(221,236,189)
#E0EEC5
(224,238,197)
#E3F0CD
(227,240,205)
#E6F2D5
(230,242,213)
#E9F4DD
(233,244,221)
#ECF6E5
(236,246,229)
#EFF8ED
(239,248,237)
#F2FAF5
(242,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E6A5 color. Also use rgb(212,230,165) instead hex code.

Text Font Color

.myTextColor { color: #D4E6A5; }

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

This text font color is #D4E6A5.


Background Color

.myBgColor { background-color: #D4E6A5; }

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

This div background color is #D4E6A5.


Border color

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

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

This div border color is #D4E6A5.


Opacity

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

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

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

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

This text has shadow with #D4E6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E6A5 on black background.


Color preview on white background

This text has color #D4E6A5 on white background.



Black color preview on #D4E6A5 background

This text has black color on #D4E6A5 background.


White color preview on #D4E6A5 background

This text has white color on #D4E6A5 background.