COLOR #D4E06E

HEX: #D4E06E
RGB: (212,224,110)

Renk bilgisi

#D4E06E contains mainly red and green colors. #D4E06E ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#D4E06E color RGB value is (212,224,110).

  • kırmız ton 212;
  • yeşil ton 224;
  • mavi ton 110.
RGB:
(212,224,110)
(83%,88%,43%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 224 of 255 = 88%
B 110 of 255 = 43%

212
224
110

R + G + B ~ 71%. #D4E06E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 224 + 110 = 546 (100%)
R 212 of 546 ~ 38.83%
G 224 of 546 ~ 41.03%
B 110 of 546 ~ 20.15%

%38.83
%41.03
%20.15

CMYK RENK MODELİ

#D4E06E rengi CMYK tonu (5,0,51,12).

  • camgöbeği tonu 5.36%
  • eflatun tonu 0.00%
  • sarı tonu 50.89%
  • ana renk tonu 12.16%
CMYK:
(5,0,51,12)
C5M0Y51K12 
(5%,0%,51%,12%)
(0.05/0.00/0.51/0.12)	

CMYK yüzdeleri

%5.36
%0
%50.89
%12.16

Codes

Color #D4E06E in popluar color models

D4E06E
RGB212224110
HSL66°64.77%65.49%
HSB/HSV66°50.89%87.84%
CMYK5.36%0.00%50.89%
12.16%

Color #D4E06E in popluar number systems.

HEXD4E06E
Decimal212224110
Binary11010100111000001101110
Octal324340156

Shades and tints

Shades of #D4E06E

#D4E06E
(212,224,110)
#C1CC64
(193,204,100)
#AEB85A
(174,184,90)
#9BA450
(155,164,80)
#889046
(136,144,70)
#757C3C
(117,124,60)
#626832
(98,104,50)
#4F5428
(79,84,40)
#3C401E
(60,64,30)
#292C14
(41,44,20)
#16180A
(22,24,10)
#000000
(0,0,0)

Tints of #D4E06E

#D4E06E
(212,224,110)
#D7E27B
(215,226,123)
#DAE488
(218,228,136)
#DDE695
(221,230,149)
#E0E8A2
(224,232,162)
#E3EAAF
(227,234,175)
#E6ECBC
(230,236,188)
#E9EEC9
(233,238,201)
#ECF0D6
(236,240,214)
#EFF2E3
(239,242,227)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E06E color. Also use rgb(212,224,110) instead hex code.

Text Font Color

.myTextColor { color: #D4E06E; }

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

This text font color is #D4E06E.


Background Color

.myBgColor { background-color: #D4E06E; }

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

This div background color is #D4E06E.


Border color

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

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

This div border color is #D4E06E.


Opacity

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

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

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

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

This text has shadow with #D4E06E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E06E on black background.


Color preview on white background

This text has color #D4E06E on white background.



Black color preview on #D4E06E background

This text has black color on #D4E06E background.


White color preview on #D4E06E background

This text has white color on #D4E06E background.