COLOR #D1F0EA

HEX: #D1F0EA
RGB: (209,240,234)

Color info

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

RGB color model

#D1F0EA color RGB value is (209,240,234).

  • red value is 209;
  • green value is 240;
  • blue value is 234.
RGB:
(209,240,234)
(82%,94%,92%)

RGB channels and saturation

R 209 of 255 = 82%
G 240 of 255 = 94%
B 234 of 255 = 92%

209
240
234

R + G + B ~ 89%. #D1F0EA is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 240 + 234 = 683 (100%)
R 209 of 683 ~ 30.6%
G 240 of 683 ~ 35.14%
B 234 of 683 ~ 34.26%

%30.6
%35.14
%34.26

CMYK color model

#D1F0EA color CMYK value is (13,0,3,6).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 5.88%
CMYK:
(13,0,3,6)
C13M0Y3K6 
(13%,0%,3%,6%)
(0.13/0.00/0.03/0.06)	

CMYK percentages

%12.92
%0
%2.5
%5.88

Codes

Color #D1F0EA in popluar color models

D1F0EA
RGB209240234
HSL168°50.82%88.04%
HSB/HSV168°12.92%94.12%
CMYK12.92%0.00%2.50%
5.88%

Color #D1F0EA in popluar number systems.

HEXD1F0EA
Decimal209240234
Binary110100011111000011101010
Octal321360352

Shades and tints

Shades of #D1F0EA

#D1F0EA
(209,240,234)
#BEDBD5
(190,219,213)
#ABC6C0
(171,198,192)
#98B1AB
(152,177,171)
#859C96
(133,156,150)
#728781
(114,135,129)
#5F726C
(95,114,108)
#4C5D57
(76,93,87)
#394842
(57,72,66)
#26332D
(38,51,45)
#131E18
(19,30,24)
#000000
(0,0,0)

Tints of #D1F0EA

#D1F0EA
(209,240,234)
#D5F1EB
(213,241,235)
#D9F2EC
(217,242,236)
#DDF3ED
(221,243,237)
#E1F4EE
(225,244,238)
#E5F5EF
(229,245,239)
#E9F6F0
(233,246,240)
#EDF7F1
(237,247,241)
#F1F8F2
(241,248,242)
#F5F9F3
(245,249,243)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F0EA color. Also use rgb(209,240,234) instead hex code.

Text Font Color

.myTextColor { color: #D1F0EA; }

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

This text font color is #D1F0EA.


Background Color

.myBgColor { background-color: #D1F0EA; }

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

This div background color is #D1F0EA.


Border color

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

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

This div border color is #D1F0EA.


Opacity

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

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

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

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

This text has shadow with #D1F0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F0EA on black background.


Color preview on white background

This text has color #D1F0EA on white background.



Black color preview on #D1F0EA background

This text has black color on #D1F0EA background.


White color preview on #D1F0EA background

This text has white color on #D1F0EA background.