COLOR #D3FADD

HEX: #D3FADD RGB: (211,250,221)

Color info

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

RGB color model

#D3FADD color RGB value is (211,250,221).

RGB: (211,250,221) (83%, 98%, 87%)

RGB channels and saturation

R 211 of 255 = 83%
G 250 of 255 = 98%
B 221 of 255 = 87%

211
250
221

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

Portions of RGB colors in percentages

R + G + B = 211 + 250 + 221 = 682 (100%)
R 211 of 682 ~ 30.94%
G 250 of 682 ~ 36.66%
B 221 of 682 ~ 32.4'%

%30.94
%36.66
%32.4

CMYK color model

#D3FADD color CMYK value is (16,0,12,2).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 11.60%
  • key color value is 1.96%

CMYK: (16,0,12,2)
C16M0Y12K2 (16%, 0%, 12%, 2%)
(0.16 / 0.00 / 0.12 / 0.02)

CMYK percentages

%15.6
%0
%11.6
%1.96

Codes

Color #D3FADD in popluar color models

D3 FA DD
RGB 211 250 221
HSL 135° 79.59% 90.39%
HSB/HSV 135° 15.60% 98.04%
CMYK 15.60% 0.00% 11.60%
1.96%

Color #D3FADD in popluar number systems.

HEX D3 FA DD
Decimal 211 250 221
Binary 11010011 11111010 11011101
Octal 323 372 335

Shades and tints

Shades of #D3FADD

#D3FADD
(211,250,221)
#C0E4C9
(192,228,201)
#ADCEB5
(173,206,181)
#9AB8A1
(154,184,161)
#87A28D
(135,162,141)
#748C79
(116,140,121)
#617665
(97,118,101)
#4E6051
(78,96,81)
#3B4A3D
(59,74,61)
#283429
(40,52,41)
#151E15
(21,30,21)
#000000
(0,0,0)

Tints of #D3FADD

#D3FADD
(211,250,221)
#D7FAE0
(215,250,224)
#DBFAE3
(219,250,227)
#DFFAE6
(223,250,230)
#E3FAE9
(227,250,233)
#E7FAEC
(231,250,236)
#EBFAEF
(235,250,239)
#EFFAF2
(239,250,242)
#F3FAF5
(243,250,245)
#F7FAF8
(247,250,248)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3FADD color. Also use rgb(211,250,221) instead hex code.

Text Font Color

.myTextColor { color: #D3FADD; }

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

This text font color is #D3FADD.

Background Color

.myBgColor { background-color: #D3FADD; }

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

This div background color is #D3FADD.

Border color

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

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

This div border color is #D3FADD.

Opacity

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

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

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

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

This text has shadow with #D3FADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3FADD.

Preview

Color preview on black background

This text has color #D3FADD on black background.


Color preview on white background

This text has color #D3FADD on white background.


Black color preview on #D3FADD background

This text has black color on #D3FADD background.


White color preview on #D3FADD background

This text has white color on #D3FADD background.


Related colors

Complementary color

Complementary color for #hex is #2C0522.


I love getcolorcode.com

Triadic colors

1 #DDD3FA and #FADDD3 with #D3FADD are triadic colors.

2 #DDFAD3 and #FAD3DD with #D3FADD are triadic colors.