COLOR #DFBFCC

HEX: #DFBFCC
RGB: (223,191,204)

Color info

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

RGB color model

#DFBFCC color RGB value is (223,191,204).

  • red value is 223;
  • green value is 191;
  • blue value is 204.
RGB:
(223,191,204)
(87%,75%,80%)

RGB channels and saturation

R 223 of 255 = 87%
G 191 of 255 = 75%
B 204 of 255 = 80%

223
191
204

R + G + B ~ 81%. #DFBFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 191 + 204 = 618 (100%)
R 223 of 618 ~ 36.08%
G 191 of 618 ~ 30.91%
B 204 of 618 ~ 33.01%

%36.08
%30.91
%33.01

CMYK color model

#DFBFCC color CMYK value is (0,14,9,13).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 8.52%
  • key color value is 12.55%
CMYK:
(0,14,9,13)
C0M14Y9K13 
(0%,14%,9%,13%)
(0.00/0.14/0.09/0.13)	

CMYK percentages

%0
%14.35
%8.52
%12.55

Codes

Color #DFBFCC in popluar color models

DFBFCC
RGB223191204
HSL336°33.33%81.18%
HSB/HSV336°14.35%87.45%
CMYK0.00%14.35%8.52%
12.55%

Color #DFBFCC in popluar number systems.

HEXDFBFCC
Decimal223191204
Binary110111111011111111001100
Octal337277314

Shades and tints

Shades of #DFBFCC

#DFBFCC
(223,191,204)
#CBAEBA
(203,174,186)
#B79DA8
(183,157,168)
#A38C96
(163,140,150)
#8F7B84
(143,123,132)
#7B6A72
(123,106,114)
#675960
(103,89,96)
#53484E
(83,72,78)
#3F373C
(63,55,60)
#2B262A
(43,38,42)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #DFBFCC

#DFBFCC
(223,191,204)
#E1C4D0
(225,196,208)
#E3C9D4
(227,201,212)
#E5CED8
(229,206,216)
#E7D3DC
(231,211,220)
#E9D8E0
(233,216,224)
#EBDDE4
(235,221,228)
#EDE2E8
(237,226,232)
#EFE7EC
(239,231,236)
#F1ECF0
(241,236,240)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBFCC color. Also use rgb(223,191,204) instead hex code.

Text Font Color

.myTextColor { color: #DFBFCC; }

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

This text font color is #DFBFCC.


Background Color

.myBgColor { background-color: #DFBFCC; }

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

This div background color is #DFBFCC.


Border color

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

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

This div border color is #DFBFCC.


Opacity

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

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

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

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

This text has shadow with #DFBFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBFCC on black background.


Color preview on white background

This text has color #DFBFCC on white background.



Black color preview on #DFBFCC background

This text has black color on #DFBFCC background.


White color preview on #DFBFCC background

This text has white color on #DFBFCC background.