COLOR #DFFEB1

HEX: #DFFEB1 RGB: (223,254,177)

Color info

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

RGB color model

#DFFEB1 color RGB value is (223,254,177).

RGB: (223,254,177) (87%, 100%, 69%)

RGB channels and saturation

R 223 of 255 = 87%
G 254 of 255 = 100%
B 177 of 255 = 69%

223
254
177

R + G + B ~ 85%. #DFFEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 254 + 177 = 654 (100%)
R 223 of 654 ~ 34.1%
G 254 of 654 ~ 38.84%
B 177 of 654 ~ 27.06'%

%34.1
%38.84
%27.06

CMYK color model

#DFFEB1 color CMYK value is (12,0,30,0).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 30.31%
  • key color value is 0.39%

CMYK: (12,0,30,0)
C12M0Y30K0 (12%, 0%, 30%, 0%)
(0.12 / 0.00 / 0.30 / 0.00)

CMYK percentages

%12.2
%0
%30.31
%0.39

Codes

Color #DFFEB1 in popluar color models

DF FE B1
RGB 223 254 177
HSL 84° 97.47% 84.51%
HSB/HSV 84° 30.31% 99.61%
CMYK 12.20% 0.00% 30.31%
0.39%

Color #DFFEB1 in popluar number systems.

HEX DF FE B1
Decimal 223 254 177
Binary 11011111 11111110 10110001
Octal 337 376 261

Shades and tints

Shades of #DFFEB1

#DFFEB1
(223,254,177)
#CBE7A1
(203,231,161)
#B7D091
(183,208,145)
#A3B981
(163,185,129)
#8FA271
(143,162,113)
#7B8B61
(123,139,97)
#677451
(103,116,81)
#535D41
(83,93,65)
#3F4631
(63,70,49)
#2B2F21
(43,47,33)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #DFFEB1

#DFFEB1
(223,254,177)
#E1FEB8
(225,254,184)
#E3FEBF
(227,254,191)
#E5FEC6
(229,254,198)
#E7FECD
(231,254,205)
#E9FED4
(233,254,212)
#EBFEDB
(235,254,219)
#EDFEE2
(237,254,226)
#EFFEE9
(239,254,233)
#F1FEF0
(241,254,240)
#F3FEF7
(243,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFEB1 color. Also use rgb(223,254,177) instead hex code.

Text Font Color

.myTextColor { color: #DFFEB1; }

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

This text font color is #DFFEB1.

Background Color

.myBgColor { background-color: #DFFEB1; }

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

This div background color is #DFFEB1.

Border color

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

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

This div border color is #DFFEB1.

Opacity

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

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

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

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

This text has shadow with #DFFEB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFFEB1.

Preview

Color preview on black background

This text has color #DFFEB1 on black background.


Color preview on white background

This text has color #DFFEB1 on white background.


Black color preview on #DFFEB1 background

This text has black color on #DFFEB1 background.


White color preview on #DFFEB1 background

This text has white color on #DFFEB1 background.


Related colors

Complementary color

Complementary color for #hex is #20014E.


I love getcolorcode.com

Triadic colors

1 #B1DFFE and #FEB1DF with #DFFEB1 are triadic colors.

2 #B1FEDF and #FEDFB1 with #DFFEB1 are triadic colors.