COLOR #DFFAC4

HEX: #DFFAC4
RGB: (223,250,196)

Color info

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

RGB color model

#DFFAC4 color RGB value is (223,250,196).

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

RGB channels and saturation

R 223 of 255 = 87%
G 250 of 255 = 98%
B 196 of 255 = 77%

223
250
196

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

Portions of RGB colors in percentages

R + G + B =
223 + 250 + 196 = 669 (100%)
R 223 of 669 ~ 33.33%
G 250 of 669 ~ 37.37%
B 196 of 669 ~ 29.3%

%33.33
%37.37
%29.3

CMYK color model

#DFFAC4 color CMYK value is (11,0,22,2).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 21.60%
  • key color value is 1.96%
CMYK:
(11,0,22,2)
C11M0Y22K2 
(11%,0%,22%,2%)
(0.11/0.00/0.22/0.02)	

CMYK percentages

%10.8
%0
%21.6
%1.96

Codes

Color #DFFAC4 in popluar color models

DFFAC4
RGB223250196
HSL90°84.38%87.45%
HSB/HSV90°21.60%98.04%
CMYK10.80%0.00%21.60%
1.96%

Color #DFFAC4 in popluar number systems.

HEXDFFAC4
Decimal223250196
Binary110111111111101011000100
Octal337372304

Shades and tints

Shades of #DFFAC4

#DFFAC4
(223,250,196)
#CBE4B3
(203,228,179)
#B7CEA2
(183,206,162)
#A3B891
(163,184,145)
#8FA280
(143,162,128)
#7B8C6F
(123,140,111)
#67765E
(103,118,94)
#53604D
(83,96,77)
#3F4A3C
(63,74,60)
#2B342B
(43,52,43)
#171E1A
(23,30,26)
#000000
(0,0,0)

Tints of #DFFAC4

#DFFAC4
(223,250,196)
#E1FAC9
(225,250,201)
#E3FACE
(227,250,206)
#E5FAD3
(229,250,211)
#E7FAD8
(231,250,216)
#E9FADD
(233,250,221)
#EBFAE2
(235,250,226)
#EDFAE7
(237,250,231)
#EFFAEC
(239,250,236)
#F1FAF1
(241,250,241)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFAC4; }

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

This text font color is #DFFAC4.


Background Color

.myBgColor { background-color: #DFFAC4; }

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

This div background color is #DFFAC4.


Border color

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

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

This div border color is #DFFAC4.


Opacity

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

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

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

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

This text has shadow with #DFFAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFAC4 on black background.


Color preview on white background

This text has color #DFFAC4 on white background.



Black color preview on #DFFAC4 background

This text has black color on #DFFAC4 background.


White color preview on #DFFAC4 background

This text has white color on #DFFAC4 background.