COLOR #D1FDEB

HEX: #D1FDEB
RGB: (209,253,235)

Color info

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

RGB color model

#D1FDEB color RGB value is (209,253,235).

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

RGB channels and saturation

R 209 of 255 = 82%
G 253 of 255 = 99%
B 235 of 255 = 92%

209
253
235

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

Portions of RGB colors in percentages

R + G + B =
209 + 253 + 235 = 697 (100%)
R 209 of 697 ~ 29.99%
G 253 of 697 ~ 36.3%
B 235 of 697 ~ 33.72%

%29.99
%36.3
%33.72

CMYK color model

#D1FDEB color CMYK value is (17,0,7,1).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 0.78%
CMYK:
(17,0,7,1)
C17M0Y7K1 
(17%,0%,7%,1%)
(0.17/0.00/0.07/0.01)	

CMYK percentages

%17.39
%0
%7.11
%0.78

Codes

Color #D1FDEB in popluar color models

D1FDEB
RGB209253235
HSL155°91.67%90.59%
HSB/HSV155°17.39%99.22%
CMYK17.39%0.00%7.11%
0.78%

Color #D1FDEB in popluar number systems.

HEXD1FDEB
Decimal209253235
Binary110100011111110111101011
Octal321375353

Shades and tints

Shades of #D1FDEB

#D1FDEB
(209,253,235)
#BEE6D6
(190,230,214)
#ABCFC1
(171,207,193)
#98B8AC
(152,184,172)
#85A197
(133,161,151)
#728A82
(114,138,130)
#5F736D
(95,115,109)
#4C5C58
(76,92,88)
#394543
(57,69,67)
#262E2E
(38,46,46)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #D1FDEB

#D1FDEB
(209,253,235)
#D5FDEC
(213,253,236)
#D9FDED
(217,253,237)
#DDFDEE
(221,253,238)
#E1FDEF
(225,253,239)
#E5FDF0
(229,253,240)
#E9FDF1
(233,253,241)
#EDFDF2
(237,253,242)
#F1FDF3
(241,253,243)
#F5FDF4
(245,253,244)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1FDEB; }

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

This text font color is #D1FDEB.


Background Color

.myBgColor { background-color: #D1FDEB; }

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

This div background color is #D1FDEB.


Border color

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

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

This div border color is #D1FDEB.


Opacity

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

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

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

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

This text has shadow with #D1FDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1FDEB on black background.


Color preview on white background

This text has color #D1FDEB on white background.



Black color preview on #D1FDEB background

This text has black color on #D1FDEB background.


White color preview on #D1FDEB background

This text has white color on #D1FDEB background.