COLOR #D0EEF1

HEX: #D0EEF1
RGB: (208,238,241)

Color info

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

RGB color model

#D0EEF1 color RGB value is (208,238,241).

  • red value is 208;
  • green value is 238;
  • blue value is 241.
RGB:
(208,238,241)
(82%,93%,95%)

RGB channels and saturation

R 208 of 255 = 82%
G 238 of 255 = 93%
B 241 of 255 = 95%

208
238
241

R + G + B ~ 90%. #D0EEF1 is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 238 + 241 = 687 (100%)
R 208 of 687 ~ 30.28%
G 238 of 687 ~ 34.64%
B 241 of 687 ~ 35.08%

%30.28
%34.64
%35.08

CMYK color model

#D0EEF1 color CMYK value is (14,1,0,5).

  • cyan value is 13.69%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(14,1,0,5)
C14M1Y0K5 
(14%,1%,0%,5%)
(0.14/0.01/0.00/0.05)	

CMYK percentages

%13.69
%1.24
%0
%5.49

Codes

Color #D0EEF1 in popluar color models

D0EEF1
RGB208238241
HSL185°54.10%88.04%
HSB/HSV185°13.69%94.51%
CMYK13.69%1.24%0.00%
5.49%

Color #D0EEF1 in popluar number systems.

HEXD0EEF1
Decimal208238241
Binary110100001110111011110001
Octal320356361

Shades and tints

Shades of #D0EEF1

#D0EEF1
(208,238,241)
#BED9DC
(190,217,220)
#ACC4C7
(172,196,199)
#9AAFB2
(154,175,178)
#889A9D
(136,154,157)
#768588
(118,133,136)
#647073
(100,112,115)
#525B5E
(82,91,94)
#404649
(64,70,73)
#2E3134
(46,49,52)
#1C1C1F
(28,28,31)
#000000
(0,0,0)

Tints of #D0EEF1

#D0EEF1
(208,238,241)
#D4EFF2
(212,239,242)
#D8F0F3
(216,240,243)
#DCF1F4
(220,241,244)
#E0F2F5
(224,242,245)
#E4F3F6
(228,243,246)
#E8F4F7
(232,244,247)
#ECF5F8
(236,245,248)
#F0F6F9
(240,246,249)
#F4F7FA
(244,247,250)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0EEF1 color. Also use rgb(208,238,241) instead hex code.

Text Font Color

.myTextColor { color: #D0EEF1; }

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

This text font color is #D0EEF1.


Background Color

.myBgColor { background-color: #D0EEF1; }

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

This div background color is #D0EEF1.


Border color

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

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

This div border color is #D0EEF1.


Opacity

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

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

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

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

This text has shadow with #D0EEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EEF1 on black background.


Color preview on white background

This text has color #D0EEF1 on white background.



Black color preview on #D0EEF1 background

This text has black color on #D0EEF1 background.


White color preview on #D0EEF1 background

This text has white color on #D0EEF1 background.