COLOR #D3F4E7

HEX: #D3F4E7 RGB: (211,244,231)

Color info

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

RGB color model

#D3F4E7 color RGB value is (211,244,231).

RGB: (211,244,231) (83%, 96%, 91%)

RGB channels and saturation

R 211 of 255 = 83%
G 244 of 255 = 96%
B 231 of 255 = 91%

211
244
231

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

Portions of RGB colors in percentages

R + G + B = 211 + 244 + 231 = 686 (100%)
R 211 of 686 ~ 30.76%
G 244 of 686 ~ 35.57%
B 231 of 686 ~ 33.67'%

%30.76
%35.57
%33.67

CMYK color model

#D3F4E7 color CMYK value is (14,0,5,4).

  • cyan value is 13.52%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 4.31%

CMYK: (14,0,5,4)
C14M0Y5K4 (14%, 0%, 5%, 4%)
(0.14 / 0.00 / 0.05 / 0.04)

CMYK percentages

%13.52
%0
%5.33
%4.31

Codes

Color #D3F4E7 in popluar color models

D3 F4 E7
RGB 211 244 231
HSL 156° 60.00% 89.22%
HSB/HSV 156° 13.52% 95.69%
CMYK 13.52% 0.00% 5.33%
4.31%

Color #D3F4E7 in popluar number systems.

HEX D3 F4 E7
Decimal 211 244 231
Binary 11010011 11110100 11100111
Octal 323 364 347

Shades and tints

Shades of #D3F4E7

#D3F4E7
(211,244,231)
#C0DED2
(192,222,210)
#ADC8BD
(173,200,189)
#9AB2A8
(154,178,168)
#879C93
(135,156,147)
#74867E
(116,134,126)
#617069
(97,112,105)
#4E5A54
(78,90,84)
#3B443F
(59,68,63)
#282E2A
(40,46,42)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #D3F4E7

#D3F4E7
(211,244,231)
#D7F5E9
(215,245,233)
#DBF6EB
(219,246,235)
#DFF7ED
(223,247,237)
#E3F8EF
(227,248,239)
#E7F9F1
(231,249,241)
#EBFAF3
(235,250,243)
#EFFBF5
(239,251,245)
#F3FCF7
(243,252,247)
#F7FDF9
(247,253,249)
#FBFEFB
(251,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F4E7 color. Also use rgb(211,244,231) instead hex code.

Text Font Color

.myTextColor { color: #D3F4E7; }

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

This text font color is #D3F4E7.

Background Color

.myBgColor { background-color: #D3F4E7; }

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

This div background color is #D3F4E7.

Border color

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

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

This div border color is #D3F4E7.

Opacity

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

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

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

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

This text has shadow with #D3F4E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3F4E7.

Preview

Color preview on black background

This text has color #D3F4E7 on black background.


Color preview on white background

This text has color #D3F4E7 on white background.


Black color preview on #D3F4E7 background

This text has black color on #D3F4E7 background.


White color preview on #D3F4E7 background

This text has white color on #D3F4E7 background.


Related colors

Complementary color

Complementary color for #hex is #2C0B18.


I love getcolorcode.com

Triadic colors

1 #E7D3F4 and #F4E7D3 with #D3F4E7 are triadic colors.

2 #E7F4D3 and #F4D3E7 with #D3F4E7 are triadic colors.