COLOR #DFFEB2

HEX: #DFFEB2
RGB: (223,254,178)

Color info

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

RGB color model

#DFFEB2 color RGB value is (223,254,178).

  • red value is 223;
  • green value is 254;
  • blue value is 178.
RGB:
(223,254,178)
(87%,100%,70%)

RGB channels and saturation

R 223 of 255 = 87%
G 254 of 255 = 100%
B 178 of 255 = 70%

223
254
178

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

Portions of RGB colors in percentages

R + G + B =
223 + 254 + 178 = 655 (100%)
R 223 of 655 ~ 34.05%
G 254 of 655 ~ 38.78%
B 178 of 655 ~ 27.18%

%34.05
%38.78
%27.18

CMYK color model

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

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 29.92%
  • 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
%29.92
%0.39

Codes

Color #DFFEB2 in popluar color models

DFFEB2
RGB223254178
HSL84°97.44%84.71%
HSB/HSV84°29.92%99.61%
CMYK12.20%0.00%29.92%
0.39%

Color #DFFEB2 in popluar number systems.

HEXDFFEB2
Decimal223254178
Binary110111111111111010110010
Octal337376262

Shades and tints

Shades of #DFFEB2

#DFFEB2
(223,254,178)
#CBE7A2
(203,231,162)
#B7D092
(183,208,146)
#A3B982
(163,185,130)
#8FA272
(143,162,114)
#7B8B62
(123,139,98)
#677452
(103,116,82)
#535D42
(83,93,66)
#3F4632
(63,70,50)
#2B2F22
(43,47,34)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #DFFEB2

#DFFEB2
(223,254,178)
#E1FEB9
(225,254,185)
#E3FEC0
(227,254,192)
#E5FEC7
(229,254,199)
#E7FECE
(231,254,206)
#E9FED5
(233,254,213)
#EBFEDC
(235,254,220)
#EDFEE3
(237,254,227)
#EFFEEA
(239,254,234)
#F1FEF1
(241,254,241)
#F3FEF8
(243,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFEB2; }

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

This text font color is #DFFEB2.


Background Color

.myBgColor { background-color: #DFFEB2; }

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

This div background color is #DFFEB2.


Border color

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

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

This div border color is #DFFEB2.


Opacity

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

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

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

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

This text has shadow with #DFFEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFEB2 on black background.


Color preview on white background

This text has color #DFFEB2 on white background.



Black color preview on #DFFEB2 background

This text has black color on #DFFEB2 background.


White color preview on #DFFEB2 background

This text has white color on #DFFEB2 background.