COLOR #DCF9BE

HEX: #DCF9BE RGB: (220,249,190)

Color info

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

RGB color model

#DCF9BE color RGB value is (220,249,190).

RGB: (220,249,190) (86%, 98%, 75%)

RGB channels and saturation

R 220 of 255 = 86%
G 249 of 255 = 98%
B 190 of 255 = 75%

220
249
190

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

Portions of RGB colors in percentages

R + G + B = 220 + 249 + 190 = 659 (100%)
R 220 of 659 ~ 33.38%
G 249 of 659 ~ 37.78%
B 190 of 659 ~ 28.83'%

%33.38
%37.78
%28.83

CMYK color model

#DCF9BE color CMYK value is (12,0,24,2).

  • cyan value is 11.65%
  • magenta value is 0.00%
  • yellow value is 23.69%
  • key color value is 2.35%

CMYK: (12,0,24,2)
C12M0Y24K2 (12%, 0%, 24%, 2%)
(0.12 / 0.00 / 0.24 / 0.02)

CMYK percentages

%11.65
%0
%23.69
%2.35

Codes

Color #DCF9BE in popluar color models

DC F9 BE
RGB 220 249 190
HSL 89° 83.10% 86.08%
HSB/HSV 89° 23.69% 97.65%
CMYK 11.65% 0.00% 23.69%
2.35%

Color #DCF9BE in popluar number systems.

HEX DC F9 BE
Decimal 220 249 190
Binary 11011100 11111001 10111110
Octal 334 371 276

Shades and tints

Shades of #DCF9BE

#DCF9BE
(220,249,190)
#C8E3AD
(200,227,173)
#B4CD9C
(180,205,156)
#A0B78B
(160,183,139)
#8CA17A
(140,161,122)
#788B69
(120,139,105)
#647558
(100,117,88)
#505F47
(80,95,71)
#3C4936
(60,73,54)
#283325
(40,51,37)
#141D14
(20,29,20)
#000000
(0,0,0)

Tints of #DCF9BE

#DCF9BE
(220,249,190)
#DFF9C3
(223,249,195)
#E2F9C8
(226,249,200)
#E5F9CD
(229,249,205)
#E8F9D2
(232,249,210)
#EBF9D7
(235,249,215)
#EEF9DC
(238,249,220)
#F1F9E1
(241,249,225)
#F4F9E6
(244,249,230)
#F7F9EB
(247,249,235)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF9BE color. Also use rgb(220,249,190) instead hex code.

Text Font Color

.myTextColor { color: #DCF9BE; }

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

This text font color is #DCF9BE.

Background Color

.myBgColor { background-color: #DCF9BE; }

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

This div background color is #DCF9BE.

Border color

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

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

This div border color is #DCF9BE.

Opacity

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

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

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

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

This text has shadow with #DCF9BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF9BE.

Preview

Color preview on black background

This text has color #DCF9BE on black background.


Color preview on white background

This text has color #DCF9BE on white background.


Black color preview on #DCF9BE background

This text has black color on #DCF9BE background.


White color preview on #DCF9BE background

This text has white color on #DCF9BE background.


Related colors

Complementary color

Complementary color for #hex is #230641.


I love getcolorcode.com

Triadic colors

1 #BEDCF9 and #F9BEDC with #DCF9BE are triadic colors.

2 #BEF9DC and #F9DCBE with #DCF9BE are triadic colors.