COLOR #D9F2EB

HEX: #D9F2EB RGB: (217,242,235)

Color info

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

RGB color model

#D9F2EB color RGB value is (217,242,235).

RGB: (217,242,235) (85%, 95%, 92%)

RGB channels and saturation

R 217 of 255 = 85%
G 242 of 255 = 95%
B 235 of 255 = 92%

217
242
235

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

Portions of RGB colors in percentages

R + G + B = 217 + 242 + 235 = 694 (100%)
R 217 of 694 ~ 31.27%
G 242 of 694 ~ 34.87%
B 235 of 694 ~ 33.86'%

%31.27
%34.87
%33.86

CMYK color model

#D9F2EB color CMYK value is (10,0,3,5).

  • cyan value is 10.33%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 5.10%

CMYK: (10,0,3,5)
C10M0Y3K5 (10%, 0%, 3%, 5%)
(0.10 / 0.00 / 0.03 / 0.05)

CMYK percentages

%10.33
%0
%2.89
%5.1

Codes

Color #D9F2EB in popluar color models

D9 F2 EB
RGB 217 242 235
HSL 163° 49.02% 90.00%
HSB/HSV 163° 10.33% 94.90%
CMYK 10.33% 0.00% 2.89%
5.10%

Color #D9F2EB in popluar number systems.

HEX D9 F2 EB
Decimal 217 242 235
Binary 11011001 11110010 11101011
Octal 331 362 353

Shades and tints

Shades of #D9F2EB

#D9F2EB
(217,242,235)
#C6DCD6
(198,220,214)
#B3C6C1
(179,198,193)
#A0B0AC
(160,176,172)
#8D9A97
(141,154,151)
#7A8482
(122,132,130)
#676E6D
(103,110,109)
#545858
(84,88,88)
#414243
(65,66,67)
#2E2C2E
(46,44,46)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #D9F2EB

#D9F2EB
(217,242,235)
#DCF3EC
(220,243,236)
#DFF4ED
(223,244,237)
#E2F5EE
(226,245,238)
#E5F6EF
(229,246,239)
#E8F7F0
(232,247,240)
#EBF8F1
(235,248,241)
#EEF9F2
(238,249,242)
#F1FAF3
(241,250,243)
#F4FBF4
(244,251,244)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F2EB; }

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

This text font color is #D9F2EB.

Background Color

.myBgColor { background-color: #D9F2EB; }

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

This div background color is #D9F2EB.

Border color

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

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

This div border color is #D9F2EB.

Opacity

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

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

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

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

This text has shadow with #D9F2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9F2EB.

Preview

Color preview on black background

This text has color #D9F2EB on black background.


Color preview on white background

This text has color #D9F2EB on white background.


Black color preview on #D9F2EB background

This text has black color on #D9F2EB background.


White color preview on #D9F2EB background

This text has white color on #D9F2EB background.


Related colors

Complementary color

Complementary color for #hex is #260D14.


I love getcolorcode.com

Triadic colors

1 #EBD9F2 and #F2EBD9 with #D9F2EB are triadic colors.

2 #EBF2D9 and #F2D9EB with #D9F2EB are triadic colors.