COLOR #DFB7C2

HEX: #DFB7C2 RGB: (223,183,194)

Color info

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

RGB color model

#DFB7C2 color RGB value is (223,183,194).

RGB: (223,183,194) (87%, 72%, 76%)

RGB channels and saturation

R 223 of 255 = 87%
G 183 of 255 = 72%
B 194 of 255 = 76%

223
183
194

R + G + B ~ 78%. #DFB7C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 183 + 194 = 600 (100%)
R 223 of 600 ~ 37.17%
G 183 of 600 ~ 30.5%
B 194 of 600 ~ 32.33'%

%37.17
%30.5
%32.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.94%
  • yellow value is 13.00%
  • key color value is 12.55%

CMYK: (0,18,13,13)
C0M18Y13K13 (0%, 18%, 13%, 13%)
(0.00 / 0.18 / 0.13 / 0.13)

CMYK percentages

%0
%17.94
%13
%12.55

Codes

Color #DFB7C2 in popluar color models

DF B7 C2
RGB 223 183 194
HSL 344° 38.46% 79.61%
HSB/HSV 344° 17.94% 87.45%
CMYK 0.00% 17.94% 13.00%
12.55%

Color #DFB7C2 in popluar number systems.

HEX DF B7 C2
Decimal 223 183 194
Binary 11011111 10110111 11000010
Octal 337 267 302

Shades and tints

Shades of #DFB7C2

#DFB7C2
(223,183,194)
#CBA7B1
(203,167,177)
#B797A0
(183,151,160)
#A3878F
(163,135,143)
#8F777E
(143,119,126)
#7B676D
(123,103,109)
#67575C
(103,87,92)
#53474B
(83,71,75)
#3F373A
(63,55,58)
#2B2729
(43,39,41)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #DFB7C2

#DFB7C2
(223,183,194)
#E1BDC7
(225,189,199)
#E3C3CC
(227,195,204)
#E5C9D1
(229,201,209)
#E7CFD6
(231,207,214)
#E9D5DB
(233,213,219)
#EBDBE0
(235,219,224)
#EDE1E5
(237,225,229)
#EFE7EA
(239,231,234)
#F1EDEF
(241,237,239)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB7C2; }

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

This text font color is #DFB7C2.

Background Color

.myBgColor { background-color: #DFB7C2; }

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

This div background color is #DFB7C2.

Border color

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

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

This div border color is #DFB7C2.

Opacity

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

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

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

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

This text has shadow with #DFB7C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB7C2.

Preview

Color preview on black background

This text has color #DFB7C2 on black background.


Color preview on white background

This text has color #DFB7C2 on white background.


Black color preview on #DFB7C2 background

This text has black color on #DFB7C2 background.


White color preview on #DFB7C2 background

This text has white color on #DFB7C2 background.


Related colors

Complementary color

Complementary color for #hex is #20483D.


I love getcolorcode.com

Triadic colors

1 #C2DFB7 and #B7C2DF with #DFB7C2 are triadic colors.

2 #C2B7DF and #B7DFC2 with #DFB7C2 are triadic colors.