COLOR #DFF3A8

HEX: #DFF3A8 RGB: (223,243,168)

Color info

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

RGB color model

#DFF3A8 color RGB value is (223,243,168).

RGB: (223,243,168) (87%, 95%, 66%)

RGB channels and saturation

R 223 of 255 = 87%
G 243 of 255 = 95%
B 168 of 255 = 66%

223
243
168

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

Portions of RGB colors in percentages

R + G + B = 223 + 243 + 168 = 634 (100%)
R 223 of 634 ~ 35.17%
G 243 of 634 ~ 38.33%
B 168 of 634 ~ 26.5'%

%35.17
%38.33
%26.5

CMYK color model

#DFF3A8 color CMYK value is (8,0,31,5).

  • cyan value is 8.23%
  • magenta value is 0.00%
  • yellow value is 30.86%
  • key color value is 4.71%

CMYK: (8,0,31,5)
C8M0Y31K5 (8%, 0%, 31%, 5%)
(0.08 / 0.00 / 0.31 / 0.05)

CMYK percentages

%8.23
%0
%30.86
%4.71

Codes

Color #DFF3A8 in popluar color models

DF F3 A8
RGB 223 243 168
HSL 76° 75.76% 80.59%
HSB/HSV 76° 30.86% 95.29%
CMYK 8.23% 0.00% 30.86%
4.71%

Color #DFF3A8 in popluar number systems.

HEX DF F3 A8
Decimal 223 243 168
Binary 11011111 11110011 10101000
Octal 337 363 250

Shades and tints

Shades of #DFF3A8

#DFF3A8
(223,243,168)
#CBDD99
(203,221,153)
#B7C78A
(183,199,138)
#A3B17B
(163,177,123)
#8F9B6C
(143,155,108)
#7B855D
(123,133,93)
#676F4E
(103,111,78)
#53593F
(83,89,63)
#3F4330
(63,67,48)
#2B2D21
(43,45,33)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #DFF3A8

#DFF3A8
(223,243,168)
#E1F4AF
(225,244,175)
#E3F5B6
(227,245,182)
#E5F6BD
(229,246,189)
#E7F7C4
(231,247,196)
#E9F8CB
(233,248,203)
#EBF9D2
(235,249,210)
#EDFAD9
(237,250,217)
#EFFBE0
(239,251,224)
#F1FCE7
(241,252,231)
#F3FDEE
(243,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF3A8 color. Also use rgb(223,243,168) instead hex code.

Text Font Color

.myTextColor { color: #DFF3A8; }

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

This text font color is #DFF3A8.

Background Color

.myBgColor { background-color: #DFF3A8; }

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

This div background color is #DFF3A8.

Border color

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

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

This div border color is #DFF3A8.

Opacity

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

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

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

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

This text has shadow with #DFF3A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF3A8.

Preview

Color preview on black background

This text has color #DFF3A8 on black background.


Color preview on white background

This text has color #DFF3A8 on white background.


Black color preview on #DFF3A8 background

This text has black color on #DFF3A8 background.


White color preview on #DFF3A8 background

This text has white color on #DFF3A8 background.


Related colors

Complementary color

Complementary color for #hex is #200C57.


I love getcolorcode.com

Triadic colors

1 #A8DFF3 and #F3A8DF with #DFF3A8 are triadic colors.

2 #A8F3DF and #F3DFA8 with #DFF3A8 are triadic colors.