COLOR #D4E992

HEX: #D4E992
RGB: (212,233,146)

Renk bilgisi

#D4E992 contains mainly red and green colors. #D4E992 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#D4E992 color RGB value is (212,233,146).

  • kırmız ton 212;
  • yeşil ton 233;
  • mavi ton 146.
RGB:
(212,233,146)
(83%,91%,57%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 233 of 255 = 91%
B 146 of 255 = 57%

212
233
146

R + G + B ~ 77%. #D4E992 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 233 + 146 = 591 (100%)
R 212 of 591 ~ 35.87%
G 233 of 591 ~ 39.42%
B 146 of 591 ~ 24.7%

%35.87
%39.42
%24.7

CMYK RENK MODELİ

#D4E992 rengi CMYK tonu (9,0,37,9).

  • camgöbeği tonu 9.01%
  • eflatun tonu 0.00%
  • sarı tonu 37.34%
  • ana renk tonu 8.63%
CMYK:
(9,0,37,9)
C9M0Y37K9 
(9%,0%,37%,9%)
(0.09/0.00/0.37/0.09)	

CMYK yüzdeleri

%9.01
%0
%37.34
%8.63

Codes

Color #D4E992 in popluar color models

D4E992
RGB212233146
HSL74°66.41%74.31%
HSB/HSV74°37.34%91.37%
CMYK9.01%0.00%37.34%
8.63%

Color #D4E992 in popluar number systems.

HEXD4E992
Decimal212233146
Binary110101001110100110010010
Octal324351222

Shades and tints

Shades of #D4E992

#D4E992
(212,233,146)
#C1D485
(193,212,133)
#AEBF78
(174,191,120)
#9BAA6B
(155,170,107)
#88955E
(136,149,94)
#758051
(117,128,81)
#626B44
(98,107,68)
#4F5637
(79,86,55)
#3C412A
(60,65,42)
#292C1D
(41,44,29)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #D4E992

#D4E992
(212,233,146)
#D7EB9B
(215,235,155)
#DAEDA4
(218,237,164)
#DDEFAD
(221,239,173)
#E0F1B6
(224,241,182)
#E3F3BF
(227,243,191)
#E6F5C8
(230,245,200)
#E9F7D1
(233,247,209)
#ECF9DA
(236,249,218)
#EFFBE3
(239,251,227)
#F2FDEC
(242,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E992 color. Also use rgb(212,233,146) instead hex code.

Text Font Color

.myTextColor { color: #D4E992; }

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

This text font color is #D4E992.


Background Color

.myBgColor { background-color: #D4E992; }

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

This div background color is #D4E992.


Border color

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

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

This div border color is #D4E992.


Opacity

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

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

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

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

This text has shadow with #D4E992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E992 on black background.


Color preview on white background

This text has color #D4E992 on white background.



Black color preview on #D4E992 background

This text has black color on #D4E992 background.


White color preview on #D4E992 background

This text has white color on #D4E992 background.