COLOR #DFB2BE

HEX: #DFB2BE
RGB: (223,178,190)

Color info

#DFB2BE contains red, green and blue colors in about the same proportion. Web safe color of #DFB2BE is #CC99CC (or #C9C).

RGB color model

#DFB2BE color RGB value is (223,178,190).

  • red value is 223;
  • green value is 178;
  • blue value is 190.
RGB:
(223,178,190)
(87%,70%,75%)

RGB channels and saturation

R 223 of 255 = 87%
G 178 of 255 = 70%
B 190 of 255 = 75%

223
178
190

R + G + B ~ 77%. #DFB2BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 178 + 190 = 591 (100%)
R 223 of 591 ~ 37.73%
G 178 of 591 ~ 30.12%
B 190 of 591 ~ 32.15%

%37.73
%30.12
%32.15

CMYK color model

#DFB2BE color CMYK value is (0,20,15,13).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 14.80%
  • key color value is 12.55%
CMYK:
(0,20,15,13)
C0M20Y15K13 
(0%,20%,15%,13%)
(0.00/0.20/0.15/0.13)	

CMYK percentages

%0
%20.18
%14.8
%12.55

Codes

Color #DFB2BE in popluar color models

DFB2BE
RGB223178190
HSL344°41.28%78.63%
HSB/HSV344°20.18%87.45%
CMYK0.00%20.18%14.80%
12.55%

Color #DFB2BE in popluar number systems.

HEXDFB2BE
Decimal223178190
Binary110111111011001010111110
Octal337262276

Shades and tints

Shades of #DFB2BE

#DFB2BE
(223,178,190)
#CBA2AD
(203,162,173)
#B7929C
(183,146,156)
#A3828B
(163,130,139)
#8F727A
(143,114,122)
#7B6269
(123,98,105)
#675258
(103,82,88)
#534247
(83,66,71)
#3F3236
(63,50,54)
#2B2225
(43,34,37)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #DFB2BE

#DFB2BE
(223,178,190)
#E1B9C3
(225,185,195)
#E3C0C8
(227,192,200)
#E5C7CD
(229,199,205)
#E7CED2
(231,206,210)
#E9D5D7
(233,213,215)
#EBDCDC
(235,220,220)
#EDE3E1
(237,227,225)
#EFEAE6
(239,234,230)
#F1F1EB
(241,241,235)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB2BE color. Also use rgb(223,178,190) instead hex code.

Text Font Color

.myTextColor { color: #DFB2BE; }

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

This text font color is #DFB2BE.


Background Color

.myBgColor { background-color: #DFB2BE; }

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

This div background color is #DFB2BE.


Border color

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

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

This div border color is #DFB2BE.


Opacity

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

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

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

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

This text has shadow with #DFB2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB2BE on black background.


Color preview on white background

This text has color #DFB2BE on white background.



Black color preview on #DFB2BE background

This text has black color on #DFB2BE background.


White color preview on #DFB2BE background

This text has white color on #DFB2BE background.