COLOR #D3F5EE

HEX: #D3F5EE RGB: (211,245,238)

Color info

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

RGB color model

#D3F5EE color RGB value is (211,245,238).

RGB: (211,245,238) (83%, 96%, 93%)

RGB channels and saturation

R 211 of 255 = 83%
G 245 of 255 = 96%
B 238 of 255 = 93%

211
245
238

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

Portions of RGB colors in percentages

R + G + B = 211 + 245 + 238 = 694 (100%)
R 211 of 694 ~ 30.4%
G 245 of 694 ~ 35.3%
B 238 of 694 ~ 34.29'%

%30.4
%35.3
%34.29

CMYK color model

#D3F5EE color CMYK value is (14,0,3,4).

  • cyan value is 13.88%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 3.92%

CMYK: (14,0,3,4)
C14M0Y3K4 (14%, 0%, 3%, 4%)
(0.14 / 0.00 / 0.03 / 0.04)

CMYK percentages

%13.88
%0
%2.86
%3.92

Codes

Color #D3F5EE in popluar color models

D3 F5 EE
RGB 211 245 238
HSL 168° 62.96% 89.41%
HSB/HSV 168° 13.88% 96.08%
CMYK 13.88% 0.00% 2.86%
3.92%

Color #D3F5EE in popluar number systems.

HEX D3 F5 EE
Decimal 211 245 238
Binary 11010011 11110101 11101110
Octal 323 365 356

Shades and tints

Shades of #D3F5EE

#D3F5EE
(211,245,238)
#C0DFD9
(192,223,217)
#ADC9C4
(173,201,196)
#9AB3AF
(154,179,175)
#879D9A
(135,157,154)
#748785
(116,135,133)
#617170
(97,113,112)
#4E5B5B
(78,91,91)
#3B4546
(59,69,70)
#282F31
(40,47,49)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #D3F5EE

#D3F5EE
(211,245,238)
#D7F5EF
(215,245,239)
#DBF5F0
(219,245,240)
#DFF5F1
(223,245,241)
#E3F5F2
(227,245,242)
#E7F5F3
(231,245,243)
#EBF5F4
(235,245,244)
#EFF5F5
(239,245,245)
#F3F5F6
(243,245,246)
#F7F5F7
(247,245,247)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F5EE; }

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

This text font color is #D3F5EE.

Background Color

.myBgColor { background-color: #D3F5EE; }

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

This div background color is #D3F5EE.

Border color

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

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

This div border color is #D3F5EE.

Opacity

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

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

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

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

This text has shadow with #D3F5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3F5EE.

Preview

Color preview on black background

This text has color #D3F5EE on black background.


Color preview on white background

This text has color #D3F5EE on white background.


Black color preview on #D3F5EE background

This text has black color on #D3F5EE background.


White color preview on #D3F5EE background

This text has white color on #D3F5EE background.


Related colors

Complementary color

Complementary color for #hex is #2C0A11.


I love getcolorcode.com

Triadic colors

1 #EED3F5 and #F5EED3 with #D3F5EE are triadic colors.

2 #EEF5D3 and #F5D3EE with #D3F5EE are triadic colors.