COLOR #DFF2AB

HEX: #DFF2AB RGB: (223,242,171)

Color info

#DFF2AB contains mainly red and green colors. Web safe color of #DFF2AB is #CCFF99 (or #CF9).

RGB color model

#DFF2AB color RGB value is (223,242,171).

RGB: (223,242,171) (87%, 95%, 67%)

RGB channels and saturation

R 223 of 255 = 87%
G 242 of 255 = 95%
B 171 of 255 = 67%

223
242
171

R + G + B ~ 83%. #DFF2AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 242 + 171 = 636 (100%)
R 223 of 636 ~ 35.06%
G 242 of 636 ~ 38.05%
B 171 of 636 ~ 26.89'%

%35.06
%38.05
%26.89

CMYK color model

#DFF2AB color CMYK value is (8,0,29,5).

  • cyan value is 7.85%
  • magenta value is 0.00%
  • yellow value is 29.34%
  • key color value is 5.10%

CMYK: (8,0,29,5)
C8M0Y29K5 (8%, 0%, 29%, 5%)
(0.08 / 0.00 / 0.29 / 0.05)

CMYK percentages

%7.85
%0
%29.34
%5.1

Codes

Color #DFF2AB in popluar color models

DF F2 AB
RGB 223 242 171
HSL 76° 73.20% 80.98%
HSB/HSV 76° 29.34% 94.90%
CMYK 7.85% 0.00% 29.34%
5.10%

Color #DFF2AB in popluar number systems.

HEX DF F2 AB
Decimal 223 242 171
Binary 11011111 11110010 10101011
Octal 337 362 253

Shades and tints

Shades of #DFF2AB

#DFF2AB
(223,242,171)
#CBDC9C
(203,220,156)
#B7C68D
(183,198,141)
#A3B07E
(163,176,126)
#8F9A6F
(143,154,111)
#7B8460
(123,132,96)
#676E51
(103,110,81)
#535842
(83,88,66)
#3F4233
(63,66,51)
#2B2C24
(43,44,36)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #DFF2AB

#DFF2AB
(223,242,171)
#E1F3B2
(225,243,178)
#E3F4B9
(227,244,185)
#E5F5C0
(229,245,192)
#E7F6C7
(231,246,199)
#E9F7CE
(233,247,206)
#EBF8D5
(235,248,213)
#EDF9DC
(237,249,220)
#EFFAE3
(239,250,227)
#F1FBEA
(241,251,234)
#F3FCF1
(243,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF2AB color. Also use rgb(223,242,171) instead hex code.

Text Font Color

.myTextColor { color: #DFF2AB; }

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

This text font color is #DFF2AB.

Background Color

.myBgColor { background-color: #DFF2AB; }

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

This div background color is #DFF2AB.

Border color

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

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

This div border color is #DFF2AB.

Opacity

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

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

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

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

This text has shadow with #DFF2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF2AB.

Preview

Color preview on black background

This text has color #DFF2AB on black background.


Color preview on white background

This text has color #DFF2AB on white background.


Black color preview on #DFF2AB background

This text has black color on #DFF2AB background.


White color preview on #DFF2AB background

This text has white color on #DFF2AB background.


Related colors

Complementary color

Complementary color for #hex is #200D54.


I love getcolorcode.com

Triadic colors

1 #ABDFF2 and #F2ABDF with #DFF2AB are triadic colors.

2 #ABF2DF and #F2DFAB with #DFF2AB are triadic colors.