COLOR #DCF2C5

HEX: #DCF2C5 RGB: (220,242,197)

Color info

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

RGB color model

#DCF2C5 color RGB value is (220,242,197).

RGB: (220,242,197) (86%, 95%, 77%)

RGB channels and saturation

R 220 of 255 = 86%
G 242 of 255 = 95%
B 197 of 255 = 77%

220
242
197

R + G + B ~ 86%. #DCF2C5 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 242 + 197 = 659 (100%)
R 220 of 659 ~ 33.38%
G 242 of 659 ~ 36.72%
B 197 of 659 ~ 29.89'%

%33.38
%36.72
%29.89

CMYK color model

#DCF2C5 color CMYK value is (9,0,19,5).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 5.10%

CMYK: (9,0,19,5)
C9M0Y19K5 (9%, 0%, 19%, 5%)
(0.09 / 0.00 / 0.19 / 0.05)

CMYK percentages

%9.09
%0
%18.6
%5.1

Codes

Color #DCF2C5 in popluar color models

DC F2 C5
RGB 220 242 197
HSL 89° 63.38% 86.08%
HSB/HSV 89° 18.60% 94.90%
CMYK 9.09% 0.00% 18.60%
5.10%

Color #DCF2C5 in popluar number systems.

HEX DC F2 C5
Decimal 220 242 197
Binary 11011100 11110010 11000101
Octal 334 362 305

Shades and tints

Shades of #DCF2C5

#DCF2C5
(220,242,197)
#C8DCB4
(200,220,180)
#B4C6A3
(180,198,163)
#A0B092
(160,176,146)
#8C9A81
(140,154,129)
#788470
(120,132,112)
#646E5F
(100,110,95)
#50584E
(80,88,78)
#3C423D
(60,66,61)
#282C2C
(40,44,44)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #DCF2C5

#DCF2C5
(220,242,197)
#DFF3CA
(223,243,202)
#E2F4CF
(226,244,207)
#E5F5D4
(229,245,212)
#E8F6D9
(232,246,217)
#EBF7DE
(235,247,222)
#EEF8E3
(238,248,227)
#F1F9E8
(241,249,232)
#F4FAED
(244,250,237)
#F7FBF2
(247,251,242)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF2C5 color. Also use rgb(220,242,197) instead hex code.

Text Font Color

.myTextColor { color: #DCF2C5; }

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

This text font color is #DCF2C5.

Background Color

.myBgColor { background-color: #DCF2C5; }

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

This div background color is #DCF2C5.

Border color

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

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

This div border color is #DCF2C5.

Opacity

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

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

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

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

This text has shadow with #DCF2C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF2C5.

Preview

Color preview on black background

This text has color #DCF2C5 on black background.


Color preview on white background

This text has color #DCF2C5 on white background.


Black color preview on #DCF2C5 background

This text has black color on #DCF2C5 background.


White color preview on #DCF2C5 background

This text has white color on #DCF2C5 background.


Related colors

Complementary color

Complementary color for #hex is #230D3A.


I love getcolorcode.com

Triadic colors

1 #C5DCF2 and #F2C5DC with #DCF2C5 are triadic colors.

2 #C5F2DC and #F2DCC5 with #DCF2C5 are triadic colors.