COLOR #DFF8BB

HEX: #DFF8BB RGB: (223,248,187)

Color info

#DFF8BB contains mainly red and green colors. Web safe color of #DFF8BB is #CCFFCC (or #CFC).

RGB color model

#DFF8BB color RGB value is (223,248,187).

RGB: (223,248,187) (87%, 97%, 73%)

RGB channels and saturation

R 223 of 255 = 87%
G 248 of 255 = 97%
B 187 of 255 = 73%

223
248
187

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

Portions of RGB colors in percentages

R + G + B = 223 + 248 + 187 = 658 (100%)
R 223 of 658 ~ 33.89%
G 248 of 658 ~ 37.69%
B 187 of 658 ~ 28.42'%

%33.89
%37.69
%28.42

CMYK color model

#DFF8BB color CMYK value is (10,0,25,3).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 24.60%
  • key color value is 2.75%

CMYK: (10,0,25,3)
C10M0Y25K3 (10%, 0%, 25%, 3%)
(0.10 / 0.00 / 0.25 / 0.03)

CMYK percentages

%10.08
%0
%24.6
%2.75

Codes

Color #DFF8BB in popluar color models

DF F8 BB
RGB 223 248 187
HSL 85° 81.33% 85.29%
HSB/HSV 85° 24.60% 97.25%
CMYK 10.08% 0.00% 24.60%
2.75%

Color #DFF8BB in popluar number systems.

HEX DF F8 BB
Decimal 223 248 187
Binary 11011111 11111000 10111011
Octal 337 370 273

Shades and tints

Shades of #DFF8BB

#DFF8BB
(223,248,187)
#CBE2AA
(203,226,170)
#B7CC99
(183,204,153)
#A3B688
(163,182,136)
#8FA077
(143,160,119)
#7B8A66
(123,138,102)
#677455
(103,116,85)
#535E44
(83,94,68)
#3F4833
(63,72,51)
#2B3222
(43,50,34)
#171C11
(23,28,17)
#000000
(0,0,0)

Tints of #DFF8BB

#DFF8BB
(223,248,187)
#E1F8C1
(225,248,193)
#E3F8C7
(227,248,199)
#E5F8CD
(229,248,205)
#E7F8D3
(231,248,211)
#E9F8D9
(233,248,217)
#EBF8DF
(235,248,223)
#EDF8E5
(237,248,229)
#EFF8EB
(239,248,235)
#F1F8F1
(241,248,241)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF8BB; }

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

This text font color is #DFF8BB.

Background Color

.myBgColor { background-color: #DFF8BB; }

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

This div background color is #DFF8BB.

Border color

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

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

This div border color is #DFF8BB.

Opacity

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

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

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

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

This text has shadow with #DFF8BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF8BB.

Preview

Color preview on black background

This text has color #DFF8BB on black background.


Color preview on white background

This text has color #DFF8BB on white background.


Black color preview on #DFF8BB background

This text has black color on #DFF8BB background.


White color preview on #DFF8BB background

This text has white color on #DFF8BB background.


Related colors

Complementary color

Complementary color for #hex is #200744.


I love getcolorcode.com

Triadic colors

1 #BBDFF8 and #F8BBDF with #DFF8BB are triadic colors.

2 #BBF8DF and #F8DFBB with #DFF8BB are triadic colors.