COLOR #DFAFB9

HEX: #DFAFB9 RGB: (223,175,185)

Color info

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

RGB color model

#DFAFB9 color RGB value is (223,175,185).

RGB: (223,175,185) (87%, 69%, 73%)

RGB channels and saturation

R 223 of 255 = 87%
G 175 of 255 = 69%
B 185 of 255 = 73%

223
175
185

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

Portions of RGB colors in percentages

R + G + B = 223 + 175 + 185 = 583 (100%)
R 223 of 583 ~ 38.25%
G 175 of 583 ~ 30.02%
B 185 of 583 ~ 31.73'%

%38.25
%30.02
%31.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 17.04%
  • key color value is 12.55%

CMYK: (0,22,17,13)
C0M22Y17K13 (0%, 22%, 17%, 13%)
(0.00 / 0.22 / 0.17 / 0.13)

CMYK percentages

%0
%21.52
%17.04
%12.55

Codes

Color #DFAFB9 in popluar color models

DF AF B9
RGB 223 175 185
HSL 348° 42.86% 78.04%
HSB/HSV 348° 21.52% 87.45%
CMYK 0.00% 21.52% 17.04%
12.55%

Color #DFAFB9 in popluar number systems.

HEX DF AF B9
Decimal 223 175 185
Binary 11011111 10101111 10111001
Octal 337 257 271

Shades and tints

Shades of #DFAFB9

#DFAFB9
(223,175,185)
#CBA0A9
(203,160,169)
#B79199
(183,145,153)
#A38289
(163,130,137)
#8F7379
(143,115,121)
#7B6469
(123,100,105)
#675559
(103,85,89)
#534649
(83,70,73)
#3F3739
(63,55,57)
#2B2829
(43,40,41)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #DFAFB9

#DFAFB9
(223,175,185)
#E1B6BF
(225,182,191)
#E3BDC5
(227,189,197)
#E5C4CB
(229,196,203)
#E7CBD1
(231,203,209)
#E9D2D7
(233,210,215)
#EBD9DD
(235,217,221)
#EDE0E3
(237,224,227)
#EFE7E9
(239,231,233)
#F1EEEF
(241,238,239)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAFB9 color. Also use rgb(223,175,185) instead hex code.

Text Font Color

.myTextColor { color: #DFAFB9; }

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

This text font color is #DFAFB9.

Background Color

.myBgColor { background-color: #DFAFB9; }

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

This div background color is #DFAFB9.

Border color

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

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

This div border color is #DFAFB9.

Opacity

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

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

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

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

This text has shadow with #DFAFB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFAFB9.

Preview

Color preview on black background

This text has color #DFAFB9 on black background.


Color preview on white background

This text has color #DFAFB9 on white background.


Black color preview on #DFAFB9 background

This text has black color on #DFAFB9 background.


White color preview on #DFAFB9 background

This text has white color on #DFAFB9 background.


Related colors

Complementary color

Complementary color for #hex is #205046.


I love getcolorcode.com

Triadic colors

1 #B9DFAF and #AFB9DF with #DFAFB9 are triadic colors.

2 #B9AFDF and #AFDFB9 with #DFAFB9 are triadic colors.