COLOR #D3F9EF

HEX: #D3F9EF
RGB: (211,249,239)

Color info

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

RGB color model

#D3F9EF color RGB value is (211,249,239).

  • red value is 211;
  • green value is 249;
  • blue value is 239.
RGB:
(211,249,239)
(83%,98%,94%)

RGB channels and saturation

R 211 of 255 = 83%
G 249 of 255 = 98%
B 239 of 255 = 94%

211
249
239

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

Portions of RGB colors in percentages

R + G + B =
211 + 249 + 239 = 699 (100%)
R 211 of 699 ~ 30.19%
G 249 of 699 ~ 35.62%
B 239 of 699 ~ 34.19%

%30.19
%35.62
%34.19

CMYK color model

#D3F9EF color CMYK value is (15,0,4,2).

  • cyan value is 15.26%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 2.35%
CMYK:
(15,0,4,2)
C15M0Y4K2 
(15%,0%,4%,2%)
(0.15/0.00/0.04/0.02)	

CMYK percentages

%15.26
%0
%4.02
%2.35

Codes

Color #D3F9EF in popluar color models

D3F9EF
RGB211249239
HSL164°76.00%90.20%
HSB/HSV164°15.26%97.65%
CMYK15.26%0.00%4.02%
2.35%

Color #D3F9EF in popluar number systems.

HEXD3F9EF
Decimal211249239
Binary110100111111100111101111
Octal323371357

Shades and tints

Shades of #D3F9EF

#D3F9EF
(211,249,239)
#C0E3DA
(192,227,218)
#ADCDC5
(173,205,197)
#9AB7B0
(154,183,176)
#87A19B
(135,161,155)
#748B86
(116,139,134)
#617571
(97,117,113)
#4E5F5C
(78,95,92)
#3B4947
(59,73,71)
#283332
(40,51,50)
#151D1D
(21,29,29)
#000000
(0,0,0)

Tints of #D3F9EF

#D3F9EF
(211,249,239)
#D7F9F0
(215,249,240)
#DBF9F1
(219,249,241)
#DFF9F2
(223,249,242)
#E3F9F3
(227,249,243)
#E7F9F4
(231,249,244)
#EBF9F5
(235,249,245)
#EFF9F6
(239,249,246)
#F3F9F7
(243,249,247)
#F7F9F8
(247,249,248)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F9EF color. Also use rgb(211,249,239) instead hex code.

Text Font Color

.myTextColor { color: #D3F9EF; }

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

This text font color is #D3F9EF.


Background Color

.myBgColor { background-color: #D3F9EF; }

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

This div background color is #D3F9EF.


Border color

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

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

This div border color is #D3F9EF.


Opacity

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

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

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

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

This text has shadow with #D3F9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F9EF on black background.


Color preview on white background

This text has color #D3F9EF on white background.



Black color preview on #D3F9EF background

This text has black color on #D3F9EF background.


White color preview on #D3F9EF background

This text has white color on #D3F9EF background.