COLOR #DFFAC6

HEX: #DFFAC6
RGB: (223,250,198)

Color info

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

RGB color model

#DFFAC6 color RGB value is (223,250,198).

  • red value is 223;
  • green value is 250;
  • blue value is 198.
RGB:
(223,250,198)
(87%,98%,78%)

RGB channels and saturation

R 223 of 255 = 87%
G 250 of 255 = 98%
B 198 of 255 = 78%

223
250
198

R + G + B ~ 88%. #DFFAC6 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 250 + 198 = 671 (100%)
R 223 of 671 ~ 33.23%
G 250 of 671 ~ 37.26%
B 198 of 671 ~ 29.51%

%33.23
%37.26
%29.51

CMYK color model

#DFFAC6 color CMYK value is (11,0,21,2).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 20.80%
  • key color value is 1.96%
CMYK:
(11,0,21,2)
C11M0Y21K2 
(11%,0%,21%,2%)
(0.11/0.00/0.21/0.02)	

CMYK percentages

%10.8
%0
%20.8
%1.96

Codes

Color #DFFAC6 in popluar color models

DFFAC6
RGB223250198
HSL91°83.87%87.84%
HSB/HSV91°20.80%98.04%
CMYK10.80%0.00%20.80%
1.96%

Color #DFFAC6 in popluar number systems.

HEXDFFAC6
Decimal223250198
Binary110111111111101011000110
Octal337372306

Shades and tints

Shades of #DFFAC6

#DFFAC6
(223,250,198)
#CBE4B4
(203,228,180)
#B7CEA2
(183,206,162)
#A3B890
(163,184,144)
#8FA27E
(143,162,126)
#7B8C6C
(123,140,108)
#67765A
(103,118,90)
#536048
(83,96,72)
#3F4A36
(63,74,54)
#2B3424
(43,52,36)
#171E12
(23,30,18)
#000000
(0,0,0)

Tints of #DFFAC6

#DFFAC6
(223,250,198)
#E1FACB
(225,250,203)
#E3FAD0
(227,250,208)
#E5FAD5
(229,250,213)
#E7FADA
(231,250,218)
#E9FADF
(233,250,223)
#EBFAE4
(235,250,228)
#EDFAE9
(237,250,233)
#EFFAEE
(239,250,238)
#F1FAF3
(241,250,243)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFAC6 color. Also use rgb(223,250,198) instead hex code.

Text Font Color

.myTextColor { color: #DFFAC6; }

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

This text font color is #DFFAC6.


Background Color

.myBgColor { background-color: #DFFAC6; }

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

This div background color is #DFFAC6.


Border color

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

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

This div border color is #DFFAC6.


Opacity

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

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

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

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

This text has shadow with #DFFAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFAC6 on black background.


Color preview on white background

This text has color #DFFAC6 on white background.



Black color preview on #DFFAC6 background

This text has black color on #DFFAC6 background.


White color preview on #DFFAC6 background

This text has white color on #DFFAC6 background.