COLOR #DCF1C5

HEX: #DCF1C5 RGB: (220,241,197)

Color info

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

RGB color model

#DCF1C5 color RGB value is (220,241,197).

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

RGB channels and saturation

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

220
241
197

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

Portions of RGB colors in percentages

R + G + B = 220 + 241 + 197 = 658 (100%)
R 220 of 658 ~ 33.43%
G 241 of 658 ~ 36.63%
B 197 of 658 ~ 29.94'%

%33.43
%36.63
%29.94

CMYK color model

#DCF1C5 color CMYK value is (9,0,18,5).

  • cyan value is 8.71%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 5.49%

CMYK: (9,0,18,5)
C9M0Y18K5 (9%, 0%, 18%, 5%)
(0.09 / 0.00 / 0.18 / 0.05)

CMYK percentages

%8.71
%0
%18.26
%5.49

Codes

Color #DCF1C5 in popluar color models

DC F1 C5
RGB 220 241 197
HSL 89° 61.11% 85.88%
HSB/HSV 89° 18.26% 94.51%
CMYK 8.71% 0.00% 18.26%
5.49%

Color #DCF1C5 in popluar number systems.

HEX DC F1 C5
Decimal 220 241 197
Binary 11011100 11110001 11000101
Octal 334 361 305

Shades and tints

Shades of #DCF1C5

#DCF1C5
(220,241,197)
#C8DCB4
(200,220,180)
#B4C7A3
(180,199,163)
#A0B292
(160,178,146)
#8C9D81
(140,157,129)
#788870
(120,136,112)
#64735F
(100,115,95)
#505E4E
(80,94,78)
#3C493D
(60,73,61)
#28342C
(40,52,44)
#141F1B
(20,31,27)
#000000
(0,0,0)

Tints of #DCF1C5

#DCF1C5
(220,241,197)
#DFF2CA
(223,242,202)
#E2F3CF
(226,243,207)
#E5F4D4
(229,244,212)
#E8F5D9
(232,245,217)
#EBF6DE
(235,246,222)
#EEF7E3
(238,247,227)
#F1F8E8
(241,248,232)
#F4F9ED
(244,249,237)
#F7FAF2
(247,250,242)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF1C5; }

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

This text font color is #DCF1C5.

Background Color

.myBgColor { background-color: #DCF1C5; }

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

This div background color is #DCF1C5.

Border color

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

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

This div border color is #DCF1C5.

Opacity

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

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

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

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

This text has shadow with #DCF1C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF1C5.

Preview

Color preview on black background

This text has color #DCF1C5 on black background.


Color preview on white background

This text has color #DCF1C5 on white background.


Black color preview on #DCF1C5 background

This text has black color on #DCF1C5 background.


White color preview on #DCF1C5 background

This text has white color on #DCF1C5 background.


Related colors

Complementary color

Complementary color for #hex is #230E3A.


I love getcolorcode.com

Triadic colors

1 #C5DCF1 and #F1C5DC with #DCF1C5 are triadic colors.

2 #C5F1DC and #F1DCC5 with #DCF1C5 are triadic colors.