COLOR #DFABBA

HEX: #DFABBA RGB: (223,171,186)

Color info

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

RGB color model

#DFABBA color RGB value is (223,171,186).

RGB: (223,171,186) (87%, 67%, 73%)

RGB channels and saturation

R 223 of 255 = 87%
G 171 of 255 = 67%
B 186 of 255 = 73%

223
171
186

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

Portions of RGB colors in percentages

R + G + B = 223 + 171 + 186 = 580 (100%)
R 223 of 580 ~ 38.45%
G 171 of 580 ~ 29.48%
B 186 of 580 ~ 32.07'%

%38.45
%29.48
%32.07

CMYK color model

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

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

CMYK: (0,23,17,13)
C0M23Y17K13 (0%, 23%, 17%, 13%)
(0.00 / 0.23 / 0.17 / 0.13)

CMYK percentages

%0
%23.32
%16.59
%12.55

Codes

Color #DFABBA in popluar color models

DF AB BA
RGB 223 171 186
HSL 343° 44.83% 77.25%
HSB/HSV 343° 23.32% 87.45%
CMYK 0.00% 23.32% 16.59%
12.55%

Color #DFABBA in popluar number systems.

HEX DF AB BA
Decimal 223 171 186
Binary 11011111 10101011 10111010
Octal 337 253 272

Shades and tints

Shades of #DFABBA

#DFABBA
(223,171,186)
#CB9CAA
(203,156,170)
#B78D9A
(183,141,154)
#A37E8A
(163,126,138)
#8F6F7A
(143,111,122)
#7B606A
(123,96,106)
#67515A
(103,81,90)
#53424A
(83,66,74)
#3F333A
(63,51,58)
#2B242A
(43,36,42)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #DFABBA

#DFABBA
(223,171,186)
#E1B2C0
(225,178,192)
#E3B9C6
(227,185,198)
#E5C0CC
(229,192,204)
#E7C7D2
(231,199,210)
#E9CED8
(233,206,216)
#EBD5DE
(235,213,222)
#EDDCE4
(237,220,228)
#EFE3EA
(239,227,234)
#F1EAF0
(241,234,240)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFABBA; }

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

This text font color is #DFABBA.

Background Color

.myBgColor { background-color: #DFABBA; }

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

This div background color is #DFABBA.

Border color

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

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

This div border color is #DFABBA.

Opacity

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

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

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

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

This text has shadow with #DFABBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFABBA.

Preview

Color preview on black background

This text has color #DFABBA on black background.


Color preview on white background

This text has color #DFABBA on white background.


Black color preview on #DFABBA background

This text has black color on #DFABBA background.


White color preview on #DFABBA background

This text has white color on #DFABBA background.


Related colors

Complementary color

Complementary color for #hex is #205445.


I love getcolorcode.com

Triadic colors

1 #BADFAB and #ABBADF with #DFABBA are triadic colors.

2 #BAABDF and #ABDFBA with #DFABBA are triadic colors.