COLOR #DFBAC2

HEX: #DFBAC2 RGB: (223,186,194)

Color info

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

RGB color model

#DFBAC2 color RGB value is (223,186,194).

RGB: (223,186,194) (87%, 73%, 76%)

RGB channels and saturation

R 223 of 255 = 87%
G 186 of 255 = 73%
B 194 of 255 = 76%

223
186
194

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

Portions of RGB colors in percentages

R + G + B = 223 + 186 + 194 = 603 (100%)
R 223 of 603 ~ 36.98%
G 186 of 603 ~ 30.85%
B 194 of 603 ~ 32.17'%

%36.98
%30.85
%32.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 13.00%
  • key color value is 12.55%
CMYK: (0,17,13,13) C0M17Y13K13 (0%,17%,13%,13%) (0.00/0.17/0.13/0.13) 

CMYK percentages

%0
%16.59
%13
%12.55

Codes

Color #DFBAC2 in popluar color models

DF BA C2
RGB 223 186 194
HSL 347° 36.63% 80.20%
HSB/HSV 347° 16.59% 87.45%
CMYK 0.00% 16.59% 13.00%
12.55%

Color #DFBAC2 in popluar number systems.

HEX DF BA C2
Decimal 223 186 194
Binary 11011111 10111010 11000010
Octal 337 272 302

Shades and tints

Shades of #DFBAC2

#DFBAC2
(223,186,194)
#CBAAB1
(203,170,177)
#B79AA0
(183,154,160)
#A38A8F
(163,138,143)
#8F7A7E
(143,122,126)
#7B6A6D
(123,106,109)
#675A5C
(103,90,92)
#534A4B
(83,74,75)
#3F3A3A
(63,58,58)
#2B2A29
(43,42,41)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #DFBAC2

#DFBAC2
(223,186,194)
#E1C0C7
(225,192,199)
#E3C6CC
(227,198,204)
#E5CCD1
(229,204,209)
#E7D2D6
(231,210,214)
#E9D8DB
(233,216,219)
#EBDEE0
(235,222,224)
#EDE4E5
(237,228,229)
#EFEAEA
(239,234,234)
#F1F0EF
(241,240,239)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBAC2; }

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

This text font color is #DFBAC2.

Background Color

.myBgColor { background-color: #DFBAC2; }

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

This div background color is #DFBAC2.

Border color

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

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

This div border color is #DFBAC2.

Opacity

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

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

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

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

This text has shadow with #DFBAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBAC2.

Preview

Color preview on black background

This text has color #DFBAC2 on black background.


Color preview on white background

This text has color #DFBAC2 on white background.


Black color preview on #DFBAC2 background

This text has black color on #DFBAC2 background.


White color preview on #DFBAC2 background

This text has white color on #DFBAC2 background.


Related colors

Complementary color

Complementary color for #hex is #20453D.


I love getcolorcode.com

Triadic colors

1 #C2DFBA and #BAC2DF with #DFBAC2 are triadic colors.

2 #C2BADF and #BADFC2 with #DFBAC2 are triadic colors.