COLOR #DBC3D7

HEX: #DBC3D7 RGB: (219,195,215)

Color info

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

RGB color model

#DBC3D7 color RGB value is (219,195,215).

RGB: (219,195,215) (86%, 76%, 84%)

RGB channels and saturation

R 219 of 255 = 86%
G 195 of 255 = 76%
B 215 of 255 = 84%

219
195
215

R + G + B ~ 82%. #DBC3D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 195 + 215 = 629 (100%)
R 219 of 629 ~ 34.82%
G 195 of 629 ~ 31%
B 215 of 629 ~ 34.18'%

%34.82
%31
%34.18

CMYK color model

#DBC3D7 color CMYK value is (0,11,2,14).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 1.83%
  • key color value is 14.12%
CMYK: (0,11,2,14) C0M11Y2K14 (0%,11%,2%,14%) (0.00/0.11/0.02/0.14) 

CMYK percentages

%0
%10.96
%1.83
%14.12

Codes

Color #DBC3D7 in popluar color models

DB C3 D7
RGB 219 195 215
HSL 310° 25.00% 81.18%
HSB/HSV 310° 10.96% 85.88%
CMYK 0.00% 10.96% 1.83%
14.12%

Color #DBC3D7 in popluar number systems.

HEX DB C3 D7
Decimal 219 195 215
Binary 11011011 11000011 11010111
Octal 333 303 327

Shades and tints

Shades of #DBC3D7

#DBC3D7
(219,195,215)
#C8B2C4
(200,178,196)
#B5A1B1
(181,161,177)
#A2909E
(162,144,158)
#8F7F8B
(143,127,139)
#7C6E78
(124,110,120)
#695D65
(105,93,101)
#564C52
(86,76,82)
#433B3F
(67,59,63)
#302A2C
(48,42,44)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #DBC3D7

#DBC3D7
(219,195,215)
#DEC8DA
(222,200,218)
#E1CDDD
(225,205,221)
#E4D2E0
(228,210,224)
#E7D7E3
(231,215,227)
#EADCE6
(234,220,230)
#EDE1E9
(237,225,233)
#F0E6EC
(240,230,236)
#F3EBEF
(243,235,239)
#F6F0F2
(246,240,242)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC3D7 color. Also use rgb(219,195,215) instead hex code.

Text Font Color

.myTextColor { color: #DBC3D7; }

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

This text font color is #DBC3D7.

Background Color

.myBgColor { background-color: #DBC3D7; }

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

This div background color is #DBC3D7.

Border color

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

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

This div border color is #DBC3D7.

Opacity

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

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

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

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

This text has shadow with #DBC3D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC3D7.

Preview

Color preview on black background

This text has color #DBC3D7 on black background.


Color preview on white background

This text has color #DBC3D7 on white background.


Black color preview on #DBC3D7 background

This text has black color on #DBC3D7 background.


White color preview on #DBC3D7 background

This text has white color on #DBC3D7 background.


Related colors

Complementary color

Complementary color for #hex is #243C28.


I love getcolorcode.com

Triadic colors

1 #D7DBC3 and #C3D7DB with #DBC3D7 are triadic colors.

2 #D7C3DB and #C3DBD7 with #DBC3D7 are triadic colors.