COLOR #D1EDEB

HEX: #D1EDEB
RGB: (209,237,235)

Color info

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

RGB color model

#D1EDEB color RGB value is (209,237,235).

  • red value is 209;
  • green value is 237;
  • blue value is 235.
RGB:
(209,237,235)
(82%,93%,92%)

RGB channels and saturation

R 209 of 255 = 82%
G 237 of 255 = 93%
B 235 of 255 = 92%

209
237
235

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

Portions of RGB colors in percentages

R + G + B =
209 + 237 + 235 = 681 (100%)
R 209 of 681 ~ 30.69%
G 237 of 681 ~ 34.8%
B 235 of 681 ~ 34.51%

%30.69
%34.8
%34.51

CMYK color model

#D1EDEB color CMYK value is (12,0,1,7).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 7.06%
CMYK:
(12,0,1,7)
C12M0Y1K7 
(12%,0%,1%,7%)
(0.12/0.00/0.01/0.07)	

CMYK percentages

%11.81
%0
%0.84
%7.06

Codes

Color #D1EDEB in popluar color models

D1EDEB
RGB209237235
HSL176°43.75%87.45%
HSB/HSV176°11.81%92.94%
CMYK11.81%0.00%0.84%
7.06%

Color #D1EDEB in popluar number systems.

HEXD1EDEB
Decimal209237235
Binary110100011110110111101011
Octal321355353

Shades and tints

Shades of #D1EDEB

#D1EDEB
(209,237,235)
#BED8D6
(190,216,214)
#ABC3C1
(171,195,193)
#98AEAC
(152,174,172)
#859997
(133,153,151)
#728482
(114,132,130)
#5F6F6D
(95,111,109)
#4C5A58
(76,90,88)
#394543
(57,69,67)
#26302E
(38,48,46)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #D1EDEB

#D1EDEB
(209,237,235)
#D5EEEC
(213,238,236)
#D9EFED
(217,239,237)
#DDF0EE
(221,240,238)
#E1F1EF
(225,241,239)
#E5F2F0
(229,242,240)
#E9F3F1
(233,243,241)
#EDF4F2
(237,244,242)
#F1F5F3
(241,245,243)
#F5F6F4
(245,246,244)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EDEB color. Also use rgb(209,237,235) instead hex code.

Text Font Color

.myTextColor { color: #D1EDEB; }

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

This text font color is #D1EDEB.


Background Color

.myBgColor { background-color: #D1EDEB; }

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

This div background color is #D1EDEB.


Border color

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

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

This div border color is #D1EDEB.


Opacity

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

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

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

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

This text has shadow with #D1EDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EDEB on black background.


Color preview on white background

This text has color #D1EDEB on white background.



Black color preview on #D1EDEB background

This text has black color on #D1EDEB background.


White color preview on #D1EDEB background

This text has white color on #D1EDEB background.