COLOR #D9FDEB

HEX: #D9FDEB RGB: (217,253,235)

Color info

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

RGB color model

#D9FDEB color RGB value is (217,253,235).

RGB: (217,253,235) (85%, 99%, 92%)

RGB channels and saturation

R 217 of 255 = 85%
G 253 of 255 = 99%
B 235 of 255 = 92%

217
253
235

R + G + B ~ 92%. #D9FDEB is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 253 + 235 = 705 (100%)
R 217 of 705 ~ 30.78%
G 253 of 705 ~ 35.89%
B 235 of 705 ~ 33.33'%

%30.78
%35.89
%33.33

CMYK color model

#D9FDEB color CMYK value is (14,0,7,1).

  • cyan value is 14.23%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 0.78%

CMYK: (14,0,7,1)
C14M0Y7K1 (14%, 0%, 7%, 1%)
(0.14 / 0.00 / 0.07 / 0.01)

CMYK percentages

%14.23
%0
%7.11
%0.78

Codes

Color #D9FDEB in popluar color models

D9 FD EB
RGB 217 253 235
HSL 150° 90.00% 92.16%
HSB/HSV 150° 14.23% 99.22%
CMYK 14.23% 0.00% 7.11%
0.78%

Color #D9FDEB in popluar number systems.

HEX D9 FD EB
Decimal 217 253 235
Binary 11011001 11111101 11101011
Octal 331 375 353

Shades and tints

Shades of #D9FDEB

#D9FDEB
(217,253,235)
#C6E6D6
(198,230,214)
#B3CFC1
(179,207,193)
#A0B8AC
(160,184,172)
#8DA197
(141,161,151)
#7A8A82
(122,138,130)
#67736D
(103,115,109)
#545C58
(84,92,88)
#414543
(65,69,67)
#2E2E2E
(46,46,46)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #D9FDEB

#D9FDEB
(217,253,235)
#DCFDEC
(220,253,236)
#DFFDED
(223,253,237)
#E2FDEE
(226,253,238)
#E5FDEF
(229,253,239)
#E8FDF0
(232,253,240)
#EBFDF1
(235,253,241)
#EEFDF2
(238,253,242)
#F1FDF3
(241,253,243)
#F4FDF4
(244,253,244)
#F7FDF5
(247,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FDEB; }

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

This text font color is #D9FDEB.

Background Color

.myBgColor { background-color: #D9FDEB; }

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

This div background color is #D9FDEB.

Border color

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

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

This div border color is #D9FDEB.

Opacity

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

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

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

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

This text has shadow with #D9FDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9FDEB.

Preview

Color preview on black background

This text has color #D9FDEB on black background.


Color preview on white background

This text has color #D9FDEB on white background.


Black color preview on #D9FDEB background

This text has black color on #D9FDEB background.


White color preview on #D9FDEB background

This text has white color on #D9FDEB background.


Related colors

Complementary color

Complementary color for #hex is #260214.


I love getcolorcode.com

Triadic colors

1 #EBD9FD and #FDEBD9 with #D9FDEB are triadic colors.

2 #EBFDD9 and #FDD9EB with #D9FDEB are triadic colors.