COLOR #DFE4B4

HEX: #DFE4B4 RGB: (223,228,180)

Color info

#DFE4B4 contains red, green and blue colors in about the same proportion. Web safe color of #DFE4B4 is #CCCCCC (or #CCC).

RGB color model

#DFE4B4 color RGB value is (223,228,180).

RGB: (223,228,180) (87%, 89%, 71%)

RGB channels and saturation

R 223 of 255 = 87%
G 228 of 255 = 89%
B 180 of 255 = 71%

223
228
180

R + G + B ~ 82%. #DFE4B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 228 + 180 = 631 (100%)
R 223 of 631 ~ 35.34%
G 228 of 631 ~ 36.13%
B 180 of 631 ~ 28.53'%

%35.34
%36.13
%28.53

CMYK color model

#DFE4B4 color CMYK value is (2,0,21,11).

  • cyan value is 2.19%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 10.59%

CMYK: (2,0,21,11)
C2M0Y21K11 (2%, 0%, 21%, 11%)
(0.02 / 0.00 / 0.21 / 0.11)

CMYK percentages

%2.19
%0
%21.05
%10.59

Codes

Color #DFE4B4 in popluar color models

DF E4 B4
RGB 223 228 180
HSL 66° 47.06% 80.00%
HSB/HSV 66° 21.05% 89.41%
CMYK 2.19% 0.00% 21.05%
10.59%

Color #DFE4B4 in popluar number systems.

HEX DF E4 B4
Decimal 223 228 180
Binary 11011111 11100100 10110100
Octal 337 344 264

Shades and tints

Shades of #DFE4B4

#DFE4B4
(223,228,180)
#CBD0A4
(203,208,164)
#B7BC94
(183,188,148)
#A3A884
(163,168,132)
#8F9474
(143,148,116)
#7B8064
(123,128,100)
#676C54
(103,108,84)
#535844
(83,88,68)
#3F4434
(63,68,52)
#2B3024
(43,48,36)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #DFE4B4

#DFE4B4
(223,228,180)
#E1E6BA
(225,230,186)
#E3E8C0
(227,232,192)
#E5EAC6
(229,234,198)
#E7ECCC
(231,236,204)
#E9EED2
(233,238,210)
#EBF0D8
(235,240,216)
#EDF2DE
(237,242,222)
#EFF4E4
(239,244,228)
#F1F6EA
(241,246,234)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE4B4 color. Also use rgb(223,228,180) instead hex code.

Text Font Color

.myTextColor { color: #DFE4B4; }

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

This text font color is #DFE4B4.

Background Color

.myBgColor { background-color: #DFE4B4; }

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

This div background color is #DFE4B4.

Border color

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

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

This div border color is #DFE4B4.

Opacity

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

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

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

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

This text has shadow with #DFE4B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE4B4.

Preview

Color preview on black background

This text has color #DFE4B4 on black background.


Color preview on white background

This text has color #DFE4B4 on white background.


Black color preview on #DFE4B4 background

This text has black color on #DFE4B4 background.


White color preview on #DFE4B4 background

This text has white color on #DFE4B4 background.


Related colors

Complementary color

Complementary color for #hex is #201B4B.


I love getcolorcode.com

Triadic colors

1 #B4DFE4 and #E4B4DF with #DFE4B4 are triadic colors.

2 #B4E4DF and #E4DFB4 with #DFE4B4 are triadic colors.