COLOR #DFAB92

HEX: #DFAB92 RGB: (223,171,146)

Color info

#DFAB92 contains mainly red and green colors. Web safe color of #DFAB92 is #CC9999 (or #C99).

RGB color model

#DFAB92 color RGB value is (223,171,146).

RGB: (223,171,146) (87%, 67%, 57%)

RGB channels and saturation

R 223 of 255 = 87%
G 171 of 255 = 67%
B 146 of 255 = 57%

223
171
146

R + G + B ~ 70%. #DFAB92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 171 + 146 = 540 (100%)
R 223 of 540 ~ 41.3%
G 171 of 540 ~ 31.67%
B 146 of 540 ~ 27.04'%

%41.3
%31.67
%27.04

CMYK color model

#DFAB92 color CMYK value is (0,23,35,13).

  • cyan value is 0.00%
  • magenta value is 23.32%
  • yellow value is 34.53%
  • key color value is 12.55%

CMYK: (0,23,35,13)
C0M23Y35K13 (0%, 23%, 35%, 13%)
(0.00 / 0.23 / 0.35 / 0.13)

CMYK percentages

%0
%23.32
%34.53
%12.55

Codes

Color #DFAB92 in popluar color models

DF AB 92
RGB 223 171 146
HSL 19° 54.61% 72.35%
HSB/HSV 19° 34.53% 87.45%
CMYK 0.00% 23.32% 34.53%
12.55%

Color #DFAB92 in popluar number systems.

HEX DF AB 92
Decimal 223 171 146
Binary 11011111 10101011 10010010
Octal 337 253 222

Shades and tints

Shades of #DFAB92

#DFAB92
(223,171,146)
#CB9C85
(203,156,133)
#B78D78
(183,141,120)
#A37E6B
(163,126,107)
#8F6F5E
(143,111,94)
#7B6051
(123,96,81)
#675144
(103,81,68)
#534237
(83,66,55)
#3F332A
(63,51,42)
#2B241D
(43,36,29)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #DFAB92

#DFAB92
(223,171,146)
#E1B29B
(225,178,155)
#E3B9A4
(227,185,164)
#E5C0AD
(229,192,173)
#E7C7B6
(231,199,182)
#E9CEBF
(233,206,191)
#EBD5C8
(235,213,200)
#EDDCD1
(237,220,209)
#EFE3DA
(239,227,218)
#F1EAE3
(241,234,227)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAB92 color. Also use rgb(223,171,146) instead hex code.

Text Font Color

.myTextColor { color: #DFAB92; }

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

This text font color is #DFAB92.

Background Color

.myBgColor { background-color: #DFAB92; }

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

This div background color is #DFAB92.

Border color

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

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

This div border color is #DFAB92.

Opacity

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

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

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

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

This text has shadow with #DFAB92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFAB92.

Preview

Color preview on black background

This text has color #DFAB92 on black background.


Color preview on white background

This text has color #DFAB92 on white background.


Black color preview on #DFAB92 background

This text has black color on #DFAB92 background.


White color preview on #DFAB92 background

This text has white color on #DFAB92 background.


Related colors

Complementary color

Complementary color for #hex is #20546D.


I love getcolorcode.com

Triadic colors

1 #92DFAB and #AB92DF with #DFAB92 are triadic colors.

2 #92ABDF and #ABDF92 with #DFAB92 are triadic colors.