COLOR #D3F3EE

HEX: #D3F3EE
RGB: (211,243,238)

Color info

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

RGB color model

#D3F3EE color RGB value is (211,243,238).

  • red value is 211;
  • green value is 243;
  • blue value is 238.
RGB:
(211,243,238)
(83%,95%,93%)

RGB channels and saturation

R 211 of 255 = 83%
G 243 of 255 = 95%
B 238 of 255 = 93%

211
243
238

R + G + B ~ 90%. #D3F3EE is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 243 + 238 = 692 (100%)
R 211 of 692 ~ 30.49%
G 243 of 692 ~ 35.12%
B 238 of 692 ~ 34.39%

%30.49
%35.12
%34.39

CMYK color model

#D3F3EE color CMYK value is (13,0,2,5).

  • cyan value is 13.17%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 4.71%
CMYK:
(13,0,2,5)
C13M0Y2K5 
(13%,0%,2%,5%)
(0.13/0.00/0.02/0.05)	

CMYK percentages

%13.17
%0
%2.06
%4.71

Codes

Color #D3F3EE in popluar color models

D3F3EE
RGB211243238
HSL171°57.14%89.02%
HSB/HSV171°13.17%95.29%
CMYK13.17%0.00%2.06%
4.71%

Color #D3F3EE in popluar number systems.

HEXD3F3EE
Decimal211243238
Binary110100111111001111101110
Octal323363356

Shades and tints

Shades of #D3F3EE

#D3F3EE
(211,243,238)
#C0DDD9
(192,221,217)
#ADC7C4
(173,199,196)
#9AB1AF
(154,177,175)
#879B9A
(135,155,154)
#748585
(116,133,133)
#616F70
(97,111,112)
#4E595B
(78,89,91)
#3B4346
(59,67,70)
#282D31
(40,45,49)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #D3F3EE

#D3F3EE
(211,243,238)
#D7F4EF
(215,244,239)
#DBF5F0
(219,245,240)
#DFF6F1
(223,246,241)
#E3F7F2
(227,247,242)
#E7F8F3
(231,248,243)
#EBF9F4
(235,249,244)
#EFFAF5
(239,250,245)
#F3FBF6
(243,251,246)
#F7FCF7
(247,252,247)
#FBFDF8
(251,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F3EE color. Also use rgb(211,243,238) instead hex code.

Text Font Color

.myTextColor { color: #D3F3EE; }

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

This text font color is #D3F3EE.


Background Color

.myBgColor { background-color: #D3F3EE; }

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

This div background color is #D3F3EE.


Border color

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

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

This div border color is #D3F3EE.


Opacity

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

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

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

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

This text has shadow with #D3F3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F3EE on black background.


Color preview on white background

This text has color #D3F3EE on white background.



Black color preview on #D3F3EE background

This text has black color on #D3F3EE background.


White color preview on #D3F3EE background

This text has white color on #D3F3EE background.