COLOR #DBBCCB

HEX: #DBBCCB
RGB: (219,188,203)

Color info

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

RGB color model

#DBBCCB color RGB value is (219,188,203).

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

RGB channels and saturation

R 219 of 255 = 86%
G 188 of 255 = 74%
B 203 of 255 = 80%

219
188
203

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

Portions of RGB colors in percentages

R + G + B =
219 + 188 + 203 = 610 (100%)
R 219 of 610 ~ 35.9%
G 188 of 610 ~ 30.82%
B 203 of 610 ~ 33.28%

%35.9
%30.82
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 7.31%
  • key color value is 14.12%
CMYK:
(0,14,7,14)
C0M14Y7K14 
(0%,14%,7%,14%)
(0.00/0.14/0.07/0.14)	

CMYK percentages

%0
%14.16
%7.31
%14.12

Codes

Color #DBBCCB in popluar color models

DBBCCB
RGB219188203
HSL331°30.10%79.80%
HSB/HSV331°14.16%85.88%
CMYK0.00%14.16%7.31%
14.12%

Color #DBBCCB in popluar number systems.

HEXDBBCCB
Decimal219188203
Binary110110111011110011001011
Octal333274313

Shades and tints

Shades of #DBBCCB

#DBBCCB
(219,188,203)
#C8ABB9
(200,171,185)
#B59AA7
(181,154,167)
#A28995
(162,137,149)
#8F7883
(143,120,131)
#7C6771
(124,103,113)
#69565F
(105,86,95)
#56454D
(86,69,77)
#43343B
(67,52,59)
#302329
(48,35,41)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #DBBCCB

#DBBCCB
(219,188,203)
#DEC2CF
(222,194,207)
#E1C8D3
(225,200,211)
#E4CED7
(228,206,215)
#E7D4DB
(231,212,219)
#EADADF
(234,218,223)
#EDE0E3
(237,224,227)
#F0E6E7
(240,230,231)
#F3ECEB
(243,236,235)
#F6F2EF
(246,242,239)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBCCB; }

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

This text font color is #DBBCCB.


Background Color

.myBgColor { background-color: #DBBCCB; }

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

This div background color is #DBBCCB.


Border color

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

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

This div border color is #DBBCCB.


Opacity

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

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

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

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

This text has shadow with #DBBCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBCCB on black background.


Color preview on white background

This text has color #DBBCCB on white background.



Black color preview on #DBBCCB background

This text has black color on #DBBCCB background.


White color preview on #DBBCCB background

This text has white color on #DBBCCB background.