COLOR #DFFABF

HEX: #DFFABF
RGB: (223,250,191)

Color info

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

RGB color model

#DFFABF color RGB value is (223,250,191).

  • red value is 223;
  • green value is 250;
  • blue value is 191.
RGB:
(223,250,191)
(87%,98%,75%)

RGB channels and saturation

R 223 of 255 = 87%
G 250 of 255 = 98%
B 191 of 255 = 75%

223
250
191

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

Portions of RGB colors in percentages

R + G + B =
223 + 250 + 191 = 664 (100%)
R 223 of 664 ~ 33.58%
G 250 of 664 ~ 37.65%
B 191 of 664 ~ 28.77%

%33.58
%37.65
%28.77

CMYK color model

#DFFABF color CMYK value is (11,0,24,2).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 23.60%
  • key color value is 1.96%
CMYK:
(11,0,24,2)
C11M0Y24K2 
(11%,0%,24%,2%)
(0.11/0.00/0.24/0.02)	

CMYK percentages

%10.8
%0
%23.6
%1.96

Codes

Color #DFFABF in popluar color models

DFFABF
RGB223250191
HSL87°85.51%86.47%
HSB/HSV87°23.60%98.04%
CMYK10.80%0.00%23.60%
1.96%

Color #DFFABF in popluar number systems.

HEXDFFABF
Decimal223250191
Binary110111111111101010111111
Octal337372277

Shades and tints

Shades of #DFFABF

#DFFABF
(223,250,191)
#CBE4AE
(203,228,174)
#B7CE9D
(183,206,157)
#A3B88C
(163,184,140)
#8FA27B
(143,162,123)
#7B8C6A
(123,140,106)
#677659
(103,118,89)
#536048
(83,96,72)
#3F4A37
(63,74,55)
#2B3426
(43,52,38)
#171E15
(23,30,21)
#000000
(0,0,0)

Tints of #DFFABF

#DFFABF
(223,250,191)
#E1FAC4
(225,250,196)
#E3FAC9
(227,250,201)
#E5FACE
(229,250,206)
#E7FAD3
(231,250,211)
#E9FAD8
(233,250,216)
#EBFADD
(235,250,221)
#EDFAE2
(237,250,226)
#EFFAE7
(239,250,231)
#F1FAEC
(241,250,236)
#F3FAF1
(243,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFABF color. Also use rgb(223,250,191) instead hex code.

Text Font Color

.myTextColor { color: #DFFABF; }

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

This text font color is #DFFABF.


Background Color

.myBgColor { background-color: #DFFABF; }

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

This div background color is #DFFABF.


Border color

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

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

This div border color is #DFFABF.


Opacity

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

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

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

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

This text has shadow with #DFFABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFABF on black background.


Color preview on white background

This text has color #DFFABF on white background.



Black color preview on #DFFABF background

This text has black color on #DFFABF background.


White color preview on #DFFABF background

This text has white color on #DFFABF background.