COLOR #D4EABE

HEX: #D4EABE
RGB: (212,234,190)

Color info

#D4EABE contains red, green and blue colors in about the same proportion. Web safe color of #D4EABE is #CCFFCC (or #CFC).

RGB color model

#D4EABE color RGB value is (212,234,190).

  • red value is 212;
  • green value is 234;
  • blue value is 190.
RGB:
(212,234,190)
(83%,92%,75%)

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 190 of 255 = 75%

212
234
190

R + G + B ~ 83%. #D4EABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 234 + 190 = 636 (100%)
R 212 of 636 ~ 33.33%
G 234 of 636 ~ 36.79%
B 190 of 636 ~ 29.87%

%33.33
%36.79
%29.87

CMYK color model

#D4EABE color CMYK value is (9,0,19,8).

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 8.24%
CMYK:
(9,0,19,8)
C9M0Y19K8 
(9%,0%,19%,8%)
(0.09/0.00/0.19/0.08)	

CMYK percentages

%9.4
%0
%18.8
%8.24

Codes

Color #D4EABE in popluar color models

D4EABE
RGB212234190
HSL90°51.16%83.14%
HSB/HSV90°18.80%91.76%
CMYK9.40%0.00%18.80%
8.24%

Color #D4EABE in popluar number systems.

HEXD4EABE
Decimal212234190
Binary110101001110101010111110
Octal324352276

Shades and tints

Shades of #D4EABE

#D4EABE
(212,234,190)
#C1D5AD
(193,213,173)
#AEC09C
(174,192,156)
#9BAB8B
(155,171,139)
#88967A
(136,150,122)
#758169
(117,129,105)
#626C58
(98,108,88)
#4F5747
(79,87,71)
#3C4236
(60,66,54)
#292D25
(41,45,37)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #D4EABE

#D4EABE
(212,234,190)
#D7EBC3
(215,235,195)
#DAECC8
(218,236,200)
#DDEDCD
(221,237,205)
#E0EED2
(224,238,210)
#E3EFD7
(227,239,215)
#E6F0DC
(230,240,220)
#E9F1E1
(233,241,225)
#ECF2E6
(236,242,230)
#EFF3EB
(239,243,235)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EABE color. Also use rgb(212,234,190) instead hex code.

Text Font Color

.myTextColor { color: #D4EABE; }

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

This text font color is #D4EABE.


Background Color

.myBgColor { background-color: #D4EABE; }

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

This div background color is #D4EABE.


Border color

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

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

This div border color is #D4EABE.


Opacity

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

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

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

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

This text has shadow with #D4EABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EABE on black background.


Color preview on white background

This text has color #D4EABE on white background.



Black color preview on #D4EABE background

This text has black color on #D4EABE background.


White color preview on #D4EABE background

This text has white color on #D4EABE background.