COLOR #DFF2BB

HEX: #DFF2BB
RGB: (223,242,187)

Color info

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

RGB color model

#DFF2BB color RGB value is (223,242,187).

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

RGB channels and saturation

R 223 of 255 = 87%
G 242 of 255 = 95%
B 187 of 255 = 73%

223
242
187

R + G + B ~ 85%. #DFF2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 242 + 187 = 652 (100%)
R 223 of 652 ~ 34.2%
G 242 of 652 ~ 37.12%
B 187 of 652 ~ 28.68%

%34.2
%37.12
%28.68

CMYK color model

#DFF2BB color CMYK value is (8,0,23,5).

  • cyan value is 7.85%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 5.10%
CMYK:
(8,0,23,5)
C8M0Y23K5 
(8%,0%,23%,5%)
(0.08/0.00/0.23/0.05)	

CMYK percentages

%7.85
%0
%22.73
%5.1

Codes

Color #DFF2BB in popluar color models

DFF2BB
RGB223242187
HSL81°67.90%84.12%
HSB/HSV81°22.73%94.90%
CMYK7.85%0.00%22.73%
5.10%

Color #DFF2BB in popluar number systems.

HEXDFF2BB
Decimal223242187
Binary110111111111001010111011
Octal337362273

Shades and tints

Shades of #DFF2BB

#DFF2BB
(223,242,187)
#CBDCAA
(203,220,170)
#B7C699
(183,198,153)
#A3B088
(163,176,136)
#8F9A77
(143,154,119)
#7B8466
(123,132,102)
#676E55
(103,110,85)
#535844
(83,88,68)
#3F4233
(63,66,51)
#2B2C22
(43,44,34)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #DFF2BB

#DFF2BB
(223,242,187)
#E1F3C1
(225,243,193)
#E3F4C7
(227,244,199)
#E5F5CD
(229,245,205)
#E7F6D3
(231,246,211)
#E9F7D9
(233,247,217)
#EBF8DF
(235,248,223)
#EDF9E5
(237,249,229)
#EFFAEB
(239,250,235)
#F1FBF1
(241,251,241)
#F3FCF7
(243,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF2BB; }

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

This text font color is #DFF2BB.


Background Color

.myBgColor { background-color: #DFF2BB; }

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

This div background color is #DFF2BB.


Border color

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

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

This div border color is #DFF2BB.


Opacity

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

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

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

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

This text has shadow with #DFF2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF2BB on black background.


Color preview on white background

This text has color #DFF2BB on white background.



Black color preview on #DFF2BB background

This text has black color on #DFF2BB background.


White color preview on #DFF2BB background

This text has white color on #DFF2BB background.