COLOR #DFF8CA

HEX: #DFF8CA RGB: (223,248,202)

Color info

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

RGB color model

#DFF8CA color RGB value is (223,248,202).

RGB: (223,248,202) (87%, 97%, 79%)

RGB channels and saturation

R 223 of 255 = 87%
G 248 of 255 = 97%
B 202 of 255 = 79%

223
248
202

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

Portions of RGB colors in percentages

R + G + B = 223 + 248 + 202 = 673 (100%)
R 223 of 673 ~ 33.14%
G 248 of 673 ~ 36.85%
B 202 of 673 ~ 30.01'%

%33.14
%36.85
%30.01

CMYK color model

#DFF8CA color CMYK value is (10,0,19,3).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 18.55%
  • key color value is 2.75%

CMYK: (10,0,19,3)
C10M0Y19K3 (10%, 0%, 19%, 3%)
(0.10 / 0.00 / 0.19 / 0.03)

CMYK percentages

%10.08
%0
%18.55
%2.75

Codes

Color #DFF8CA in popluar color models

DF F8 CA
RGB 223 248 202
HSL 93° 76.67% 88.24%
HSB/HSV 93° 18.55% 97.25%
CMYK 10.08% 0.00% 18.55%
2.75%

Color #DFF8CA in popluar number systems.

HEX DF F8 CA
Decimal 223 248 202
Binary 11011111 11111000 11001010
Octal 337 370 312

Shades and tints

Shades of #DFF8CA

#DFF8CA
(223,248,202)
#CBE2B8
(203,226,184)
#B7CCA6
(183,204,166)
#A3B694
(163,182,148)
#8FA082
(143,160,130)
#7B8A70
(123,138,112)
#67745E
(103,116,94)
#535E4C
(83,94,76)
#3F483A
(63,72,58)
#2B3228
(43,50,40)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #DFF8CA

#DFF8CA
(223,248,202)
#E1F8CE
(225,248,206)
#E3F8D2
(227,248,210)
#E5F8D6
(229,248,214)
#E7F8DA
(231,248,218)
#E9F8DE
(233,248,222)
#EBF8E2
(235,248,226)
#EDF8E6
(237,248,230)
#EFF8EA
(239,248,234)
#F1F8EE
(241,248,238)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF8CA; }

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

This text font color is #DFF8CA.

Background Color

.myBgColor { background-color: #DFF8CA; }

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

This div background color is #DFF8CA.

Border color

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

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

This div border color is #DFF8CA.

Opacity

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

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

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

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

This text has shadow with #DFF8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF8CA.

Preview

Color preview on black background

This text has color #DFF8CA on black background.


Color preview on white background

This text has color #DFF8CA on white background.


Black color preview on #DFF8CA background

This text has black color on #DFF8CA background.


White color preview on #DFF8CA background

This text has white color on #DFF8CA background.


Related colors

Complementary color

Complementary color for #hex is #200735.


I love getcolorcode.com

Triadic colors

1 #CADFF8 and #F8CADF with #DFF8CA are triadic colors.

2 #CAF8DF and #F8DFCA with #DFF8CA are triadic colors.