COLOR #DFACBD

HEX: #DFACBD
RGB: (223,172,189)

Color info

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

RGB color model

#DFACBD color RGB value is (223,172,189).

  • red value is 223;
  • green value is 172;
  • blue value is 189.
RGB:
(223,172,189)
(87%,67%,74%)

RGB channels and saturation

R 223 of 255 = 87%
G 172 of 255 = 67%
B 189 of 255 = 74%

223
172
189

R + G + B ~ 76%. #DFACBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 172 + 189 = 584 (100%)
R 223 of 584 ~ 38.18%
G 172 of 584 ~ 29.45%
B 189 of 584 ~ 32.36%

%38.18
%29.45
%32.36

CMYK color model

#DFACBD color CMYK value is (0,23,15,13).

  • cyan value is 0.00%
  • magenta value is 22.87%
  • yellow value is 15.25%
  • key color value is 12.55%
CMYK:
(0,23,15,13)
C0M23Y15K13 
(0%,23%,15%,13%)
(0.00/0.23/0.15/0.13)	

CMYK percentages

%0
%22.87
%15.25
%12.55

Codes

Color #DFACBD in popluar color models

DFACBD
RGB223172189
HSL340°44.35%77.45%
HSB/HSV340°22.87%87.45%
CMYK0.00%22.87%15.25%
12.55%

Color #DFACBD in popluar number systems.

HEXDFACBD
Decimal223172189
Binary110111111010110010111101
Octal337254275

Shades and tints

Shades of #DFACBD

#DFACBD
(223,172,189)
#CB9DAC
(203,157,172)
#B78E9B
(183,142,155)
#A37F8A
(163,127,138)
#8F7079
(143,112,121)
#7B6168
(123,97,104)
#675257
(103,82,87)
#534346
(83,67,70)
#3F3435
(63,52,53)
#2B2524
(43,37,36)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #DFACBD

#DFACBD
(223,172,189)
#E1B3C3
(225,179,195)
#E3BAC9
(227,186,201)
#E5C1CF
(229,193,207)
#E7C8D5
(231,200,213)
#E9CFDB
(233,207,219)
#EBD6E1
(235,214,225)
#EDDDE7
(237,221,231)
#EFE4ED
(239,228,237)
#F1EBF3
(241,235,243)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFACBD; }

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

This text font color is #DFACBD.


Background Color

.myBgColor { background-color: #DFACBD; }

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

This div background color is #DFACBD.


Border color

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

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

This div border color is #DFACBD.


Opacity

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

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

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

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

This text has shadow with #DFACBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFACBD on black background.


Color preview on white background

This text has color #DFACBD on white background.



Black color preview on #DFACBD background

This text has black color on #DFACBD background.


White color preview on #DFACBD background

This text has white color on #DFACBD background.