COLOR #DBBDCA

HEX: #DBBDCA
RGB: (219,189,202)

Color info

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

RGB color model

#DBBDCA color RGB value is (219,189,202).

  • red value is 219;
  • green value is 189;
  • blue value is 202.
RGB:
(219,189,202)
(86%,74%,79%)

RGB channels and saturation

R 219 of 255 = 86%
G 189 of 255 = 74%
B 202 of 255 = 79%

219
189
202

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

Portions of RGB colors in percentages

R + G + B =
219 + 189 + 202 = 610 (100%)
R 219 of 610 ~ 35.9%
G 189 of 610 ~ 30.98%
B 202 of 610 ~ 33.11%

%35.9
%30.98
%33.11

CMYK color model

#DBBDCA color CMYK value is (0,14,8,14).

  • cyan value is 0.00%
  • magenta value is 13.70%
  • yellow value is 7.76%
  • key color value is 14.12%
CMYK:
(0,14,8,14)
C0M14Y8K14 
(0%,14%,8%,14%)
(0.00/0.14/0.08/0.14)	

CMYK percentages

%0
%13.7
%7.76
%14.12

Codes

Color #DBBDCA in popluar color models

DBBDCA
RGB219189202
HSL334°29.41%80.00%
HSB/HSV334°13.70%85.88%
CMYK0.00%13.70%7.76%
14.12%

Color #DBBDCA in popluar number systems.

HEXDBBDCA
Decimal219189202
Binary110110111011110111001010
Octal333275312

Shades and tints

Shades of #DBBDCA

#DBBDCA
(219,189,202)
#C8ACB8
(200,172,184)
#B59BA6
(181,155,166)
#A28A94
(162,138,148)
#8F7982
(143,121,130)
#7C6870
(124,104,112)
#69575E
(105,87,94)
#56464C
(86,70,76)
#43353A
(67,53,58)
#302428
(48,36,40)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #DBBDCA

#DBBDCA
(219,189,202)
#DEC3CE
(222,195,206)
#E1C9D2
(225,201,210)
#E4CFD6
(228,207,214)
#E7D5DA
(231,213,218)
#EADBDE
(234,219,222)
#EDE1E2
(237,225,226)
#F0E7E6
(240,231,230)
#F3EDEA
(243,237,234)
#F6F3EE
(246,243,238)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBDCA color. Also use rgb(219,189,202) instead hex code.

Text Font Color

.myTextColor { color: #DBBDCA; }

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

This text font color is #DBBDCA.


Background Color

.myBgColor { background-color: #DBBDCA; }

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

This div background color is #DBBDCA.


Border color

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

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

This div border color is #DBBDCA.


Opacity

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

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

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

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

This text has shadow with #DBBDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBDCA on black background.


Color preview on white background

This text has color #DBBDCA on white background.



Black color preview on #DBBDCA background

This text has black color on #DBBDCA background.


White color preview on #DBBDCA background

This text has white color on #DBBDCA background.