COLOR #DFB4CB

HEX: #DFB4CB
RGB: (223,180,203)

Color info

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

RGB color model

#DFB4CB color RGB value is (223,180,203).

  • red value is 223;
  • green value is 180;
  • blue value is 203.
RGB:
(223,180,203)
(87%,71%,80%)

RGB channels and saturation

R 223 of 255 = 87%
G 180 of 255 = 71%
B 203 of 255 = 80%

223
180
203

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

Portions of RGB colors in percentages

R + G + B =
223 + 180 + 203 = 606 (100%)
R 223 of 606 ~ 36.8%
G 180 of 606 ~ 29.7%
B 203 of 606 ~ 33.5%

%36.8
%29.7
%33.5

CMYK color model

#DFB4CB color CMYK value is (0,19,9,13).

  • cyan value is 0.00%
  • magenta value is 19.28%
  • yellow value is 8.97%
  • key color value is 12.55%
CMYK:
(0,19,9,13)
C0M19Y9K13 
(0%,19%,9%,13%)
(0.00/0.19/0.09/0.13)	

CMYK percentages

%0
%19.28
%8.97
%12.55

Codes

Color #DFB4CB in popluar color models

DFB4CB
RGB223180203
HSL328°40.19%79.02%
HSB/HSV328°19.28%87.45%
CMYK0.00%19.28%8.97%
12.55%

Color #DFB4CB in popluar number systems.

HEXDFB4CB
Decimal223180203
Binary110111111011010011001011
Octal337264313

Shades and tints

Shades of #DFB4CB

#DFB4CB
(223,180,203)
#CBA4B9
(203,164,185)
#B794A7
(183,148,167)
#A38495
(163,132,149)
#8F7483
(143,116,131)
#7B6471
(123,100,113)
#67545F
(103,84,95)
#53444D
(83,68,77)
#3F343B
(63,52,59)
#2B2429
(43,36,41)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #DFB4CB

#DFB4CB
(223,180,203)
#E1BACF
(225,186,207)
#E3C0D3
(227,192,211)
#E5C6D7
(229,198,215)
#E7CCDB
(231,204,219)
#E9D2DF
(233,210,223)
#EBD8E3
(235,216,227)
#EDDEE7
(237,222,231)
#EFE4EB
(239,228,235)
#F1EAEF
(241,234,239)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB4CB color. Also use rgb(223,180,203) instead hex code.

Text Font Color

.myTextColor { color: #DFB4CB; }

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

This text font color is #DFB4CB.


Background Color

.myBgColor { background-color: #DFB4CB; }

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

This div background color is #DFB4CB.


Border color

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

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

This div border color is #DFB4CB.


Opacity

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

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

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

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

This text has shadow with #DFB4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB4CB on black background.


Color preview on white background

This text has color #DFB4CB on white background.



Black color preview on #DFB4CB background

This text has black color on #DFB4CB background.


White color preview on #DFB4CB background

This text has white color on #DFB4CB background.