COLOR #D4E3B8

HEX: #D4E3B8
RGB: (212,227,184)

Color info

#D4E3B8 contains red, green and blue colors in about the same proportion. Web safe color of #D4E3B8 is #CCCCCC (or #CCC).

RGB color model

#D4E3B8 color RGB value is (212,227,184).

  • red value is 212;
  • green value is 227;
  • blue value is 184.
RGB:
(212,227,184)
(83%,89%,72%)

RGB channels and saturation

R 212 of 255 = 83%
G 227 of 255 = 89%
B 184 of 255 = 72%

212
227
184

R + G + B ~ 81%. #D4E3B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 227 + 184 = 623 (100%)
R 212 of 623 ~ 34.03%
G 227 of 623 ~ 36.44%
B 184 of 623 ~ 29.53%

%34.03
%36.44
%29.53

CMYK color model

#D4E3B8 color CMYK value is (7,0,19,11).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 18.94%
  • key color value is 10.98%
CMYK:
(7,0,19,11)
C7M0Y19K11 
(7%,0%,19%,11%)
(0.07/0.00/0.19/0.11)	

CMYK percentages

%6.61
%0
%18.94
%10.98

Codes

Color #D4E3B8 in popluar color models

D4E3B8
RGB212227184
HSL81°43.43%80.59%
HSB/HSV81°18.94%89.02%
CMYK6.61%0.00%18.94%
10.98%

Color #D4E3B8 in popluar number systems.

HEXD4E3B8
Decimal212227184
Binary110101001110001110111000
Octal324343270

Shades and tints

Shades of #D4E3B8

#D4E3B8
(212,227,184)
#C1CFA8
(193,207,168)
#AEBB98
(174,187,152)
#9BA788
(155,167,136)
#889378
(136,147,120)
#757F68
(117,127,104)
#626B58
(98,107,88)
#4F5748
(79,87,72)
#3C4338
(60,67,56)
#292F28
(41,47,40)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #D4E3B8

#D4E3B8
(212,227,184)
#D7E5BE
(215,229,190)
#DAE7C4
(218,231,196)
#DDE9CA
(221,233,202)
#E0EBD0
(224,235,208)
#E3EDD6
(227,237,214)
#E6EFDC
(230,239,220)
#E9F1E2
(233,241,226)
#ECF3E8
(236,243,232)
#EFF5EE
(239,245,238)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E3B8 color. Also use rgb(212,227,184) instead hex code.

Text Font Color

.myTextColor { color: #D4E3B8; }

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

This text font color is #D4E3B8.


Background Color

.myBgColor { background-color: #D4E3B8; }

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

This div background color is #D4E3B8.


Border color

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

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

This div border color is #D4E3B8.


Opacity

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

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

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

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

This text has shadow with #D4E3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E3B8 on black background.


Color preview on white background

This text has color #D4E3B8 on white background.



Black color preview on #D4E3B8 background

This text has black color on #D4E3B8 background.


White color preview on #D4E3B8 background

This text has white color on #D4E3B8 background.