COLOR #D9F3EA

HEX: #D9F3EA RGB: (217,243,234)

Color info

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

RGB color model

#D9F3EA color RGB value is (217,243,234).

RGB: (217,243,234) (85%, 95%, 92%)

RGB channels and saturation

R 217 of 255 = 85%
G 243 of 255 = 95%
B 234 of 255 = 92%

217
243
234

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

Portions of RGB colors in percentages

R + G + B = 217 + 243 + 234 = 694 (100%)
R 217 of 694 ~ 31.27%
G 243 of 694 ~ 35.01%
B 234 of 694 ~ 33.72'%

%31.27
%35.01
%33.72

CMYK color model

#D9F3EA color CMYK value is (11,0,4,5).

  • cyan value is 10.70%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 4.71%

CMYK: (11,0,4,5)
C11M0Y4K5 (11%, 0%, 4%, 5%)
(0.11 / 0.00 / 0.04 / 0.05)

CMYK percentages

%10.7
%0
%3.7
%4.71

Codes

Color #D9F3EA in popluar color models

D9 F3 EA
RGB 217 243 234
HSL 159° 52.00% 90.20%
HSB/HSV 159° 10.70% 95.29%
CMYK 10.70% 0.00% 3.70%
4.71%

Color #D9F3EA in popluar number systems.

HEX D9 F3 EA
Decimal 217 243 234
Binary 11011001 11110011 11101010
Octal 331 363 352

Shades and tints

Shades of #D9F3EA

#D9F3EA
(217,243,234)
#C6DDD5
(198,221,213)
#B3C7C0
(179,199,192)
#A0B1AB
(160,177,171)
#8D9B96
(141,155,150)
#7A8581
(122,133,129)
#676F6C
(103,111,108)
#545957
(84,89,87)
#414342
(65,67,66)
#2E2D2D
(46,45,45)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #D9F3EA

#D9F3EA
(217,243,234)
#DCF4EB
(220,244,235)
#DFF5EC
(223,245,236)
#E2F6ED
(226,246,237)
#E5F7EE
(229,247,238)
#E8F8EF
(232,248,239)
#EBF9F0
(235,249,240)
#EEFAF1
(238,250,241)
#F1FBF2
(241,251,242)
#F4FCF3
(244,252,243)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F3EA color. Also use rgb(217,243,234) instead hex code.

Text Font Color

.myTextColor { color: #D9F3EA; }

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

This text font color is #D9F3EA.

Background Color

.myBgColor { background-color: #D9F3EA; }

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

This div background color is #D9F3EA.

Border color

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

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

This div border color is #D9F3EA.

Opacity

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

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

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

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

This text has shadow with #D9F3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9F3EA.

Preview

Color preview on black background

This text has color #D9F3EA on black background.


Color preview on white background

This text has color #D9F3EA on white background.


Black color preview on #D9F3EA background

This text has black color on #D9F3EA background.


White color preview on #D9F3EA background

This text has white color on #D9F3EA background.


Related colors

Complementary color

Complementary color for #hex is #260C15.


I love getcolorcode.com

Triadic colors

1 #EAD9F3 and #F3EAD9 with #D9F3EA are triadic colors.

2 #EAF3D9 and #F3D9EA with #D9F3EA are triadic colors.