COLOR #DFF0C3

HEX: #DFF0C3
RGB: (223,240,195)

Color info

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

RGB color model

#DFF0C3 color RGB value is (223,240,195).

  • red value is 223;
  • green value is 240;
  • blue value is 195.
RGB:
(223,240,195)
(87%,94%,76%)

RGB channels and saturation

R 223 of 255 = 87%
G 240 of 255 = 94%
B 195 of 255 = 76%

223
240
195

R + G + B ~ 86%. #DFF0C3 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 240 + 195 = 658 (100%)
R 223 of 658 ~ 33.89%
G 240 of 658 ~ 36.47%
B 195 of 658 ~ 29.64%

%33.89
%36.47
%29.64

CMYK color model

#DFF0C3 color CMYK value is (7,0,19,6).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 5.88%
CMYK:
(7,0,19,6)
C7M0Y19K6 
(7%,0%,19%,6%)
(0.07/0.00/0.19/0.06)	

CMYK percentages

%7.08
%0
%18.75
%5.88

Codes

Color #DFF0C3 in popluar color models

DFF0C3
RGB223240195
HSL83°60.00%85.29%
HSB/HSV83°18.75%94.12%
CMYK7.08%0.00%18.75%
5.88%

Color #DFF0C3 in popluar number systems.

HEXDFF0C3
Decimal223240195
Binary110111111111000011000011
Octal337360303

Shades and tints

Shades of #DFF0C3

#DFF0C3
(223,240,195)
#CBDBB2
(203,219,178)
#B7C6A1
(183,198,161)
#A3B190
(163,177,144)
#8F9C7F
(143,156,127)
#7B876E
(123,135,110)
#67725D
(103,114,93)
#535D4C
(83,93,76)
#3F483B
(63,72,59)
#2B332A
(43,51,42)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #DFF0C3

#DFF0C3
(223,240,195)
#E1F1C8
(225,241,200)
#E3F2CD
(227,242,205)
#E5F3D2
(229,243,210)
#E7F4D7
(231,244,215)
#E9F5DC
(233,245,220)
#EBF6E1
(235,246,225)
#EDF7E6
(237,247,230)
#EFF8EB
(239,248,235)
#F1F9F0
(241,249,240)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF0C3 color. Also use rgb(223,240,195) instead hex code.

Text Font Color

.myTextColor { color: #DFF0C3; }

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

This text font color is #DFF0C3.


Background Color

.myBgColor { background-color: #DFF0C3; }

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

This div background color is #DFF0C3.


Border color

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

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

This div border color is #DFF0C3.


Opacity

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

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

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

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

This text has shadow with #DFF0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF0C3 on black background.


Color preview on white background

This text has color #DFF0C3 on white background.



Black color preview on #DFF0C3 background

This text has black color on #DFF0C3 background.


White color preview on #DFF0C3 background

This text has white color on #DFF0C3 background.