COLOR #DFF5B4

HEX: #DFF5B4
RGB: (223,245,180)

Color info

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

RGB color model

#DFF5B4 color RGB value is (223,245,180).

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

RGB channels and saturation

R 223 of 255 = 87%
G 245 of 255 = 96%
B 180 of 255 = 71%

223
245
180

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

Portions of RGB colors in percentages

R + G + B =
223 + 245 + 180 = 648 (100%)
R 223 of 648 ~ 34.41%
G 245 of 648 ~ 37.81%
B 180 of 648 ~ 27.78%

%34.41
%37.81
%27.78

CMYK color model

#DFF5B4 color CMYK value is (9,0,27,4).

  • cyan value is 8.98%
  • magenta value is 0.00%
  • yellow value is 26.53%
  • key color value is 3.92%
CMYK:
(9,0,27,4)
C9M0Y27K4 
(9%,0%,27%,4%)
(0.09/0.00/0.27/0.04)	

CMYK percentages

%8.98
%0
%26.53
%3.92

Codes

Color #DFF5B4 in popluar color models

DFF5B4
RGB223245180
HSL80°76.47%83.33%
HSB/HSV80°26.53%96.08%
CMYK8.98%0.00%26.53%
3.92%

Color #DFF5B4 in popluar number systems.

HEXDFF5B4
Decimal223245180
Binary110111111111010110110100
Octal337365264

Shades and tints

Shades of #DFF5B4

#DFF5B4
(223,245,180)
#CBDFA4
(203,223,164)
#B7C994
(183,201,148)
#A3B384
(163,179,132)
#8F9D74
(143,157,116)
#7B8764
(123,135,100)
#677154
(103,113,84)
#535B44
(83,91,68)
#3F4534
(63,69,52)
#2B2F24
(43,47,36)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #DFF5B4

#DFF5B4
(223,245,180)
#E1F5BA
(225,245,186)
#E3F5C0
(227,245,192)
#E5F5C6
(229,245,198)
#E7F5CC
(231,245,204)
#E9F5D2
(233,245,210)
#EBF5D8
(235,245,216)
#EDF5DE
(237,245,222)
#EFF5E4
(239,245,228)
#F1F5EA
(241,245,234)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF5B4; }

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

This text font color is #DFF5B4.


Background Color

.myBgColor { background-color: #DFF5B4; }

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

This div background color is #DFF5B4.


Border color

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

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

This div border color is #DFF5B4.


Opacity

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

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

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

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

This text has shadow with #DFF5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF5B4 on black background.


Color preview on white background

This text has color #DFF5B4 on white background.



Black color preview on #DFF5B4 background

This text has black color on #DFF5B4 background.


White color preview on #DFF5B4 background

This text has white color on #DFF5B4 background.