COLOR #DCFA87

HEX: #DCFA87 RGB: (220,250,135)

Color info

#DCFA87 contains mainly red and green colors. Web safe color of #DCFA87 is #CCFF99 (or #CF9).

RGB color model

#DCFA87 color RGB value is (220,250,135).

RGB: (220,250,135) (86%, 98%, 53%)

RGB channels and saturation

R 220 of 255 = 86%
G 250 of 255 = 98%
B 135 of 255 = 53%

220
250
135

R + G + B ~ 79%. #DCFA87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 250 + 135 = 605 (100%)
R 220 of 605 ~ 36.36%
G 250 of 605 ~ 41.32%
B 135 of 605 ~ 22.31'%

%36.36
%41.32
%22.31

CMYK color model

#DCFA87 color CMYK value is (12,0,46,2).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 46.00%
  • key color value is 1.96%

CMYK: (12,0,46,2)
C12M0Y46K2 (12%, 0%, 46%, 2%)
(0.12 / 0.00 / 0.46 / 0.02)

CMYK percentages

%12
%0
%46
%1.96

Codes

Color #DCFA87 in popluar color models

DC FA 87
RGB 220 250 135
HSL 76° 92.00% 75.49%
HSB/HSV 76° 46.00% 98.04%
CMYK 12.00% 0.00% 46.00%
1.96%

Color #DCFA87 in popluar number systems.

HEX DC FA 87
Decimal 220 250 135
Binary 11011100 11111010 10000111
Octal 334 372 207

Shades and tints

Shades of #DCFA87

#DCFA87
(220,250,135)
#C8E47B
(200,228,123)
#B4CE6F
(180,206,111)
#A0B863
(160,184,99)
#8CA257
(140,162,87)
#788C4B
(120,140,75)
#64763F
(100,118,63)
#506033
(80,96,51)
#3C4A27
(60,74,39)
#28341B
(40,52,27)
#141E0F
(20,30,15)
#000000
(0,0,0)

Tints of #DCFA87

#DCFA87
(220,250,135)
#DFFA91
(223,250,145)
#E2FA9B
(226,250,155)
#E5FAA5
(229,250,165)
#E8FAAF
(232,250,175)
#EBFAB9
(235,250,185)
#EEFAC3
(238,250,195)
#F1FACD
(241,250,205)
#F4FAD7
(244,250,215)
#F7FAE1
(247,250,225)
#FAFAEB
(250,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFA87; }

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

This text font color is #DCFA87.

Background Color

.myBgColor { background-color: #DCFA87; }

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

This div background color is #DCFA87.

Border color

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

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

This div border color is #DCFA87.

Opacity

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

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

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

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

This text has shadow with #DCFA87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCFA87.

Preview

Color preview on black background

This text has color #DCFA87 on black background.


Color preview on white background

This text has color #DCFA87 on white background.


Black color preview on #DCFA87 background

This text has black color on #DCFA87 background.


White color preview on #DCFA87 background

This text has white color on #DCFA87 background.


Related colors

Complementary color

Complementary color for #hex is #230578.


I love getcolorcode.com

Triadic colors

1 #87DCFA and #FA87DC with #DCFA87 are triadic colors.

2 #87FADC and #FADC87 with #DCFA87 are triadic colors.