COLOR #DFF5B1

HEX: #DFF5B1
RGB: (223,245,177)

Color info

#DFF5B1 contains mainly red and green colors. Web safe color of #DFF5B1 is #CCFF99 (or #CF9).

RGB color model

#DFF5B1 color RGB value is (223,245,177).

  • red value is 223;
  • green value is 245;
  • blue value is 177.
RGB:
(223,245,177)
(87%,96%,69%)

RGB channels and saturation

R 223 of 255 = 87%
G 245 of 255 = 96%
B 177 of 255 = 69%

223
245
177

R + G + B ~ 84%. #DFF5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 245 + 177 = 645 (100%)
R 223 of 645 ~ 34.57%
G 245 of 645 ~ 37.98%
B 177 of 645 ~ 27.44%

%34.57
%37.98
%27.44

CMYK color model

#DFF5B1 color CMYK value is (9,0,28,4).

  • cyan value is 8.98%
  • magenta value is 0.00%
  • yellow value is 27.76%
  • key color value is 3.92%
CMYK:
(9,0,28,4)
C9M0Y28K4 
(9%,0%,28%,4%)
(0.09/0.00/0.28/0.04)	

CMYK percentages

%8.98
%0
%27.76
%3.92

Codes

Color #DFF5B1 in popluar color models

DFF5B1
RGB223245177
HSL79°77.27%82.75%
HSB/HSV79°27.76%96.08%
CMYK8.98%0.00%27.76%
3.92%

Color #DFF5B1 in popluar number systems.

HEXDFF5B1
Decimal223245177
Binary110111111111010110110001
Octal337365261

Shades and tints

Shades of #DFF5B1

#DFF5B1
(223,245,177)
#CBDFA1
(203,223,161)
#B7C991
(183,201,145)
#A3B381
(163,179,129)
#8F9D71
(143,157,113)
#7B8761
(123,135,97)
#677151
(103,113,81)
#535B41
(83,91,65)
#3F4531
(63,69,49)
#2B2F21
(43,47,33)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #DFF5B1

#DFF5B1
(223,245,177)
#E1F5B8
(225,245,184)
#E3F5BF
(227,245,191)
#E5F5C6
(229,245,198)
#E7F5CD
(231,245,205)
#E9F5D4
(233,245,212)
#EBF5DB
(235,245,219)
#EDF5E2
(237,245,226)
#EFF5E9
(239,245,233)
#F1F5F0
(241,245,240)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF5B1 color. Also use rgb(223,245,177) instead hex code.

Text Font Color

.myTextColor { color: #DFF5B1; }

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

This text font color is #DFF5B1.


Background Color

.myBgColor { background-color: #DFF5B1; }

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

This div background color is #DFF5B1.


Border color

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

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

This div border color is #DFF5B1.


Opacity

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

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

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

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

This text has shadow with #DFF5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF5B1 on black background.


Color preview on white background

This text has color #DFF5B1 on white background.



Black color preview on #DFF5B1 background

This text has black color on #DFF5B1 background.


White color preview on #DFF5B1 background

This text has white color on #DFF5B1 background.