COLOR #DFBB98

HEX: #DFBB98 RGB: (223,187,152)

Color info

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

RGB color model

#DFBB98 color RGB value is (223,187,152).

RGB: (223,187,152) (87%, 73%, 60%)

RGB channels and saturation

R 223 of 255 = 87%
G 187 of 255 = 73%
B 152 of 255 = 60%

223
187
152

R + G + B ~ 73%. #DFBB98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 187 + 152 = 562 (100%)
R 223 of 562 ~ 39.68%
G 187 of 562 ~ 33.27%
B 152 of 562 ~ 27.05'%

%39.68
%33.27
%27.05

CMYK color model

#DFBB98 color CMYK value is (0,16,32,13).

  • cyan value is 0.00%
  • magenta value is 16.14%
  • yellow value is 31.84%
  • key color value is 12.55%

CMYK: (0,16,32,13)
C0M16Y32K13 (0%, 16%, 32%, 13%)
(0.00 / 0.16 / 0.32 / 0.13)

CMYK percentages

%0
%16.14
%31.84
%12.55

Codes

Color #DFBB98 in popluar color models

DF BB 98
RGB 223 187 152
HSL 30° 52.59% 73.53%
HSB/HSV 30° 31.84% 87.45%
CMYK 0.00% 16.14% 31.84%
12.55%

Color #DFBB98 in popluar number systems.

HEX DF BB 98
Decimal 223 187 152
Binary 11011111 10111011 10011000
Octal 337 273 230

Shades and tints

Shades of #DFBB98

#DFBB98
(223,187,152)
#CBAA8B
(203,170,139)
#B7997E
(183,153,126)
#A38871
(163,136,113)
#8F7764
(143,119,100)
#7B6657
(123,102,87)
#67554A
(103,85,74)
#53443D
(83,68,61)
#3F3330
(63,51,48)
#2B2223
(43,34,35)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #DFBB98

#DFBB98
(223,187,152)
#E1C1A1
(225,193,161)
#E3C7AA
(227,199,170)
#E5CDB3
(229,205,179)
#E7D3BC
(231,211,188)
#E9D9C5
(233,217,197)
#EBDFCE
(235,223,206)
#EDE5D7
(237,229,215)
#EFEBE0
(239,235,224)
#F1F1E9
(241,241,233)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBB98; }

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

This text font color is #DFBB98.

Background Color

.myBgColor { background-color: #DFBB98; }

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

This div background color is #DFBB98.

Border color

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

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

This div border color is #DFBB98.

Opacity

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

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

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

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

This text has shadow with #DFBB98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBB98.

Preview

Color preview on black background

This text has color #DFBB98 on black background.


Color preview on white background

This text has color #DFBB98 on white background.


Black color preview on #DFBB98 background

This text has black color on #DFBB98 background.


White color preview on #DFBB98 background

This text has white color on #DFBB98 background.


Related colors

Complementary color

Complementary color for #hex is #204467.


I love getcolorcode.com

Triadic colors

1 #98DFBB and #BB98DF with #DFBB98 are triadic colors.

2 #98BBDF and #BBDF98 with #DFBB98 are triadic colors.