COLOR #DBCBBE

HEX: #DBCBBE
RGB: (219,203,190)

Color info

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

RGB color model

#DBCBBE color RGB value is (219,203,190).

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

RGB channels and saturation

R 219 of 255 = 86%
G 203 of 255 = 80%
B 190 of 255 = 75%

219
203
190

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

Portions of RGB colors in percentages

R + G + B =
219 + 203 + 190 = 612 (100%)
R 219 of 612 ~ 35.78%
G 203 of 612 ~ 33.17%
B 190 of 612 ~ 31.05%

%35.78
%33.17
%31.05

CMYK color model

#DBCBBE color CMYK value is (0,7,13,14).

  • cyan value is 0.00%
  • magenta value is 7.31%
  • yellow value is 13.24%
  • key color value is 14.12%
CMYK:
(0,7,13,14)
C0M7Y13K14 
(0%,7%,13%,14%)
(0.00/0.07/0.13/0.14)	

CMYK percentages

%0
%7.31
%13.24
%14.12

Codes

Color #DBCBBE in popluar color models

DBCBBE
RGB219203190
HSL27°28.71%80.20%
HSB/HSV27°13.24%85.88%
CMYK0.00%7.31%13.24%
14.12%

Color #DBCBBE in popluar number systems.

HEXDBCBBE
Decimal219203190
Binary110110111100101110111110
Octal333313276

Shades and tints

Shades of #DBCBBE

#DBCBBE
(219,203,190)
#C8B9AD
(200,185,173)
#B5A79C
(181,167,156)
#A2958B
(162,149,139)
#8F837A
(143,131,122)
#7C7169
(124,113,105)
#695F58
(105,95,88)
#564D47
(86,77,71)
#433B36
(67,59,54)
#302925
(48,41,37)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #DBCBBE

#DBCBBE
(219,203,190)
#DECFC3
(222,207,195)
#E1D3C8
(225,211,200)
#E4D7CD
(228,215,205)
#E7DBD2
(231,219,210)
#EADFD7
(234,223,215)
#EDE3DC
(237,227,220)
#F0E7E1
(240,231,225)
#F3EBE6
(243,235,230)
#F6EFEB
(246,239,235)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCBBE; }

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

This text font color is #DBCBBE.


Background Color

.myBgColor { background-color: #DBCBBE; }

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

This div background color is #DBCBBE.


Border color

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

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

This div border color is #DBCBBE.


Opacity

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

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

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

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

This text has shadow with #DBCBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCBBE on black background.


Color preview on white background

This text has color #DBCBBE on white background.



Black color preview on #DBCBBE background

This text has black color on #DBCBBE background.


White color preview on #DBCBBE background

This text has white color on #DBCBBE background.