COLOR #DFF7C8

HEX: #DFF7C8
RGB: (223,247,200)

Color info

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

RGB color model

#DFF7C8 color RGB value is (223,247,200).

  • red value is 223;
  • green value is 247;
  • blue value is 200.
RGB:
(223,247,200)
(87%,97%,78%)

RGB channels and saturation

R 223 of 255 = 87%
G 247 of 255 = 97%
B 200 of 255 = 78%

223
247
200

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

Portions of RGB colors in percentages

R + G + B =
223 + 247 + 200 = 670 (100%)
R 223 of 670 ~ 33.28%
G 247 of 670 ~ 36.87%
B 200 of 670 ~ 29.85%

%33.28
%36.87
%29.85

CMYK color model

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

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 19.03%
  • key color value is 3.14%
CMYK:
(10,0,19,3)
C10M0Y19K3 
(10%,0%,19%,3%)
(0.10/0.00/0.19/0.03)	

CMYK percentages

%9.72
%0
%19.03
%3.14

Codes

Color #DFF7C8 in popluar color models

DFF7C8
RGB223247200
HSL91°74.60%87.65%
HSB/HSV91°19.03%96.86%
CMYK9.72%0.00%19.03%
3.14%

Color #DFF7C8 in popluar number systems.

HEXDFF7C8
Decimal223247200
Binary110111111111011111001000
Octal337367310

Shades and tints

Shades of #DFF7C8

#DFF7C8
(223,247,200)
#CBE1B6
(203,225,182)
#B7CBA4
(183,203,164)
#A3B592
(163,181,146)
#8F9F80
(143,159,128)
#7B896E
(123,137,110)
#67735C
(103,115,92)
#535D4A
(83,93,74)
#3F4738
(63,71,56)
#2B3126
(43,49,38)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #DFF7C8

#DFF7C8
(223,247,200)
#E1F7CD
(225,247,205)
#E3F7D2
(227,247,210)
#E5F7D7
(229,247,215)
#E7F7DC
(231,247,220)
#E9F7E1
(233,247,225)
#EBF7E6
(235,247,230)
#EDF7EB
(237,247,235)
#EFF7F0
(239,247,240)
#F1F7F5
(241,247,245)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF7C8 color. Also use rgb(223,247,200) instead hex code.

Text Font Color

.myTextColor { color: #DFF7C8; }

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

This text font color is #DFF7C8.


Background Color

.myBgColor { background-color: #DFF7C8; }

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

This div background color is #DFF7C8.


Border color

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

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

This div border color is #DFF7C8.


Opacity

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

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

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

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

This text has shadow with #DFF7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF7C8 on black background.


Color preview on white background

This text has color #DFF7C8 on white background.



Black color preview on #DFF7C8 background

This text has black color on #DFF7C8 background.


White color preview on #DFF7C8 background

This text has white color on #DFF7C8 background.