COLOR #DFF2C2

HEX: #DFF2C2
RGB: (223,242,194)

Color info

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

RGB color model

#DFF2C2 color RGB value is (223,242,194).

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

RGB channels and saturation

R 223 of 255 = 87%
G 242 of 255 = 95%
B 194 of 255 = 76%

223
242
194

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

Portions of RGB colors in percentages

R + G + B =
223 + 242 + 194 = 659 (100%)
R 223 of 659 ~ 33.84%
G 242 of 659 ~ 36.72%
B 194 of 659 ~ 29.44%

%33.84
%36.72
%29.44

CMYK color model

#DFF2C2 color CMYK value is (8,0,20,5).

  • cyan value is 7.85%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 5.10%
CMYK: (8,0,20,5) C8M0Y20K5 (8%,0%,20%,5%) (0.08/0.00/0.20/0.05)

CMYK percentages

%7.85
%0
%19.83
%5.1

Codes

Color #DFF2C2 in popluar color models

DFF2C2
RGB223242194
HSL84°64.86%85.49%
HSB/HSV84°19.83%94.90%
CMYK7.85%0.00%19.83%
5.10%

Color #DFF2C2 in popluar number systems.

HEXDFF2C2
Decimal223242194
Binary110111111111001011000010
Octal337362302

Shades and tints

Shades of #DFF2C2

#DFF2C2
(223,242,194)
#CBDCB1
(203,220,177)
#B7C6A0
(183,198,160)
#A3B08F
(163,176,143)
#8F9A7E
(143,154,126)
#7B846D
(123,132,109)
#676E5C
(103,110,92)
#53584B
(83,88,75)
#3F423A
(63,66,58)
#2B2C29
(43,44,41)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #DFF2C2

#DFF2C2
(223,242,194)
#E1F3C7
(225,243,199)
#E3F4CC
(227,244,204)
#E5F5D1
(229,245,209)
#E7F6D6
(231,246,214)
#E9F7DB
(233,247,219)
#EBF8E0
(235,248,224)
#EDF9E5
(237,249,229)
#EFFAEA
(239,250,234)
#F1FBEF
(241,251,239)
#F3FCF4
(243,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF2C2; }

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

This text font color is #DFF2C2.


Background Color

.myBgColor { background-color: #DFF2C2; }

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

This div background color is #DFF2C2.


Border color

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

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

This div border color is #DFF2C2.


Opacity

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

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

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

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

This text has shadow with #DFF2C2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DFF2C2 on black background.


Color preview on white background

This text has color #DFF2C2 on white background.



Black color preview on #DFF2C2 background

This text has black color on #DFF2C2 background.


White color preview on #DFF2C2 background

This text has white color on #DFF2C2 background.