COLOR #D4EBBF

HEX: #D4EBBF
RGB: (212,235,191)

Color info

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

RGB color model

#D4EBBF color RGB value is (212,235,191).

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

RGB channels and saturation

R 212 of 255 = 83%
G 235 of 255 = 92%
B 191 of 255 = 75%

212
235
191

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

Portions of RGB colors in percentages

R + G + B =
212 + 235 + 191 = 638 (100%)
R 212 of 638 ~ 33.23%
G 235 of 638 ~ 36.83%
B 191 of 638 ~ 29.94%

%33.23
%36.83
%29.94

CMYK color model

#D4EBBF color CMYK value is (10,0,19,8).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 7.84%
CMYK:
(10,0,19,8)
C10M0Y19K8 
(10%,0%,19%,8%)
(0.10/0.00/0.19/0.08)	

CMYK percentages

%9.79
%0
%18.72
%7.84

Codes

Color #D4EBBF in popluar color models

D4EBBF
RGB212235191
HSL91°52.38%83.53%
HSB/HSV91°18.72%92.16%
CMYK9.79%0.00%18.72%
7.84%

Color #D4EBBF in popluar number systems.

HEXD4EBBF
Decimal212235191
Binary110101001110101110111111
Octal324353277

Shades and tints

Shades of #D4EBBF

#D4EBBF
(212,235,191)
#C1D6AE
(193,214,174)
#AEC19D
(174,193,157)
#9BAC8C
(155,172,140)
#88977B
(136,151,123)
#75826A
(117,130,106)
#626D59
(98,109,89)
#4F5848
(79,88,72)
#3C4337
(60,67,55)
#292E26
(41,46,38)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #D4EBBF

#D4EBBF
(212,235,191)
#D7ECC4
(215,236,196)
#DAEDC9
(218,237,201)
#DDEECE
(221,238,206)
#E0EFD3
(224,239,211)
#E3F0D8
(227,240,216)
#E6F1DD
(230,241,221)
#E9F2E2
(233,242,226)
#ECF3E7
(236,243,231)
#EFF4EC
(239,244,236)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EBBF; }

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

This text font color is #D4EBBF.


Background Color

.myBgColor { background-color: #D4EBBF; }

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

This div background color is #D4EBBF.


Border color

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

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

This div border color is #D4EBBF.


Opacity

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

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

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

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

This text has shadow with #D4EBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EBBF on black background.


Color preview on white background

This text has color #D4EBBF on white background.



Black color preview on #D4EBBF background

This text has black color on #D4EBBF background.


White color preview on #D4EBBF background

This text has white color on #D4EBBF background.