COLOR #DFF3AE

HEX: #DFF3AE
RGB: (223,243,174)

Color info

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

RGB color model

#DFF3AE color RGB value is (223,243,174).

  • red value is 223;
  • green value is 243;
  • blue value is 174.
RGB:
(223,243,174)
(87%,95%,68%)

RGB channels and saturation

R 223 of 255 = 87%
G 243 of 255 = 95%
B 174 of 255 = 68%

223
243
174

R + G + B ~ 83%. #DFF3AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 243 + 174 = 640 (100%)
R 223 of 640 ~ 34.84%
G 243 of 640 ~ 37.97%
B 174 of 640 ~ 27.19%

%34.84
%37.97
%27.19

CMYK color model

#DFF3AE color CMYK value is (8,0,28,5).

  • cyan value is 8.23%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 4.71%
CMYK:
(8,0,28,5)
C8M0Y28K5 
(8%,0%,28%,5%)
(0.08/0.00/0.28/0.05)	

CMYK percentages

%8.23
%0
%28.4
%4.71

Codes

Color #DFF3AE in popluar color models

DFF3AE
RGB223243174
HSL77°74.19%81.76%
HSB/HSV77°28.40%95.29%
CMYK8.23%0.00%28.40%
4.71%

Color #DFF3AE in popluar number systems.

HEXDFF3AE
Decimal223243174
Binary110111111111001110101110
Octal337363256

Shades and tints

Shades of #DFF3AE

#DFF3AE
(223,243,174)
#CBDD9F
(203,221,159)
#B7C790
(183,199,144)
#A3B181
(163,177,129)
#8F9B72
(143,155,114)
#7B8563
(123,133,99)
#676F54
(103,111,84)
#535945
(83,89,69)
#3F4336
(63,67,54)
#2B2D27
(43,45,39)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #DFF3AE

#DFF3AE
(223,243,174)
#E1F4B5
(225,244,181)
#E3F5BC
(227,245,188)
#E5F6C3
(229,246,195)
#E7F7CA
(231,247,202)
#E9F8D1
(233,248,209)
#EBF9D8
(235,249,216)
#EDFADF
(237,250,223)
#EFFBE6
(239,251,230)
#F1FCED
(241,252,237)
#F3FDF4
(243,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF3AE color. Also use rgb(223,243,174) instead hex code.

Text Font Color

.myTextColor { color: #DFF3AE; }

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

This text font color is #DFF3AE.


Background Color

.myBgColor { background-color: #DFF3AE; }

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

This div background color is #DFF3AE.


Border color

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

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

This div border color is #DFF3AE.


Opacity

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

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

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

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

This text has shadow with #DFF3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF3AE on black background.


Color preview on white background

This text has color #DFF3AE on white background.



Black color preview on #DFF3AE background

This text has black color on #DFF3AE background.


White color preview on #DFF3AE background

This text has white color on #DFF3AE background.