COLOR #DFFCB9

HEX: #DFFCB9
RGB: (223,252,185)

Color info

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

RGB color model

#DFFCB9 color RGB value is (223,252,185).

  • red value is 223;
  • green value is 252;
  • blue value is 185.
RGB: (223,252,185) (87%,99%,73%)

RGB channels and saturation

R 223 of 255 = 87%
G 252 of 255 = 99%
B 185 of 255 = 73%

223
252
185

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

Portions of RGB colors in percentages

R + G + B =
223 + 252 + 185 = 660 (100%)
R 223 of 660 ~ 33.79%
G 252 of 660 ~ 38.18%
B 185 of 660 ~ 28.03%

%33.79
%38.18
%28.03

CMYK color model

#DFFCB9 color CMYK value is (12,0,27,1).

  • cyan value is 11.51%
  • magenta value is 0.00%
  • yellow value is 26.59%
  • key color value is 1.18%
CMYK: (12,0,27,1) C12M0Y27K1 (12%,0%,27%,1%) (0.12/0.00/0.27/0.01)

CMYK percentages

%11.51
%0
%26.59
%1.18

Codes

Color #DFFCB9 in popluar color models

DFFCB9
RGB223252185
HSL86°91.78%85.69%
HSB/HSV86°26.59%98.82%
CMYK11.51%0.00%26.59%
1.18%

Color #DFFCB9 in popluar number systems.

HEXDFFCB9
Decimal223252185
Binary110111111111110010111001
Octal337374271

Shades and tints

Shades of #DFFCB9

#DFFCB9
(223,252,185)
#CBE6A9
(203,230,169)
#B7D099
(183,208,153)
#A3BA89
(163,186,137)
#8FA479
(143,164,121)
#7B8E69
(123,142,105)
#677859
(103,120,89)
#536249
(83,98,73)
#3F4C39
(63,76,57)
#2B3629
(43,54,41)
#172019
(23,32,25)
#000000
(0,0,0)

Tints of #DFFCB9

#DFFCB9
(223,252,185)
#E1FCBF
(225,252,191)
#E3FCC5
(227,252,197)
#E5FCCB
(229,252,203)
#E7FCD1
(231,252,209)
#E9FCD7
(233,252,215)
#EBFCDD
(235,252,221)
#EDFCE3
(237,252,227)
#EFFCE9
(239,252,233)
#F1FCEF
(241,252,239)
#F3FCF5
(243,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFCB9 color. Also use rgb(223,252,185) instead hex code.

Text Font Color

.myTextColor { color: #DFFCB9; }

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

This text font color is #DFFCB9.


Background Color

.myBgColor { background-color: #DFFCB9; }

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

This div background color is #DFFCB9.


Border color

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

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

This div border color is #DFFCB9.


Opacity

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

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

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

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

This text has shadow with #DFFCB9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DFFCB9 on black background.


Color preview on white background

This text has color #DFFCB9 on white background.



Black color preview on #DFFCB9 background

This text has black color on #DFFCB9 background.


White color preview on #DFFCB9 background

This text has white color on #DFFCB9 background.