COLOR #DFF5CA

HEX: #DFF5CA RGB: (223,245,202)

Color info

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

RGB color model

#DFF5CA color RGB value is (223,245,202).

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

RGB channels and saturation

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

223
245
202

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

Portions of RGB colors in percentages

R + G + B = 223 + 245 + 202 = 670 (100%)
R 223 of 670 ~ 33.28%
G 245 of 670 ~ 36.57%
B 202 of 670 ~ 30.15'%

%33.28
%36.57
%30.15

CMYK color model

#DFF5CA color CMYK value is (9,0,18,4).

  • cyan value is 8.98%
  • magenta value is 0.00%
  • yellow value is 17.55%
  • key color value is 3.92%

CMYK: (9,0,18,4)
C9M0Y18K4 (9%, 0%, 18%, 4%)
(0.09 / 0.00 / 0.18 / 0.04)

CMYK percentages

%8.98
%0
%17.55
%3.92

Codes

Color #DFF5CA in popluar color models

DF F5 CA
RGB 223 245 202
HSL 91° 68.25% 87.65%
HSB/HSV 91° 17.55% 96.08%
CMYK 8.98% 0.00% 17.55%
3.92%

Color #DFF5CA in popluar number systems.

HEX DF F5 CA
Decimal 223 245 202
Binary 11011111 11110101 11001010
Octal 337 365 312

Shades and tints

Shades of #DFF5CA

#DFF5CA
(223,245,202)
#CBDFB8
(203,223,184)
#B7C9A6
(183,201,166)
#A3B394
(163,179,148)
#8F9D82
(143,157,130)
#7B8770
(123,135,112)
#67715E
(103,113,94)
#535B4C
(83,91,76)
#3F453A
(63,69,58)
#2B2F28
(43,47,40)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #DFF5CA

#DFF5CA
(223,245,202)
#E1F5CE
(225,245,206)
#E3F5D2
(227,245,210)
#E5F5D6
(229,245,214)
#E7F5DA
(231,245,218)
#E9F5DE
(233,245,222)
#EBF5E2
(235,245,226)
#EDF5E6
(237,245,230)
#EFF5EA
(239,245,234)
#F1F5EE
(241,245,238)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF5CA; }

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

This text font color is #DFF5CA.

Background Color

.myBgColor { background-color: #DFF5CA; }

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

This div background color is #DFF5CA.

Border color

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

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

This div border color is #DFF5CA.

Opacity

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

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

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

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

This text has shadow with #DFF5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF5CA.

Preview

Color preview on black background

This text has color #DFF5CA on black background.


Color preview on white background

This text has color #DFF5CA on white background.


Black color preview on #DFF5CA background

This text has black color on #DFF5CA background.


White color preview on #DFF5CA background

This text has white color on #DFF5CA background.


Related colors

Complementary color

Complementary color for #hex is #200A35.


I love getcolorcode.com

Triadic colors

1 #CADFF5 and #F5CADF with #DFF5CA are triadic colors.

2 #CAF5DF and #F5DFCA with #DFF5CA are triadic colors.