COLOR #DBC2B3

HEX: #DBC2B3
RGB: (219,194,179)

Color info

#DBC2B3 contains red, green and blue colors in about the same proportion. Web safe color of #DBC2B3 is #CCCC99 (or #CC9).

RGB color model

#DBC2B3 color RGB value is (219,194,179).

  • red value is 219;
  • green value is 194;
  • blue value is 179.
RGB:
(219,194,179)
(86%,76%,70%)

RGB channels and saturation

R 219 of 255 = 86%
G 194 of 255 = 76%
B 179 of 255 = 70%

219
194
179

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

Portions of RGB colors in percentages

R + G + B =
219 + 194 + 179 = 592 (100%)
R 219 of 592 ~ 36.99%
G 194 of 592 ~ 32.77%
B 179 of 592 ~ 30.24%

%36.99
%32.77
%30.24

CMYK color model

#DBC2B3 color CMYK value is (0,11,18,14).

  • cyan value is 0.00%
  • magenta value is 11.42%
  • yellow value is 18.26%
  • key color value is 14.12%
CMYK:
(0,11,18,14)
C0M11Y18K14 
(0%,11%,18%,14%)
(0.00/0.11/0.18/0.14)	

CMYK percentages

%0
%11.42
%18.26
%14.12

Codes

Color #DBC2B3 in popluar color models

DBC2B3
RGB219194179
HSL23°35.71%78.04%
HSB/HSV23°18.26%85.88%
CMYK0.00%11.42%18.26%
14.12%

Color #DBC2B3 in popluar number systems.

HEXDBC2B3
Decimal219194179
Binary110110111100001010110011
Octal333302263

Shades and tints

Shades of #DBC2B3

#DBC2B3
(219,194,179)
#C8B1A3
(200,177,163)
#B5A093
(181,160,147)
#A28F83
(162,143,131)
#8F7E73
(143,126,115)
#7C6D63
(124,109,99)
#695C53
(105,92,83)
#564B43
(86,75,67)
#433A33
(67,58,51)
#302923
(48,41,35)
#1D1813
(29,24,19)
#000000
(0,0,0)

Tints of #DBC2B3

#DBC2B3
(219,194,179)
#DEC7B9
(222,199,185)
#E1CCBF
(225,204,191)
#E4D1C5
(228,209,197)
#E7D6CB
(231,214,203)
#EADBD1
(234,219,209)
#EDE0D7
(237,224,215)
#F0E5DD
(240,229,221)
#F3EAE3
(243,234,227)
#F6EFE9
(246,239,233)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC2B3 color. Also use rgb(219,194,179) instead hex code.

Text Font Color

.myTextColor { color: #DBC2B3; }

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

This text font color is #DBC2B3.


Background Color

.myBgColor { background-color: #DBC2B3; }

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

This div background color is #DBC2B3.


Border color

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

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

This div border color is #DBC2B3.


Opacity

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

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

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

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

This text has shadow with #DBC2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC2B3 on black background.


Color preview on white background

This text has color #DBC2B3 on white background.



Black color preview on #DBC2B3 background

This text has black color on #DBC2B3 background.


White color preview on #DBC2B3 background

This text has white color on #DBC2B3 background.