COLOR #DFF4CA

HEX: #DFF4CA RGB: (223,244,202)

Color info

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

RGB color model

#DFF4CA color RGB value is (223,244,202).

RGB: (223,244,202) (87%, 96%, 79%)

RGB channels and saturation

R 223 of 255 = 87%
G 244 of 255 = 96%
B 202 of 255 = 79%

223
244
202

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

Portions of RGB colors in percentages

R + G + B = 223 + 244 + 202 = 669 (100%)
R 223 of 669 ~ 33.33%
G 244 of 669 ~ 36.47%
B 202 of 669 ~ 30.19'%

%33.33
%36.47
%30.19

CMYK color model

#DFF4CA color CMYK value is (9,0,17,4).

  • cyan value is 8.61%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 4.31%

CMYK: (9,0,17,4)
C9M0Y17K4 (9%, 0%, 17%, 4%)
(0.09 / 0.00 / 0.17 / 0.04)

CMYK percentages

%8.61
%0
%17.21
%4.31

Codes

Color #DFF4CA in popluar color models

DF F4 CA
RGB 223 244 202
HSL 90° 65.63% 87.45%
HSB/HSV 90° 17.21% 95.69%
CMYK 8.61% 0.00% 17.21%
4.31%

Color #DFF4CA in popluar number systems.

HEX DF F4 CA
Decimal 223 244 202
Binary 11011111 11110100 11001010
Octal 337 364 312

Shades and tints

Shades of #DFF4CA

#DFF4CA
(223,244,202)
#CBDEB8
(203,222,184)
#B7C8A6
(183,200,166)
#A3B294
(163,178,148)
#8F9C82
(143,156,130)
#7B8670
(123,134,112)
#67705E
(103,112,94)
#535A4C
(83,90,76)
#3F443A
(63,68,58)
#2B2E28
(43,46,40)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #DFF4CA

#DFF4CA
(223,244,202)
#E1F5CE
(225,245,206)
#E3F6D2
(227,246,210)
#E5F7D6
(229,247,214)
#E7F8DA
(231,248,218)
#E9F9DE
(233,249,222)
#EBFAE2
(235,250,226)
#EDFBE6
(237,251,230)
#EFFCEA
(239,252,234)
#F1FDEE
(241,253,238)
#F3FEF2
(243,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF4CA color. Also use rgb(223,244,202) instead hex code.

Text Font Color

.myTextColor { color: #DFF4CA; }

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

This text font color is #DFF4CA.

Background Color

.myBgColor { background-color: #DFF4CA; }

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

This div background color is #DFF4CA.

Border color

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

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

This div border color is #DFF4CA.

Opacity

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

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

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

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

This text has shadow with #DFF4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF4CA.

Preview

Color preview on black background

This text has color #DFF4CA on black background.


Color preview on white background

This text has color #DFF4CA on white background.


Black color preview on #DFF4CA background

This text has black color on #DFF4CA background.


White color preview on #DFF4CA background

This text has white color on #DFF4CA background.


Related colors

Complementary color

Complementary color for #hex is #200B35.


I love getcolorcode.com

Triadic colors

1 #CADFF4 and #F4CADF with #DFF4CA are triadic colors.

2 #CAF4DF and #F4DFCA with #DFF4CA are triadic colors.