COLOR #DFACB6

HEX: #DFACB6 RGB: (223,172,182)

Color info

#DFACB6 contains red, green and blue colors in about the same proportion. Web safe color of #DFACB6 is #CC99CC (or #C9C).

RGB color model

#DFACB6 color RGB value is (223,172,182).

RGB: (223,172,182) (87%, 67%, 71%)

RGB channels and saturation

R 223 of 255 = 87%
G 172 of 255 = 67%
B 182 of 255 = 71%

223
172
182

R + G + B ~ 75%. #DFACB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 172 + 182 = 577 (100%)
R 223 of 577 ~ 38.65%
G 172 of 577 ~ 29.81%
B 182 of 577 ~ 31.54'%

%38.65
%29.81
%31.54

CMYK color model

#DFACB6 color CMYK value is (0,23,18,13).

  • cyan value is 0.00%
  • magenta value is 22.87%
  • yellow value is 18.39%
  • key color value is 12.55%

CMYK: (0,23,18,13)
C0M23Y18K13 (0%, 23%, 18%, 13%)
(0.00 / 0.23 / 0.18 / 0.13)

CMYK percentages

%0
%22.87
%18.39
%12.55

Codes

Color #DFACB6 in popluar color models

DF AC B6
RGB 223 172 182
HSL 348° 44.35% 77.45%
HSB/HSV 348° 22.87% 87.45%
CMYK 0.00% 22.87% 18.39%
12.55%

Color #DFACB6 in popluar number systems.

HEX DF AC B6
Decimal 223 172 182
Binary 11011111 10101100 10110110
Octal 337 254 266

Shades and tints

Shades of #DFACB6

#DFACB6
(223,172,182)
#CB9DA6
(203,157,166)
#B78E96
(183,142,150)
#A37F86
(163,127,134)
#8F7076
(143,112,118)
#7B6166
(123,97,102)
#675256
(103,82,86)
#534346
(83,67,70)
#3F3436
(63,52,54)
#2B2526
(43,37,38)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #DFACB6

#DFACB6
(223,172,182)
#E1B3BC
(225,179,188)
#E3BAC2
(227,186,194)
#E5C1C8
(229,193,200)
#E7C8CE
(231,200,206)
#E9CFD4
(233,207,212)
#EBD6DA
(235,214,218)
#EDDDE0
(237,221,224)
#EFE4E6
(239,228,230)
#F1EBEC
(241,235,236)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFACB6 color. Also use rgb(223,172,182) instead hex code.

Text Font Color

.myTextColor { color: #DFACB6; }

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

This text font color is #DFACB6.

Background Color

.myBgColor { background-color: #DFACB6; }

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

This div background color is #DFACB6.

Border color

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

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

This div border color is #DFACB6.

Opacity

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

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

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

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

This text has shadow with #DFACB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFACB6.

Preview

Color preview on black background

This text has color #DFACB6 on black background.


Color preview on white background

This text has color #DFACB6 on white background.


Black color preview on #DFACB6 background

This text has black color on #DFACB6 background.


White color preview on #DFACB6 background

This text has white color on #DFACB6 background.


Related colors

Complementary color

Complementary color for #hex is #205349.


I love getcolorcode.com

Triadic colors

1 #B6DFAC and #ACB6DF with #DFACB6 are triadic colors.

2 #B6ACDF and #ACDFB6 with #DFACB6 are triadic colors.