COLOR #D4EB8D

HEX: #D4EB8D
RGB: (212,235,141)

Renk bilgisi

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

RGB renk modeli

#D4EB8D color RGB value is (212,235,141).

  • kırmız ton 212;
  • yeşil ton 235;
  • mavi ton 141.
RGB:
(212,235,141)
(83%,92%,55%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 235 of 255 = 92%
B 141 of 255 = 55%

212
235
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 235 + 141 = 588 (100%)
R 212 of 588 ~ 36.05%
G 235 of 588 ~ 39.97%
B 141 of 588 ~ 23.98%

%36.05
%39.97
%23.98

CMYK RENK MODELİ

#D4EB8D rengi CMYK tonu (10,0,40,8).

  • camgöbeği tonu 9.79%
  • eflatun tonu 0.00%
  • sarı tonu 40.00%
  • ana renk tonu 7.84%
CMYK:
(10,0,40,8)
C10M0Y40K8 
(10%,0%,40%,8%)
(0.10/0.00/0.40/0.08)	

CMYK yüzdeleri

%9.79
%0
%40
%7.84

Codes

Color #D4EB8D in popluar color models

D4EB8D
RGB212235141
HSL75°70.15%73.73%
HSB/HSV75°40.00%92.16%
CMYK9.79%0.00%40.00%
7.84%

Color #D4EB8D in popluar number systems.

HEXD4EB8D
Decimal212235141
Binary110101001110101110001101
Octal324353215

Shades and tints

Shades of #D4EB8D

#D4EB8D
(212,235,141)
#C1D681
(193,214,129)
#AEC175
(174,193,117)
#9BAC69
(155,172,105)
#88975D
(136,151,93)
#758251
(117,130,81)
#626D45
(98,109,69)
#4F5839
(79,88,57)
#3C432D
(60,67,45)
#292E21
(41,46,33)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #D4EB8D

#D4EB8D
(212,235,141)
#D7EC97
(215,236,151)
#DAEDA1
(218,237,161)
#DDEEAB
(221,238,171)
#E0EFB5
(224,239,181)
#E3F0BF
(227,240,191)
#E6F1C9
(230,241,201)
#E9F2D3
(233,242,211)
#ECF3DD
(236,243,221)
#EFF4E7
(239,244,231)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EB8D color. Also use rgb(212,235,141) instead hex code.

Text Font Color

.myTextColor { color: #D4EB8D; }

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

This text font color is #D4EB8D.


Background Color

.myBgColor { background-color: #D4EB8D; }

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

This div background color is #D4EB8D.


Border color

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

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

This div border color is #D4EB8D.


Opacity

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

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

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

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

This text has shadow with #D4EB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EB8D on black background.


Color preview on white background

This text has color #D4EB8D on white background.



Black color preview on #D4EB8D background

This text has black color on #D4EB8D background.


White color preview on #D4EB8D background

This text has white color on #D4EB8D background.