COLOR #DFBAC7

HEX: #DFBAC7
RGB: (223,186,199)

Color info

#DFBAC7 contains red, green and blue colors in about the same proportion. Web safe color of #DFBAC7 is #CCCCCC (or #CCC).

RGB color model

#DFBAC7 color RGB value is (223,186,199).

  • red value is 223;
  • green value is 186;
  • blue value is 199.
RGB:
(223,186,199)
(87%,73%,78%)

RGB channels and saturation

R 223 of 255 = 87%
G 186 of 255 = 73%
B 199 of 255 = 78%

223
186
199

R + G + B ~ 79%. #DFBAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 186 + 199 = 608 (100%)
R 223 of 608 ~ 36.68%
G 186 of 608 ~ 30.59%
B 199 of 608 ~ 32.73%

%36.68
%30.59
%32.73

CMYK color model

#DFBAC7 color CMYK value is (0,17,11,13).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 10.76%
  • key color value is 12.55%
CMYK:
(0,17,11,13)
C0M17Y11K13 
(0%,17%,11%,13%)
(0.00/0.17/0.11/0.13)	

CMYK percentages

%0
%16.59
%10.76
%12.55

Codes

Color #DFBAC7 in popluar color models

DFBAC7
RGB223186199
HSL339°36.63%80.20%
HSB/HSV339°16.59%87.45%
CMYK0.00%16.59%10.76%
12.55%

Color #DFBAC7 in popluar number systems.

HEXDFBAC7
Decimal223186199
Binary110111111011101011000111
Octal337272307

Shades and tints

Shades of #DFBAC7

#DFBAC7
(223,186,199)
#CBAAB5
(203,170,181)
#B79AA3
(183,154,163)
#A38A91
(163,138,145)
#8F7A7F
(143,122,127)
#7B6A6D
(123,106,109)
#675A5B
(103,90,91)
#534A49
(83,74,73)
#3F3A37
(63,58,55)
#2B2A25
(43,42,37)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #DFBAC7

#DFBAC7
(223,186,199)
#E1C0CC
(225,192,204)
#E3C6D1
(227,198,209)
#E5CCD6
(229,204,214)
#E7D2DB
(231,210,219)
#E9D8E0
(233,216,224)
#EBDEE5
(235,222,229)
#EDE4EA
(237,228,234)
#EFEAEF
(239,234,239)
#F1F0F4
(241,240,244)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBAC7 color. Also use rgb(223,186,199) instead hex code.

Text Font Color

.myTextColor { color: #DFBAC7; }

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

This text font color is #DFBAC7.


Background Color

.myBgColor { background-color: #DFBAC7; }

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

This div background color is #DFBAC7.


Border color

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

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

This div border color is #DFBAC7.


Opacity

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

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

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

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

This text has shadow with #DFBAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBAC7 on black background.


Color preview on white background

This text has color #DFBAC7 on white background.



Black color preview on #DFBAC7 background

This text has black color on #DFBAC7 background.


White color preview on #DFBAC7 background

This text has white color on #DFBAC7 background.