COLOR #DFF9C2

HEX: #DFF9C2
RGB: (223,249,194)

Color info

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

RGB color model

#DFF9C2 color RGB value is (223,249,194).

  • red value is 223;
  • green value is 249;
  • blue value is 194.
RGB:
(223,249,194)
(87%,98%,76%)

RGB channels and saturation

R 223 of 255 = 87%
G 249 of 255 = 98%
B 194 of 255 = 76%

223
249
194

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

Portions of RGB colors in percentages

R + G + B =
223 + 249 + 194 = 666 (100%)
R 223 of 666 ~ 33.48%
G 249 of 666 ~ 37.39%
B 194 of 666 ~ 29.13%

%33.48
%37.39
%29.13

CMYK color model

#DFF9C2 color CMYK value is (10,0,22,2).

  • cyan value is 10.44%
  • magenta value is 0.00%
  • yellow value is 22.09%
  • key color value is 2.35%
CMYK:
(10,0,22,2)
C10M0Y22K2 
(10%,0%,22%,2%)
(0.10/0.00/0.22/0.02)	

CMYK percentages

%10.44
%0
%22.09
%2.35

Codes

Color #DFF9C2 in popluar color models

DFF9C2
RGB223249194
HSL88°82.09%86.86%
HSB/HSV88°22.09%97.65%
CMYK10.44%0.00%22.09%
2.35%

Color #DFF9C2 in popluar number systems.

HEXDFF9C2
Decimal223249194
Binary110111111111100111000010
Octal337371302

Shades and tints

Shades of #DFF9C2

#DFF9C2
(223,249,194)
#CBE3B1
(203,227,177)
#B7CDA0
(183,205,160)
#A3B78F
(163,183,143)
#8FA17E
(143,161,126)
#7B8B6D
(123,139,109)
#67755C
(103,117,92)
#535F4B
(83,95,75)
#3F493A
(63,73,58)
#2B3329
(43,51,41)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #DFF9C2

#DFF9C2
(223,249,194)
#E1F9C7
(225,249,199)
#E3F9CC
(227,249,204)
#E5F9D1
(229,249,209)
#E7F9D6
(231,249,214)
#E9F9DB
(233,249,219)
#EBF9E0
(235,249,224)
#EDF9E5
(237,249,229)
#EFF9EA
(239,249,234)
#F1F9EF
(241,249,239)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF9C2 color. Also use rgb(223,249,194) instead hex code.

Text Font Color

.myTextColor { color: #DFF9C2; }

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

This text font color is #DFF9C2.


Background Color

.myBgColor { background-color: #DFF9C2; }

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

This div background color is #DFF9C2.


Border color

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

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

This div border color is #DFF9C2.


Opacity

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

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

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

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

This text has shadow with #DFF9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF9C2 on black background.


Color preview on white background

This text has color #DFF9C2 on white background.



Black color preview on #DFF9C2 background

This text has black color on #DFF9C2 background.


White color preview on #DFF9C2 background

This text has white color on #DFF9C2 background.