COLOR #DFB9C6

HEX: #DFB9C6 RGB: (223,185,198)

Color info

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

RGB color model

#DFB9C6 color RGB value is (223,185,198).

RGB: (223,185,198) (87%, 73%, 78%)

RGB channels and saturation

R 223 of 255 = 87%
G 185 of 255 = 73%
B 198 of 255 = 78%

223
185
198

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

Portions of RGB colors in percentages

R + G + B = 223 + 185 + 198 = 606 (100%)
R 223 of 606 ~ 36.8%
G 185 of 606 ~ 30.53%
B 198 of 606 ~ 32.67'%

%36.8
%30.53
%32.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.04%
  • yellow value is 11.21%
  • 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
%17.04
%11.21
%12.55

Codes

Color #DFB9C6 in popluar color models

DF B9 C6
RGB 223 185 198
HSL 339° 37.25% 80.00%
HSB/HSV 339° 17.04% 87.45%
CMYK 0.00% 17.04% 11.21%
12.55%

Color #DFB9C6 in popluar number systems.

HEX DF B9 C6
Decimal 223 185 198
Binary 11011111 10111001 11000110
Octal 337 271 306

Shades and tints

Shades of #DFB9C6

#DFB9C6
(223,185,198)
#CBA9B4
(203,169,180)
#B799A2
(183,153,162)
#A38990
(163,137,144)
#8F797E
(143,121,126)
#7B696C
(123,105,108)
#67595A
(103,89,90)
#534948
(83,73,72)
#3F3936
(63,57,54)
#2B2924
(43,41,36)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #DFB9C6

#DFB9C6
(223,185,198)
#E1BFCB
(225,191,203)
#E3C5D0
(227,197,208)
#E5CBD5
(229,203,213)
#E7D1DA
(231,209,218)
#E9D7DF
(233,215,223)
#EBDDE4
(235,221,228)
#EDE3E9
(237,227,233)
#EFE9EE
(239,233,238)
#F1EFF3
(241,239,243)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB9C6; }

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

This text font color is #DFB9C6.

Background Color

.myBgColor { background-color: #DFB9C6; }

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

This div background color is #DFB9C6.

Border color

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

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

This div border color is #DFB9C6.

Opacity

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

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

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

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

This text has shadow with #DFB9C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB9C6.

Preview

Color preview on black background

This text has color #DFB9C6 on black background.


Color preview on white background

This text has color #DFB9C6 on white background.


Black color preview on #DFB9C6 background

This text has black color on #DFB9C6 background.


White color preview on #DFB9C6 background

This text has white color on #DFB9C6 background.


Related colors

Complementary color

Complementary color for #hex is #204639.


I love getcolorcode.com

Triadic colors

1 #C6DFB9 and #B9C6DF with #DFB9C6 are triadic colors.

2 #C6B9DF and #B9DFC6 with #DFB9C6 are triadic colors.