COLOR #D4E9BB

HEX: #D4E9BB
RGB: (212,233,187)

Renk bilgisi

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

RGB renk modeli

#D4E9BB color RGB value is (212,233,187).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 233 of 255 = 91%
B 187 of 255 = 73%

212
233
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 233 + 187 = 632 (100%)
R 212 of 632 ~ 33.54%
G 233 of 632 ~ 36.87%
B 187 of 632 ~ 29.59%

%33.54
%36.87
%29.59

CMYK RENK MODELİ

#D4E9BB rengi CMYK tonu (9,0,20,9).

  • camgöbeği tonu 9.01%
  • eflatun tonu 0.00%
  • sarı tonu 19.74%
  • ana renk tonu 8.63%
CMYK:
(9,0,20,9)
C9M0Y20K9 
(9%,0%,20%,9%)
(0.09/0.00/0.20/0.09)	

CMYK yüzdeleri

%9.01
%0
%19.74
%8.63

Codes

Color #D4E9BB in popluar color models

D4E9BB
RGB212233187
HSL87°51.11%82.35%
HSB/HSV87°19.74%91.37%
CMYK9.01%0.00%19.74%
8.63%

Color #D4E9BB in popluar number systems.

HEXD4E9BB
Decimal212233187
Binary110101001110100110111011
Octal324351273

Shades and tints

Shades of #D4E9BB

#D4E9BB
(212,233,187)
#C1D4AA
(193,212,170)
#AEBF99
(174,191,153)
#9BAA88
(155,170,136)
#889577
(136,149,119)
#758066
(117,128,102)
#626B55
(98,107,85)
#4F5644
(79,86,68)
#3C4133
(60,65,51)
#292C22
(41,44,34)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #D4E9BB

#D4E9BB
(212,233,187)
#D7EBC1
(215,235,193)
#DAEDC7
(218,237,199)
#DDEFCD
(221,239,205)
#E0F1D3
(224,241,211)
#E3F3D9
(227,243,217)
#E6F5DF
(230,245,223)
#E9F7E5
(233,247,229)
#ECF9EB
(236,249,235)
#EFFBF1
(239,251,241)
#F2FDF7
(242,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E9BB; }

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

This text font color is #D4E9BB.


Background Color

.myBgColor { background-color: #D4E9BB; }

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

This div background color is #D4E9BB.


Border color

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

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

This div border color is #D4E9BB.


Opacity

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

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

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

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

This text has shadow with #D4E9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E9BB on black background.


Color preview on white background

This text has color #D4E9BB on white background.



Black color preview on #D4E9BB background

This text has black color on #D4E9BB background.


White color preview on #D4E9BB background

This text has white color on #D4E9BB background.