COLOR #DFF5BA

HEX: #DFF5BA
RGB: (223,245,186)

Color info

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

RGB color model

#DFF5BA color RGB value is (223,245,186).

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

RGB channels and saturation

R 223 of 255 = 87%
G 245 of 255 = 96%
B 186 of 255 = 73%

223
245
186

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

Portions of RGB colors in percentages

R + G + B =
223 + 245 + 186 = 654 (100%)
R 223 of 654 ~ 34.1%
G 245 of 654 ~ 37.46%
B 186 of 654 ~ 28.44%

%34.1
%37.46
%28.44

CMYK color model

#DFF5BA color CMYK value is (9,0,24,4).

  • cyan value is 8.98%
  • magenta value is 0.00%
  • yellow value is 24.08%
  • key color value is 3.92%
CMYK:
(9,0,24,4)
C9M0Y24K4 
(9%,0%,24%,4%)
(0.09/0.00/0.24/0.04)	

CMYK percentages

%8.98
%0
%24.08
%3.92

Codes

Color #DFF5BA in popluar color models

DFF5BA
RGB223245186
HSL82°74.68%84.51%
HSB/HSV82°24.08%96.08%
CMYK8.98%0.00%24.08%
3.92%

Color #DFF5BA in popluar number systems.

HEXDFF5BA
Decimal223245186
Binary110111111111010110111010
Octal337365272

Shades and tints

Shades of #DFF5BA

#DFF5BA
(223,245,186)
#CBDFAA
(203,223,170)
#B7C99A
(183,201,154)
#A3B38A
(163,179,138)
#8F9D7A
(143,157,122)
#7B876A
(123,135,106)
#67715A
(103,113,90)
#535B4A
(83,91,74)
#3F453A
(63,69,58)
#2B2F2A
(43,47,42)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #DFF5BA

#DFF5BA
(223,245,186)
#E1F5C0
(225,245,192)
#E3F5C6
(227,245,198)
#E5F5CC
(229,245,204)
#E7F5D2
(231,245,210)
#E9F5D8
(233,245,216)
#EBF5DE
(235,245,222)
#EDF5E4
(237,245,228)
#EFF5EA
(239,245,234)
#F1F5F0
(241,245,240)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF5BA; }

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

This text font color is #DFF5BA.


Background Color

.myBgColor { background-color: #DFF5BA; }

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

This div background color is #DFF5BA.


Border color

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

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

This div border color is #DFF5BA.


Opacity

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

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

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

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

This text has shadow with #DFF5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF5BA on black background.


Color preview on white background

This text has color #DFF5BA on white background.



Black color preview on #DFF5BA background

This text has black color on #DFF5BA background.


White color preview on #DFF5BA background

This text has white color on #DFF5BA background.