COLOR #DCFBC7

HEX: #DCFBC7 RGB: (220,251,199)

Color info

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

RGB color model

#DCFBC7 color RGB value is (220,251,199).

RGB: (220,251,199) (86%, 98%, 78%)

RGB channels and saturation

R 220 of 255 = 86%
G 251 of 255 = 98%
B 199 of 255 = 78%

220
251
199

R + G + B ~ 87%. #DCFBC7 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 251 + 199 = 670 (100%)
R 220 of 670 ~ 32.84%
G 251 of 670 ~ 37.46%
B 199 of 670 ~ 29.7'%

%32.84
%37.46
%29.7

CMYK color model

#DCFBC7 color CMYK value is (12,0,21,2).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 20.72%
  • key color value is 1.57%

CMYK: (12,0,21,2)
C12M0Y21K2 (12%, 0%, 21%, 2%)
(0.12 / 0.00 / 0.21 / 0.02)

CMYK percentages

%12.35
%0
%20.72
%1.57

Codes

Color #DCFBC7 in popluar color models

DC FB C7
RGB 220 251 199
HSL 96° 86.67% 88.24%
HSB/HSV 96° 20.72% 98.43%
CMYK 12.35% 0.00% 20.72%
1.57%

Color #DCFBC7 in popluar number systems.

HEX DC FB C7
Decimal 220 251 199
Binary 11011100 11111011 11000111
Octal 334 373 307

Shades and tints

Shades of #DCFBC7

#DCFBC7
(220,251,199)
#C8E5B5
(200,229,181)
#B4CFA3
(180,207,163)
#A0B991
(160,185,145)
#8CA37F
(140,163,127)
#788D6D
(120,141,109)
#64775B
(100,119,91)
#506149
(80,97,73)
#3C4B37
(60,75,55)
#283525
(40,53,37)
#141F13
(20,31,19)
#000000
(0,0,0)

Tints of #DCFBC7

#DCFBC7
(220,251,199)
#DFFBCC
(223,251,204)
#E2FBD1
(226,251,209)
#E5FBD6
(229,251,214)
#E8FBDB
(232,251,219)
#EBFBE0
(235,251,224)
#EEFBE5
(238,251,229)
#F1FBEA
(241,251,234)
#F4FBEF
(244,251,239)
#F7FBF4
(247,251,244)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCFBC7 color. Also use rgb(220,251,199) instead hex code.

Text Font Color

.myTextColor { color: #DCFBC7; }

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

This text font color is #DCFBC7.

Background Color

.myBgColor { background-color: #DCFBC7; }

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

This div background color is #DCFBC7.

Border color

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

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

This div border color is #DCFBC7.

Opacity

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

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

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

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

This text has shadow with #DCFBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCFBC7.

Preview

Color preview on black background

This text has color #DCFBC7 on black background.


Color preview on white background

This text has color #DCFBC7 on white background.


Black color preview on #DCFBC7 background

This text has black color on #DCFBC7 background.


White color preview on #DCFBC7 background

This text has white color on #DCFBC7 background.


Related colors

Complementary color

Complementary color for #hex is #230438.


I love getcolorcode.com

Triadic colors

1 #C7DCFB and #FBC7DC with #DCFBC7 are triadic colors.

2 #C7FBDC and #FBDCC7 with #DCFBC7 are triadic colors.