COLOR #D7F3DD

HEX: #D7F3DD
RGB: (215,243,221)

Color info

#D7F3DD contains red, green and blue colors in about the same proportion. Web safe color of #D7F3DD is #CCFFCC (or #CFC).

RGB color model

#D7F3DD color RGB value is (215,243,221).

  • red value is 215;
  • green value is 243;
  • blue value is 221.
RGB:
(215,243,221)
(84%,95%,87%)

RGB channels and saturation

R 215 of 255 = 84%
G 243 of 255 = 95%
B 221 of 255 = 87%

215
243
221

R + G + B ~ 89%. #D7F3DD is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 243 + 221 = 679 (100%)
R 215 of 679 ~ 31.66%
G 243 of 679 ~ 35.79%
B 221 of 679 ~ 32.55%

%31.66
%35.79
%32.55

CMYK color model

#D7F3DD color CMYK value is (12,0,9,5).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK:
(12,0,9,5)
C12M0Y9K5 
(12%,0%,9%,5%)
(0.12/0.00/0.09/0.05)	

CMYK percentages

%11.52
%0
%9.05
%4.71

Codes

Color #D7F3DD in popluar color models

D7F3DD
RGB215243221
HSL133°53.85%89.80%
HSB/HSV133°11.52%95.29%
CMYK11.52%0.00%9.05%
4.71%

Color #D7F3DD in popluar number systems.

HEXD7F3DD
Decimal215243221
Binary110101111111001111011101
Octal327363335

Shades and tints

Shades of #D7F3DD

#D7F3DD
(215,243,221)
#C4DDC9
(196,221,201)
#B1C7B5
(177,199,181)
#9EB1A1
(158,177,161)
#8B9B8D
(139,155,141)
#788579
(120,133,121)
#656F65
(101,111,101)
#525951
(82,89,81)
#3F433D
(63,67,61)
#2C2D29
(44,45,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #D7F3DD

#D7F3DD
(215,243,221)
#DAF4E0
(218,244,224)
#DDF5E3
(221,245,227)
#E0F6E6
(224,246,230)
#E3F7E9
(227,247,233)
#E6F8EC
(230,248,236)
#E9F9EF
(233,249,239)
#ECFAF2
(236,250,242)
#EFFBF5
(239,251,245)
#F2FCF8
(242,252,248)
#F5FDFB
(245,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F3DD color. Also use rgb(215,243,221) instead hex code.

Text Font Color

.myTextColor { color: #D7F3DD; }

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

This text font color is #D7F3DD.


Background Color

.myBgColor { background-color: #D7F3DD; }

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

This div background color is #D7F3DD.


Border color

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

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

This div border color is #D7F3DD.


Opacity

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

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

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

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

This text has shadow with #D7F3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F3DD on black background.


Color preview on white background

This text has color #D7F3DD on white background.



Black color preview on #D7F3DD background

This text has black color on #D7F3DD background.


White color preview on #D7F3DD background

This text has white color on #D7F3DD background.