COLOR #DBBCC6

HEX: #DBBCC6
RGB: (219,188,198)

Color info

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

RGB color model

#DBBCC6 color RGB value is (219,188,198).

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

RGB channels and saturation

R 219 of 255 = 86%
G 188 of 255 = 74%
B 198 of 255 = 78%

219
188
198

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

Portions of RGB colors in percentages

R + G + B =
219 + 188 + 198 = 605 (100%)
R 219 of 605 ~ 36.2%
G 188 of 605 ~ 31.07%
B 198 of 605 ~ 32.73%

%36.2
%31.07
%32.73

CMYK color model

#DBBCC6 color CMYK value is (0,14,10,14).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 9.59%
  • key color value is 14.12%
CMYK:
(0,14,10,14)
C0M14Y10K14 
(0%,14%,10%,14%)
(0.00/0.14/0.10/0.14)	

CMYK percentages

%0
%14.16
%9.59
%14.12

Codes

Color #DBBCC6 in popluar color models

DBBCC6
RGB219188198
HSL341°30.10%79.80%
HSB/HSV341°14.16%85.88%
CMYK0.00%14.16%9.59%
14.12%

Color #DBBCC6 in popluar number systems.

HEXDBBCC6
Decimal219188198
Binary110110111011110011000110
Octal333274306

Shades and tints

Shades of #DBBCC6

#DBBCC6
(219,188,198)
#C8ABB4
(200,171,180)
#B59AA2
(181,154,162)
#A28990
(162,137,144)
#8F787E
(143,120,126)
#7C676C
(124,103,108)
#69565A
(105,86,90)
#564548
(86,69,72)
#433436
(67,52,54)
#302324
(48,35,36)
#1D1212
(29,18,18)
#000000
(0,0,0)

Tints of #DBBCC6

#DBBCC6
(219,188,198)
#DEC2CB
(222,194,203)
#E1C8D0
(225,200,208)
#E4CED5
(228,206,213)
#E7D4DA
(231,212,218)
#EADADF
(234,218,223)
#EDE0E4
(237,224,228)
#F0E6E9
(240,230,233)
#F3ECEE
(243,236,238)
#F6F2F3
(246,242,243)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBCC6; }

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

This text font color is #DBBCC6.


Background Color

.myBgColor { background-color: #DBBCC6; }

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

This div background color is #DBBCC6.


Border color

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

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

This div border color is #DBBCC6.


Opacity

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

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

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

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

This text has shadow with #DBBCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBCC6 on black background.


Color preview on white background

This text has color #DBBCC6 on white background.



Black color preview on #DBBCC6 background

This text has black color on #DBBCC6 background.


White color preview on #DBBCC6 background

This text has white color on #DBBCC6 background.