COLOR #DCFAD3

HEX: #DCFAD3 RGB: (220,250,211)

Color info

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

RGB color model

#DCFAD3 color RGB value is (220,250,211).

RGB: (220,250,211) (86%, 98%, 83%)

RGB channels and saturation

R 220 of 255 = 86%
G 250 of 255 = 98%
B 211 of 255 = 83%

220
250
211

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

Portions of RGB colors in percentages

R + G + B = 220 + 250 + 211 = 681 (100%)
R 220 of 681 ~ 32.31%
G 250 of 681 ~ 36.71%
B 211 of 681 ~ 30.98'%

%32.31
%36.71
%30.98

CMYK color model

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

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 1.96%
CMYK: (12,0,16,2) C12M0Y16K2 (12%,0%,16%,2%) (0.12/0.00/0.16/0.02) 

CMYK percentages

%12
%0
%15.6
%1.96

Codes

Color #DCFAD3 in popluar color models

DC FA D3
RGB 220 250 211
HSL 106° 79.59% 90.39%
HSB/HSV 106° 15.60% 98.04%
CMYK 12.00% 0.00% 15.60%
1.96%

Color #DCFAD3 in popluar number systems.

HEX DC FA D3
Decimal 220 250 211
Binary 11011100 11111010 11010011
Octal 334 372 323

Shades and tints

Shades of #DCFAD3

#DCFAD3
(220,250,211)
#C8E4C0
(200,228,192)
#B4CEAD
(180,206,173)
#A0B89A
(160,184,154)
#8CA287
(140,162,135)
#788C74
(120,140,116)
#647661
(100,118,97)
#50604E
(80,96,78)
#3C4A3B
(60,74,59)
#283428
(40,52,40)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #DCFAD3

#DCFAD3
(220,250,211)
#DFFAD7
(223,250,215)
#E2FADB
(226,250,219)
#E5FADF
(229,250,223)
#E8FAE3
(232,250,227)
#EBFAE7
(235,250,231)
#EEFAEB
(238,250,235)
#F1FAEF
(241,250,239)
#F4FAF3
(244,250,243)
#F7FAF7
(247,250,247)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFAD3; }

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

This text font color is #DCFAD3.

Background Color

.myBgColor { background-color: #DCFAD3; }

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

This div background color is #DCFAD3.

Border color

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

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

This div border color is #DCFAD3.

Opacity

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

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

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

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

This text has shadow with #DCFAD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCFAD3.

Preview

Color preview on black background

This text has color #DCFAD3 on black background.


Color preview on white background

This text has color #DCFAD3 on white background.


Black color preview on #DCFAD3 background

This text has black color on #DCFAD3 background.


White color preview on #DCFAD3 background

This text has white color on #DCFAD3 background.


Related colors

Complementary color

Complementary color for #hex is #23052C.


I love getcolorcode.com

Triadic colors

1 #D3DCFA and #FAD3DC with #DCFAD3 are triadic colors.

2 #D3FADC and #FADCD3 with #DCFAD3 are triadic colors.