COLOR #DCF396

HEX: #DCF396 RGB: (220,243,150)

Color info

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

RGB color model

#DCF396 color RGB value is (220,243,150).

RGB: (220,243,150) (86%, 95%, 59%)

RGB channels and saturation

R 220 of 255 = 86%
G 243 of 255 = 95%
B 150 of 255 = 59%

220
243
150

R + G + B ~ 80%. #DCF396 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 243 + 150 = 613 (100%)
R 220 of 613 ~ 35.89%
G 243 of 613 ~ 39.64%
B 150 of 613 ~ 24.47'%

%35.89
%39.64
%24.47

CMYK color model

#DCF396 color CMYK value is (9,0,38,5).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 38.27%
  • key color value is 4.71%
CMYK: (9,0,38,5) C9M0Y38K5 (9%,0%,38%,5%) (0.09/0.00/0.38/0.05) 

CMYK percentages

%9.47
%0
%38.27
%4.71

Codes

Color #DCF396 in popluar color models

DC F3 96
RGB 220 243 150
HSL 75° 79.49% 77.06%
HSB/HSV 75° 38.27% 95.29%
CMYK 9.47% 0.00% 38.27%
4.71%

Color #DCF396 in popluar number systems.

HEX DC F3 96
Decimal 220 243 150
Binary 11011100 11110011 10010110
Octal 334 363 226

Shades and tints

Shades of #DCF396

#DCF396
(220,243,150)
#C8DD89
(200,221,137)
#B4C77C
(180,199,124)
#A0B16F
(160,177,111)
#8C9B62
(140,155,98)
#788555
(120,133,85)
#646F48
(100,111,72)
#50593B
(80,89,59)
#3C432E
(60,67,46)
#282D21
(40,45,33)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #DCF396

#DCF396
(220,243,150)
#DFF49F
(223,244,159)
#E2F5A8
(226,245,168)
#E5F6B1
(229,246,177)
#E8F7BA
(232,247,186)
#EBF8C3
(235,248,195)
#EEF9CC
(238,249,204)
#F1FAD5
(241,250,213)
#F4FBDE
(244,251,222)
#F7FCE7
(247,252,231)
#FAFDF0
(250,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF396 color. Also use rgb(220,243,150) instead hex code.

Text Font Color

.myTextColor { color: #DCF396; }

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

This text font color is #DCF396.

Background Color

.myBgColor { background-color: #DCF396; }

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

This div background color is #DCF396.

Border color

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

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

This div border color is #DCF396.

Opacity

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

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

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

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

This text has shadow with #DCF396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF396.

Preview

Color preview on black background

This text has color #DCF396 on black background.


Color preview on white background

This text has color #DCF396 on white background.


Black color preview on #DCF396 background

This text has black color on #DCF396 background.


White color preview on #DCF396 background

This text has white color on #DCF396 background.


Related colors

Complementary color

Complementary color for #hex is #230C69.


I love getcolorcode.com

Triadic colors

1 #96DCF3 and #F396DC with #DCF396 are triadic colors.

2 #96F3DC and #F3DC96 with #DCF396 are triadic colors.