COLOR #D1EEBF

HEX: #D1EEBF
RGB: (209,238,191)

Color info

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

RGB color model

#D1EEBF color RGB value is (209,238,191).

  • red value is 209;
  • green value is 238;
  • blue value is 191.
RGB:
(209,238,191)
(82%,93%,75%)

RGB channels and saturation

R 209 of 255 = 82%
G 238 of 255 = 93%
B 191 of 255 = 75%

209
238
191

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

Portions of RGB colors in percentages

R + G + B =
209 + 238 + 191 = 638 (100%)
R 209 of 638 ~ 32.76%
G 238 of 638 ~ 37.3%
B 191 of 638 ~ 29.94%

%32.76
%37.3
%29.94

CMYK color model

#D1EEBF color CMYK value is (12,0,20,7).

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 6.67%
CMYK:
(12,0,20,7)
C12M0Y20K7 
(12%,0%,20%,7%)
(0.12/0.00/0.20/0.07)	

CMYK percentages

%12.18
%0
%19.75
%6.67

Codes

Color #D1EEBF in popluar color models

D1EEBF
RGB209238191
HSL97°58.02%84.12%
HSB/HSV97°19.75%93.33%
CMYK12.18%0.00%19.75%
6.67%

Color #D1EEBF in popluar number systems.

HEXD1EEBF
Decimal209238191
Binary110100011110111010111111
Octal321356277

Shades and tints

Shades of #D1EEBF

#D1EEBF
(209,238,191)
#BED9AE
(190,217,174)
#ABC49D
(171,196,157)
#98AF8C
(152,175,140)
#859A7B
(133,154,123)
#72856A
(114,133,106)
#5F7059
(95,112,89)
#4C5B48
(76,91,72)
#394637
(57,70,55)
#263126
(38,49,38)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #D1EEBF

#D1EEBF
(209,238,191)
#D5EFC4
(213,239,196)
#D9F0C9
(217,240,201)
#DDF1CE
(221,241,206)
#E1F2D3
(225,242,211)
#E5F3D8
(229,243,216)
#E9F4DD
(233,244,221)
#EDF5E2
(237,245,226)
#F1F6E7
(241,246,231)
#F5F7EC
(245,247,236)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EEBF color. Also use rgb(209,238,191) instead hex code.

Text Font Color

.myTextColor { color: #D1EEBF; }

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

This text font color is #D1EEBF.


Background Color

.myBgColor { background-color: #D1EEBF; }

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

This div background color is #D1EEBF.


Border color

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

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

This div border color is #D1EEBF.


Opacity

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

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

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

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

This text has shadow with #D1EEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EEBF on black background.


Color preview on white background

This text has color #D1EEBF on white background.



Black color preview on #D1EEBF background

This text has black color on #D1EEBF background.


White color preview on #D1EEBF background

This text has white color on #D1EEBF background.