COLOR #D1F7EE

HEX: #D1F7EE RGB: (209,247,238)

Color info

#D1F7EE contains red, green and blue colors in about the same proportion. Web safe color of #D1F7EE is #CCFFFF (or #CFF).

RGB color model

#D1F7EE color RGB value is (209,247,238).

RGB: (209,247,238) (82%, 97%, 93%)

RGB channels and saturation

R 209 of 255 = 82%
G 247 of 255 = 97%
B 238 of 255 = 93%

209
247
238

R + G + B ~ 91%. #D1F7EE is light color.

Portions of RGB colors in percentages

R + G + B = 209 + 247 + 238 = 694 (100%)
R 209 of 694 ~ 30.12%
G 247 of 694 ~ 35.59%
B 238 of 694 ~ 34.29'%

%30.12
%35.59
%34.29

CMYK color model

#D1F7EE color CMYK value is (15,0,4,3).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 3.14%

CMYK: (15,0,4,3)
C15M0Y4K3 (15%, 0%, 4%, 3%)
(0.15 / 0.00 / 0.04 / 0.03)

CMYK percentages

%15.38
%0
%3.64
%3.14

Codes

Color #D1F7EE in popluar color models

D1 F7 EE
RGB 209 247 238
HSL 166° 70.37% 89.41%
HSB/HSV 166° 15.38% 96.86%
CMYK 15.38% 0.00% 3.64%
3.14%

Color #D1F7EE in popluar number systems.

HEX D1 F7 EE
Decimal 209 247 238
Binary 11010001 11110111 11101110
Octal 321 367 356

Shades and tints

Shades of #D1F7EE

#D1F7EE
(209,247,238)
#BEE1D9
(190,225,217)
#ABCBC4
(171,203,196)
#98B5AF
(152,181,175)
#859F9A
(133,159,154)
#728985
(114,137,133)
#5F7370
(95,115,112)
#4C5D5B
(76,93,91)
#394746
(57,71,70)
#263131
(38,49,49)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #D1F7EE

#D1F7EE
(209,247,238)
#D5F7EF
(213,247,239)
#D9F7F0
(217,247,240)
#DDF7F1
(221,247,241)
#E1F7F2
(225,247,242)
#E5F7F3
(229,247,243)
#E9F7F4
(233,247,244)
#EDF7F5
(237,247,245)
#F1F7F6
(241,247,246)
#F5F7F7
(245,247,247)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F7EE; }

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

This text font color is #D1F7EE.

Background Color

.myBgColor { background-color: #D1F7EE; }

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

This div background color is #D1F7EE.

Border color

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

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

This div border color is #D1F7EE.

Opacity

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

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

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

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

This text has shadow with #D1F7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1F7EE.

Preview

Color preview on black background

This text has color #D1F7EE on black background.


Color preview on white background

This text has color #D1F7EE on white background.


Black color preview on #D1F7EE background

This text has black color on #D1F7EE background.


White color preview on #D1F7EE background

This text has white color on #D1F7EE background.


Related colors

Complementary color

Complementary color for #hex is #2E0811.


I love getcolorcode.com

Triadic colors

1 #EED1F7 and #F7EED1 with #D1F7EE are triadic colors.

2 #EEF7D1 and #F7D1EE with #D1F7EE are triadic colors.