COLOR #DFB1BE

HEX: #DFB1BE
RGB: (223,177,190)

Color info

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

RGB color model

#DFB1BE color RGB value is (223,177,190).

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

RGB channels and saturation

R 223 of 255 = 87%
G 177 of 255 = 69%
B 190 of 255 = 75%

223
177
190

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

Portions of RGB colors in percentages

R + G + B =
223 + 177 + 190 = 590 (100%)
R 223 of 590 ~ 37.8%
G 177 of 590 ~ 30%
B 190 of 590 ~ 32.2%

%37.8
%30
%32.2

CMYK color model

#DFB1BE color CMYK value is (0,21,15,13).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 14.80%
  • key color value is 12.55%
CMYK:
(0,21,15,13)
C0M21Y15K13 
(0%,21%,15%,13%)
(0.00/0.21/0.15/0.13)	

CMYK percentages

%0
%20.63
%14.8
%12.55

Codes

Color #DFB1BE in popluar color models

DFB1BE
RGB223177190
HSL343°41.82%78.43%
HSB/HSV343°20.63%87.45%
CMYK0.00%20.63%14.80%
12.55%

Color #DFB1BE in popluar number systems.

HEXDFB1BE
Decimal223177190
Binary110111111011000110111110
Octal337261276

Shades and tints

Shades of #DFB1BE

#DFB1BE
(223,177,190)
#CBA1AD
(203,161,173)
#B7919C
(183,145,156)
#A3818B
(163,129,139)
#8F717A
(143,113,122)
#7B6169
(123,97,105)
#675158
(103,81,88)
#534147
(83,65,71)
#3F3136
(63,49,54)
#2B2125
(43,33,37)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #DFB1BE

#DFB1BE
(223,177,190)
#E1B8C3
(225,184,195)
#E3BFC8
(227,191,200)
#E5C6CD
(229,198,205)
#E7CDD2
(231,205,210)
#E9D4D7
(233,212,215)
#EBDBDC
(235,219,220)
#EDE2E1
(237,226,225)
#EFE9E6
(239,233,230)
#F1F0EB
(241,240,235)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB1BE; }

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

This text font color is #DFB1BE.


Background Color

.myBgColor { background-color: #DFB1BE; }

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

This div background color is #DFB1BE.


Border color

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

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

This div border color is #DFB1BE.


Opacity

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

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

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

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

This text has shadow with #DFB1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB1BE on black background.


Color preview on white background

This text has color #DFB1BE on white background.



Black color preview on #DFB1BE background

This text has black color on #DFB1BE background.


White color preview on #DFB1BE background

This text has white color on #DFB1BE background.