COLOR #D4E9B5

HEX: #D4E9B5
RGB: (212,233,181)

Renk bilgisi

#D4E9B5 contains red, green and blue colors in about the same proportion. #D4E9B5 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#D4E9B5 color RGB value is (212,233,181).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 233 of 255 = 91%
B 181 of 255 = 71%

212
233
181

R + G + B ~ 82%. #D4E9B5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 233 + 181 = 626 (100%)
R 212 of 626 ~ 33.87%
G 233 of 626 ~ 37.22%
B 181 of 626 ~ 28.91%

%33.87
%37.22
%28.91

CMYK RENK MODELİ

#D4E9B5 rengi CMYK tonu (9,0,22,9).

  • camgöbeği tonu 9.01%
  • eflatun tonu 0.00%
  • sarı tonu 22.32%
  • ana renk tonu 8.63%
CMYK:
(9,0,22,9)
C9M0Y22K9 
(9%,0%,22%,9%)
(0.09/0.00/0.22/0.09)	

CMYK yüzdeleri

%9.01
%0
%22.32
%8.63

Codes

Color #D4E9B5 in popluar color models

D4E9B5
RGB212233181
HSL84°54.17%81.18%
HSB/HSV84°22.32%91.37%
CMYK9.01%0.00%22.32%
8.63%

Color #D4E9B5 in popluar number systems.

HEXD4E9B5
Decimal212233181
Binary110101001110100110110101
Octal324351265

Shades and tints

Shades of #D4E9B5

#D4E9B5
(212,233,181)
#C1D4A5
(193,212,165)
#AEBF95
(174,191,149)
#9BAA85
(155,170,133)
#889575
(136,149,117)
#758065
(117,128,101)
#626B55
(98,107,85)
#4F5645
(79,86,69)
#3C4135
(60,65,53)
#292C25
(41,44,37)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #D4E9B5

#D4E9B5
(212,233,181)
#D7EBBB
(215,235,187)
#DAEDC1
(218,237,193)
#DDEFC7
(221,239,199)
#E0F1CD
(224,241,205)
#E3F3D3
(227,243,211)
#E6F5D9
(230,245,217)
#E9F7DF
(233,247,223)
#ECF9E5
(236,249,229)
#EFFBEB
(239,251,235)
#F2FDF1
(242,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E9B5; }

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

This text font color is #D4E9B5.


Background Color

.myBgColor { background-color: #D4E9B5; }

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

This div background color is #D4E9B5.


Border color

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

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

This div border color is #D4E9B5.


Opacity

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

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

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

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

This text has shadow with #D4E9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E9B5 on black background.


Color preview on white background

This text has color #D4E9B5 on white background.



Black color preview on #D4E9B5 background

This text has black color on #D4E9B5 background.


White color preview on #D4E9B5 background

This text has white color on #D4E9B5 background.