COLOR #DFFBC3

HEX: #DFFBC3
RGB: (223,251,195)

Color info

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

RGB color model

#DFFBC3 color RGB value is (223,251,195).

  • red value is 223;
  • green value is 251;
  • blue value is 195.
RGB:
(223,251,195)
(87%,98%,76%)

RGB channels and saturation

R 223 of 255 = 87%
G 251 of 255 = 98%
B 195 of 255 = 76%

223
251
195

R + G + B ~ 87%. #DFFBC3 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 251 + 195 = 669 (100%)
R 223 of 669 ~ 33.33%
G 251 of 669 ~ 37.52%
B 195 of 669 ~ 29.15%

%33.33
%37.52
%29.15

CMYK color model

#DFFBC3 color CMYK value is (11,0,22,2).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 1.57%
CMYK:
(11,0,22,2)
C11M0Y22K2 
(11%,0%,22%,2%)
(0.11/0.00/0.22/0.02)	

CMYK percentages

%11.16
%0
%22.31
%1.57

Codes

Color #DFFBC3 in popluar color models

DFFBC3
RGB223251195
HSL90°87.50%87.45%
HSB/HSV90°22.31%98.43%
CMYK11.16%0.00%22.31%
1.57%

Color #DFFBC3 in popluar number systems.

HEXDFFBC3
Decimal223251195
Binary110111111111101111000011
Octal337373303

Shades and tints

Shades of #DFFBC3

#DFFBC3
(223,251,195)
#CBE5B2
(203,229,178)
#B7CFA1
(183,207,161)
#A3B990
(163,185,144)
#8FA37F
(143,163,127)
#7B8D6E
(123,141,110)
#67775D
(103,119,93)
#53614C
(83,97,76)
#3F4B3B
(63,75,59)
#2B352A
(43,53,42)
#171F19
(23,31,25)
#000000
(0,0,0)

Tints of #DFFBC3

#DFFBC3
(223,251,195)
#E1FBC8
(225,251,200)
#E3FBCD
(227,251,205)
#E5FBD2
(229,251,210)
#E7FBD7
(231,251,215)
#E9FBDC
(233,251,220)
#EBFBE1
(235,251,225)
#EDFBE6
(237,251,230)
#EFFBEB
(239,251,235)
#F1FBF0
(241,251,240)
#F3FBF5
(243,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFBC3 color. Also use rgb(223,251,195) instead hex code.

Text Font Color

.myTextColor { color: #DFFBC3; }

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

This text font color is #DFFBC3.


Background Color

.myBgColor { background-color: #DFFBC3; }

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

This div background color is #DFFBC3.


Border color

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

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

This div border color is #DFFBC3.


Opacity

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

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

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

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

This text has shadow with #DFFBC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFBC3 on black background.


Color preview on white background

This text has color #DFFBC3 on white background.



Black color preview on #DFFBC3 background

This text has black color on #DFFBC3 background.


White color preview on #DFFBC3 background

This text has white color on #DFFBC3 background.