COLOR #DFBCC5

HEX: #DFBCC5 RGB: (223,188,197)

Color info

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

RGB color model

#DFBCC5 color RGB value is (223,188,197).

RGB: (223,188,197) (87%, 74%, 77%)

RGB channels and saturation

R 223 of 255 = 87%
G 188 of 255 = 74%
B 197 of 255 = 77%

223
188
197

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

Portions of RGB colors in percentages

R + G + B = 223 + 188 + 197 = 608 (100%)
R 223 of 608 ~ 36.68%
G 188 of 608 ~ 30.92%
B 197 of 608 ~ 32.4'%

%36.68
%30.92
%32.4

CMYK color model

#DFBCC5 color CMYK value is (0,16,12,13).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 11.66%
  • key color value is 12.55%

CMYK: (0,16,12,13)
C0M16Y12K13 (0%, 16%, 12%, 13%)
(0.00 / 0.16 / 0.12 / 0.13)

CMYK percentages

%0
%15.7
%11.66
%12.55

Codes

Color #DFBCC5 in popluar color models

DF BC C5
RGB 223 188 197
HSL 345° 35.35% 80.59%
HSB/HSV 345° 15.70% 87.45%
CMYK 0.00% 15.70% 11.66%
12.55%

Color #DFBCC5 in popluar number systems.

HEX DF BC C5
Decimal 223 188 197
Binary 11011111 10111100 11000101
Octal 337 274 305

Shades and tints

Shades of #DFBCC5

#DFBCC5
(223,188,197)
#CBABB4
(203,171,180)
#B79AA3
(183,154,163)
#A38992
(163,137,146)
#8F7881
(143,120,129)
#7B6770
(123,103,112)
#67565F
(103,86,95)
#53454E
(83,69,78)
#3F343D
(63,52,61)
#2B232C
(43,35,44)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #DFBCC5

#DFBCC5
(223,188,197)
#E1C2CA
(225,194,202)
#E3C8CF
(227,200,207)
#E5CED4
(229,206,212)
#E7D4D9
(231,212,217)
#E9DADE
(233,218,222)
#EBE0E3
(235,224,227)
#EDE6E8
(237,230,232)
#EFECED
(239,236,237)
#F1F2F2
(241,242,242)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBCC5 color. Also use rgb(223,188,197) instead hex code.

Text Font Color

.myTextColor { color: #DFBCC5; }

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

This text font color is #DFBCC5.

Background Color

.myBgColor { background-color: #DFBCC5; }

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

This div background color is #DFBCC5.

Border color

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

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

This div border color is #DFBCC5.

Opacity

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

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

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

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

This text has shadow with #DFBCC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBCC5.

Preview

Color preview on black background

This text has color #DFBCC5 on black background.


Color preview on white background

This text has color #DFBCC5 on white background.


Black color preview on #DFBCC5 background

This text has black color on #DFBCC5 background.


White color preview on #DFBCC5 background

This text has white color on #DFBCC5 background.


Related colors

Complementary color

Complementary color for #hex is #20433A.


I love getcolorcode.com

Triadic colors

1 #C5DFBC and #BCC5DF with #DFBCC5 are triadic colors.

2 #C5BCDF and #BCDFC5 with #DFBCC5 are triadic colors.