COLOR #DBC3D5

HEX: #DBC3D5
RGB: (219,195,213)

Color info

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

RGB color model

#DBC3D5 color RGB value is (219,195,213).

  • red value is 219;
  • green value is 195;
  • blue value is 213.
RGB:
(219,195,213)
(86%,76%,84%)

RGB channels and saturation

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

219
195
213

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

Portions of RGB colors in percentages

R + G + B =
219 + 195 + 213 = 627 (100%)
R 219 of 627 ~ 34.93%
G 195 of 627 ~ 31.1%
B 213 of 627 ~ 33.97%

%34.93
%31.1
%33.97

CMYK color model

#DBC3D5 color CMYK value is (0,11,3,14).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 2.74%
  • key color value is 14.12%
CMYK:
(0,11,3,14)
C0M11Y3K14 
(0%,11%,3%,14%)
(0.00/0.11/0.03/0.14)	

CMYK percentages

%0
%10.96
%2.74
%14.12

Codes

Color #DBC3D5 in popluar color models

DBC3D5
RGB219195213
HSL315°25.00%81.18%
HSB/HSV315°10.96%85.88%
CMYK0.00%10.96%2.74%
14.12%

Color #DBC3D5 in popluar number systems.

HEXDBC3D5
Decimal219195213
Binary110110111100001111010101
Octal333303325

Shades and tints

Shades of #DBC3D5

#DBC3D5
(219,195,213)
#C8B2C2
(200,178,194)
#B5A1AF
(181,161,175)
#A2909C
(162,144,156)
#8F7F89
(143,127,137)
#7C6E76
(124,110,118)
#695D63
(105,93,99)
#564C50
(86,76,80)
#433B3D
(67,59,61)
#302A2A
(48,42,42)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #DBC3D5

#DBC3D5
(219,195,213)
#DEC8D8
(222,200,216)
#E1CDDB
(225,205,219)
#E4D2DE
(228,210,222)
#E7D7E1
(231,215,225)
#EADCE4
(234,220,228)
#EDE1E7
(237,225,231)
#F0E6EA
(240,230,234)
#F3EBED
(243,235,237)
#F6F0F0
(246,240,240)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC3D5; }

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

This text font color is #DBC3D5.


Background Color

.myBgColor { background-color: #DBC3D5; }

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

This div background color is #DBC3D5.


Border color

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

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

This div border color is #DBC3D5.


Opacity

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

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

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

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

This text has shadow with #DBC3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC3D5 on black background.


Color preview on white background

This text has color #DBC3D5 on white background.



Black color preview on #DBC3D5 background

This text has black color on #DBC3D5 background.


White color preview on #DBC3D5 background

This text has white color on #DBC3D5 background.