COLOR #DFF8B5

HEX: #DFF8B5 RGB: (223,248,181)

Color info

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

RGB color model

#DFF8B5 color RGB value is (223,248,181).

RGB: (223,248,181) (87%, 97%, 71%)

RGB channels and saturation

R 223 of 255 = 87%
G 248 of 255 = 97%
B 181 of 255 = 71%

223
248
181

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

Portions of RGB colors in percentages

R + G + B = 223 + 248 + 181 = 652 (100%)
R 223 of 652 ~ 34.2%
G 248 of 652 ~ 38.04%
B 181 of 652 ~ 27.76'%

%34.2
%38.04
%27.76

CMYK color model

#DFF8B5 color CMYK value is (10,0,27,3).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 27.02%
  • key color value is 2.75%
CMYK: (10,0,27,3) C10M0Y27K3 (10%,0%,27%,3%) (0.10/0.00/0.27/0.03) 

CMYK percentages

%10.08
%0
%27.02
%2.75

Codes

Color #DFF8B5 in popluar color models

DF F8 B5
RGB 223 248 181
HSL 82° 82.72% 84.12%
HSB/HSV 82° 27.02% 97.25%
CMYK 10.08% 0.00% 27.02%
2.75%

Color #DFF8B5 in popluar number systems.

HEX DF F8 B5
Decimal 223 248 181
Binary 11011111 11111000 10110101
Octal 337 370 265

Shades and tints

Shades of #DFF8B5

#DFF8B5
(223,248,181)
#CBE2A5
(203,226,165)
#B7CC95
(183,204,149)
#A3B685
(163,182,133)
#8FA075
(143,160,117)
#7B8A65
(123,138,101)
#677455
(103,116,85)
#535E45
(83,94,69)
#3F4835
(63,72,53)
#2B3225
(43,50,37)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #DFF8B5

#DFF8B5
(223,248,181)
#E1F8BB
(225,248,187)
#E3F8C1
(227,248,193)
#E5F8C7
(229,248,199)
#E7F8CD
(231,248,205)
#E9F8D3
(233,248,211)
#EBF8D9
(235,248,217)
#EDF8DF
(237,248,223)
#EFF8E5
(239,248,229)
#F1F8EB
(241,248,235)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF8B5; }

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

This text font color is #DFF8B5.

Background Color

.myBgColor { background-color: #DFF8B5; }

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

This div background color is #DFF8B5.

Border color

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

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

This div border color is #DFF8B5.

Opacity

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

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

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

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

This text has shadow with #DFF8B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF8B5.

Preview

Color preview on black background

This text has color #DFF8B5 on black background.


Color preview on white background

This text has color #DFF8B5 on white background.


Black color preview on #DFF8B5 background

This text has black color on #DFF8B5 background.


White color preview on #DFF8B5 background

This text has white color on #DFF8B5 background.


Related colors

Complementary color

Complementary color for #hex is #20074A.


I love getcolorcode.com

Triadic colors

1 #B5DFF8 and #F8B5DF with #DFF8B5 are triadic colors.

2 #B5F8DF and #F8DFB5 with #DFF8B5 are triadic colors.