COLOR #DFBBC7

HEX: #DFBBC7 RGB: (223,187,199)

Color info

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

RGB color model

#DFBBC7 color RGB value is (223,187,199).

RGB: (223,187,199) (87%, 73%, 78%)

RGB channels and saturation

R 223 of 255 = 87%
G 187 of 255 = 73%
B 199 of 255 = 78%

223
187
199

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

Portions of RGB colors in percentages

R + G + B = 223 + 187 + 199 = 609 (100%)
R 223 of 609 ~ 36.62%
G 187 of 609 ~ 30.71%
B 199 of 609 ~ 32.68'%

%36.62
%30.71
%32.68

CMYK color model

#DFBBC7 color CMYK value is (0,16,11,13).

  • cyan value is 0.00%
  • magenta value is 16.14%
  • yellow value is 10.76%
  • key color value is 12.55%
CMYK: (0,16,11,13) C0M16Y11K13 (0%,16%,11%,13%) (0.00/0.16/0.11/0.13) 

CMYK percentages

%0
%16.14
%10.76
%12.55

Codes

Color #DFBBC7 in popluar color models

DF BB C7
RGB 223 187 199
HSL 340° 36.00% 80.39%
HSB/HSV 340° 16.14% 87.45%
CMYK 0.00% 16.14% 10.76%
12.55%

Color #DFBBC7 in popluar number systems.

HEX DF BB C7
Decimal 223 187 199
Binary 11011111 10111011 11000111
Octal 337 273 307

Shades and tints

Shades of #DFBBC7

#DFBBC7
(223,187,199)
#CBAAB5
(203,170,181)
#B799A3
(183,153,163)
#A38891
(163,136,145)
#8F777F
(143,119,127)
#7B666D
(123,102,109)
#67555B
(103,85,91)
#534449
(83,68,73)
#3F3337
(63,51,55)
#2B2225
(43,34,37)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #DFBBC7

#DFBBC7
(223,187,199)
#E1C1CC
(225,193,204)
#E3C7D1
(227,199,209)
#E5CDD6
(229,205,214)
#E7D3DB
(231,211,219)
#E9D9E0
(233,217,224)
#EBDFE5
(235,223,229)
#EDE5EA
(237,229,234)
#EFEBEF
(239,235,239)
#F1F1F4
(241,241,244)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBBC7 color. Also use rgb(223,187,199) instead hex code.

Text Font Color

.myTextColor { color: #DFBBC7; }

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

This text font color is #DFBBC7.

Background Color

.myBgColor { background-color: #DFBBC7; }

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

This div background color is #DFBBC7.

Border color

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

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

This div border color is #DFBBC7.

Opacity

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

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

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

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

This text has shadow with #DFBBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBBC7.

Preview

Color preview on black background

This text has color #DFBBC7 on black background.


Color preview on white background

This text has color #DFBBC7 on white background.


Black color preview on #DFBBC7 background

This text has black color on #DFBBC7 background.


White color preview on #DFBBC7 background

This text has white color on #DFBBC7 background.


Related colors

Complementary color

Complementary color for #hex is #204438.


I love getcolorcode.com

Triadic colors

1 #C7DFBB and #BBC7DF with #DFBBC7 are triadic colors.

2 #C7BBDF and #BBDFC7 with #DFBBC7 are triadic colors.