COLOR #DBCBBA

HEX: #DBCBBA
RGB: (219,203,186)

Color info

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

RGB color model

#DBCBBA color RGB value is (219,203,186).

  • red value is 219;
  • green value is 203;
  • blue value is 186.
RGB:
(219,203,186)
(86%,80%,73%)

RGB channels and saturation

R 219 of 255 = 86%
G 203 of 255 = 80%
B 186 of 255 = 73%

219
203
186

R + G + B ~ 80%. #DBCBBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 203 + 186 = 608 (100%)
R 219 of 608 ~ 36.02%
G 203 of 608 ~ 33.39%
B 186 of 608 ~ 30.59%

%36.02
%33.39
%30.59

CMYK color model

#DBCBBA color CMYK value is (0,7,15,14).

  • cyan value is 0.00%
  • magenta value is 7.31%
  • yellow value is 15.07%
  • key color value is 14.12%
CMYK:
(0,7,15,14)
C0M7Y15K14 
(0%,7%,15%,14%)
(0.00/0.07/0.15/0.14)	

CMYK percentages

%0
%7.31
%15.07
%14.12

Codes

Color #DBCBBA in popluar color models

DBCBBA
RGB219203186
HSL31°31.43%79.41%
HSB/HSV31°15.07%85.88%
CMYK0.00%7.31%15.07%
14.12%

Color #DBCBBA in popluar number systems.

HEXDBCBBA
Decimal219203186
Binary110110111100101110111010
Octal333313272

Shades and tints

Shades of #DBCBBA

#DBCBBA
(219,203,186)
#C8B9AA
(200,185,170)
#B5A79A
(181,167,154)
#A2958A
(162,149,138)
#8F837A
(143,131,122)
#7C716A
(124,113,106)
#695F5A
(105,95,90)
#564D4A
(86,77,74)
#433B3A
(67,59,58)
#30292A
(48,41,42)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #DBCBBA

#DBCBBA
(219,203,186)
#DECFC0
(222,207,192)
#E1D3C6
(225,211,198)
#E4D7CC
(228,215,204)
#E7DBD2
(231,219,210)
#EADFD8
(234,223,216)
#EDE3DE
(237,227,222)
#F0E7E4
(240,231,228)
#F3EBEA
(243,235,234)
#F6EFF0
(246,239,240)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCBBA color. Also use rgb(219,203,186) instead hex code.

Text Font Color

.myTextColor { color: #DBCBBA; }

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

This text font color is #DBCBBA.


Background Color

.myBgColor { background-color: #DBCBBA; }

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

This div background color is #DBCBBA.


Border color

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

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

This div border color is #DBCBBA.


Opacity

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

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

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

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

This text has shadow with #DBCBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCBBA on black background.


Color preview on white background

This text has color #DBCBBA on white background.



Black color preview on #DBCBBA background

This text has black color on #DBCBBA background.


White color preview on #DBCBBA background

This text has white color on #DBCBBA background.