COLOR #DFBB89

HEX: #DFBB89
RGB: (223,187,137)

Color info

#DFBB89 contains mainly red and green colors. Web safe color of #DFBB89 is #CCCC99 (or #CC9).

RGB color model

#DFBB89 color RGB value is (223,187,137).

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

RGB channels and saturation

R 223 of 255 = 87%
G 187 of 255 = 73%
B 137 of 255 = 54%

223
187
137

R + G + B ~ 71%. #DFBB89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 187 + 137 = 547 (100%)
R 223 of 547 ~ 40.77%
G 187 of 547 ~ 34.19%
B 137 of 547 ~ 25.05%

%40.77
%34.19
%25.05

CMYK color model

#DFBB89 color CMYK value is (0,16,39,13).

  • cyan value is 0.00%
  • magenta value is 16.14%
  • yellow value is 38.57%
  • key color value is 12.55%
CMYK:
(0,16,39,13)
C0M16Y39K13 
(0%,16%,39%,13%)
(0.00/0.16/0.39/0.13)	

CMYK percentages

%0
%16.14
%38.57
%12.55

Codes

Color #DFBB89 in popluar color models

DFBB89
RGB223187137
HSL35°57.33%70.59%
HSB/HSV35°38.57%87.45%
CMYK0.00%16.14%38.57%
12.55%

Color #DFBB89 in popluar number systems.

HEXDFBB89
Decimal223187137
Binary110111111011101110001001
Octal337273211

Shades and tints

Shades of #DFBB89

#DFBB89
(223,187,137)
#CBAA7D
(203,170,125)
#B79971
(183,153,113)
#A38865
(163,136,101)
#8F7759
(143,119,89)
#7B664D
(123,102,77)
#675541
(103,85,65)
#534435
(83,68,53)
#3F3329
(63,51,41)
#2B221D
(43,34,29)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #DFBB89

#DFBB89
(223,187,137)
#E1C193
(225,193,147)
#E3C79D
(227,199,157)
#E5CDA7
(229,205,167)
#E7D3B1
(231,211,177)
#E9D9BB
(233,217,187)
#EBDFC5
(235,223,197)
#EDE5CF
(237,229,207)
#EFEBD9
(239,235,217)
#F1F1E3
(241,241,227)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBB89; }

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

This text font color is #DFBB89.


Background Color

.myBgColor { background-color: #DFBB89; }

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

This div background color is #DFBB89.


Border color

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

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

This div border color is #DFBB89.


Opacity

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

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

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

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

This text has shadow with #DFBB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBB89 on black background.


Color preview on white background

This text has color #DFBB89 on white background.



Black color preview on #DFBB89 background

This text has black color on #DFBB89 background.


White color preview on #DFBB89 background

This text has white color on #DFBB89 background.