COLOR #D4E094

HEX: #D4E094
RGB: (212,224,148)

Renk bilgisi

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

RGB renk modeli

#D4E094 color RGB value is (212,224,148).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 224 of 255 = 88%
B 148 of 255 = 58%

212
224
148

R + G + B ~ 76%. #D4E094 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 224 + 148 = 584 (100%)
R 212 of 584 ~ 36.3%
G 224 of 584 ~ 38.36%
B 148 of 584 ~ 25.34%

%36.3
%38.36
%25.34

CMYK RENK MODELİ

#D4E094 rengi CMYK tonu (5,0,34,12).

  • camgöbeği tonu 5.36%
  • eflatun tonu 0.00%
  • sarı tonu 33.93%
  • ana renk tonu 12.16%
CMYK:
(5,0,34,12)
C5M0Y34K12 
(5%,0%,34%,12%)
(0.05/0.00/0.34/0.12)	

CMYK yüzdeleri

%5.36
%0
%33.93
%12.16

Codes

Color #D4E094 in popluar color models

D4E094
RGB212224148
HSL69°55.07%72.94%
HSB/HSV69°33.93%87.84%
CMYK5.36%0.00%33.93%
12.16%

Color #D4E094 in popluar number systems.

HEXD4E094
Decimal212224148
Binary110101001110000010010100
Octal324340224

Shades and tints

Shades of #D4E094

#D4E094
(212,224,148)
#C1CC87
(193,204,135)
#AEB87A
(174,184,122)
#9BA46D
(155,164,109)
#889060
(136,144,96)
#757C53
(117,124,83)
#626846
(98,104,70)
#4F5439
(79,84,57)
#3C402C
(60,64,44)
#292C1F
(41,44,31)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #D4E094

#D4E094
(212,224,148)
#D7E29D
(215,226,157)
#DAE4A6
(218,228,166)
#DDE6AF
(221,230,175)
#E0E8B8
(224,232,184)
#E3EAC1
(227,234,193)
#E6ECCA
(230,236,202)
#E9EED3
(233,238,211)
#ECF0DC
(236,240,220)
#EFF2E5
(239,242,229)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E094; }

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

This text font color is #D4E094.


Background Color

.myBgColor { background-color: #D4E094; }

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

This div background color is #D4E094.


Border color

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

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

This div border color is #D4E094.


Opacity

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

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

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

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

This text has shadow with #D4E094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E094 on black background.


Color preview on white background

This text has color #D4E094 on white background.



Black color preview on #D4E094 background

This text has black color on #D4E094 background.


White color preview on #D4E094 background

This text has white color on #D4E094 background.