COLOR #DFE6BB

HEX: #DFE6BB
RGB: (223,230,187)

Color info

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

RGB color model

#DFE6BB color RGB value is (223,230,187).

  • red value is 223;
  • green value is 230;
  • blue value is 187.
RGB:
(223,230,187)
(87%,90%,73%)

RGB channels and saturation

R 223 of 255 = 87%
G 230 of 255 = 90%
B 187 of 255 = 73%

223
230
187

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

Portions of RGB colors in percentages

R + G + B =
223 + 230 + 187 = 640 (100%)
R 223 of 640 ~ 34.84%
G 230 of 640 ~ 35.94%
B 187 of 640 ~ 29.22%

%34.84
%35.94
%29.22

CMYK color model

#DFE6BB color CMYK value is (3,0,19,10).

  • cyan value is 3.04%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 9.80%
CMYK:
(3,0,19,10)
C3M0Y19K10 
(3%,0%,19%,10%)
(0.03/0.00/0.19/0.10)	

CMYK percentages

%3.04
%0
%18.7
%9.8

Codes

Color #DFE6BB in popluar color models

DFE6BB
RGB223230187
HSL70°46.24%81.76%
HSB/HSV70°18.70%90.20%
CMYK3.04%0.00%18.70%
9.80%

Color #DFE6BB in popluar number systems.

HEXDFE6BB
Decimal223230187
Binary110111111110011010111011
Octal337346273

Shades and tints

Shades of #DFE6BB

#DFE6BB
(223,230,187)
#CBD2AA
(203,210,170)
#B7BE99
(183,190,153)
#A3AA88
(163,170,136)
#8F9677
(143,150,119)
#7B8266
(123,130,102)
#676E55
(103,110,85)
#535A44
(83,90,68)
#3F4633
(63,70,51)
#2B3222
(43,50,34)
#171E11
(23,30,17)
#000000
(0,0,0)

Tints of #DFE6BB

#DFE6BB
(223,230,187)
#E1E8C1
(225,232,193)
#E3EAC7
(227,234,199)
#E5ECCD
(229,236,205)
#E7EED3
(231,238,211)
#E9F0D9
(233,240,217)
#EBF2DF
(235,242,223)
#EDF4E5
(237,244,229)
#EFF6EB
(239,246,235)
#F1F8F1
(241,248,241)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE6BB color. Also use rgb(223,230,187) instead hex code.

Text Font Color

.myTextColor { color: #DFE6BB; }

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

This text font color is #DFE6BB.


Background Color

.myBgColor { background-color: #DFE6BB; }

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

This div background color is #DFE6BB.


Border color

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

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

This div border color is #DFE6BB.


Opacity

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

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

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

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

This text has shadow with #DFE6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE6BB on black background.


Color preview on white background

This text has color #DFE6BB on white background.



Black color preview on #DFE6BB background

This text has black color on #DFE6BB background.


White color preview on #DFE6BB background

This text has white color on #DFE6BB background.