COLOR #DFB7C7

HEX: #DFB7C7 RGB: (223,183,199)

Color info

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

RGB color model

#DFB7C7 color RGB value is (223,183,199).

RGB: (223,183,199) (87%, 72%, 78%)

RGB channels and saturation

R 223 of 255 = 87%
G 183 of 255 = 72%
B 199 of 255 = 78%

223
183
199

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

Portions of RGB colors in percentages

R + G + B = 223 + 183 + 199 = 605 (100%)
R 223 of 605 ~ 36.86%
G 183 of 605 ~ 30.25%
B 199 of 605 ~ 32.89'%

%36.86
%30.25
%32.89

CMYK color model

#DFB7C7 color CMYK value is (0,18,11,13).

  • cyan value is 0.00%
  • magenta value is 17.94%
  • yellow value is 10.76%
  • key color value is 12.55%
CMYK: (0,18,11,13) C0M18Y11K13 (0%,18%,11%,13%) (0.00/0.18/0.11/0.13) 

CMYK percentages

%0
%17.94
%10.76
%12.55

Codes

Color #DFB7C7 in popluar color models

DF B7 C7
RGB 223 183 199
HSL 336° 38.46% 79.61%
HSB/HSV 336° 17.94% 87.45%
CMYK 0.00% 17.94% 10.76%
12.55%

Color #DFB7C7 in popluar number systems.

HEX DF B7 C7
Decimal 223 183 199
Binary 11011111 10110111 11000111
Octal 337 267 307

Shades and tints

Shades of #DFB7C7

#DFB7C7
(223,183,199)
#CBA7B5
(203,167,181)
#B797A3
(183,151,163)
#A38791
(163,135,145)
#8F777F
(143,119,127)
#7B676D
(123,103,109)
#67575B
(103,87,91)
#534749
(83,71,73)
#3F3737
(63,55,55)
#2B2725
(43,39,37)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #DFB7C7

#DFB7C7
(223,183,199)
#E1BDCC
(225,189,204)
#E3C3D1
(227,195,209)
#E5C9D6
(229,201,214)
#E7CFDB
(231,207,219)
#E9D5E0
(233,213,224)
#EBDBE5
(235,219,229)
#EDE1EA
(237,225,234)
#EFE7EF
(239,231,239)
#F1EDF4
(241,237,244)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB7C7; }

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

This text font color is #DFB7C7.

Background Color

.myBgColor { background-color: #DFB7C7; }

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

This div background color is #DFB7C7.

Border color

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

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

This div border color is #DFB7C7.

Opacity

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

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

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

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

This text has shadow with #DFB7C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB7C7.

Preview

Color preview on black background

This text has color #DFB7C7 on black background.


Color preview on white background

This text has color #DFB7C7 on white background.


Black color preview on #DFB7C7 background

This text has black color on #DFB7C7 background.


White color preview on #DFB7C7 background

This text has white color on #DFB7C7 background.


Related colors

Complementary color

Complementary color for #hex is #204838.


I love getcolorcode.com

Triadic colors

1 #C7DFB7 and #B7C7DF with #DFB7C7 are triadic colors.

2 #C7B7DF and #B7DFC7 with #DFB7C7 are triadic colors.