COLOR #DBC4D3

HEX: #DBC4D3
RGB: (219,196,211)

Color info

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

RGB color model

#DBC4D3 color RGB value is (219,196,211).

  • red value is 219;
  • green value is 196;
  • blue value is 211.
RGB:
(219,196,211)
(86%,77%,83%)

RGB channels and saturation

R 219 of 255 = 86%
G 196 of 255 = 77%
B 211 of 255 = 83%

219
196
211

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

Portions of RGB colors in percentages

R + G + B =
219 + 196 + 211 = 626 (100%)
R 219 of 626 ~ 34.98%
G 196 of 626 ~ 31.31%
B 211 of 626 ~ 33.71%

%34.98
%31.31
%33.71

CMYK color model

#DBC4D3 color CMYK value is (0,11,4,14).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 3.65%
  • key color value is 14.12%
CMYK:
(0,11,4,14)
C0M11Y4K14 
(0%,11%,4%,14%)
(0.00/0.11/0.04/0.14)	

CMYK percentages

%0
%10.5
%3.65
%14.12

Codes

Color #DBC4D3 in popluar color models

DBC4D3
RGB219196211
HSL321°24.21%81.37%
HSB/HSV321°10.50%85.88%
CMYK0.00%10.50%3.65%
14.12%

Color #DBC4D3 in popluar number systems.

HEXDBC4D3
Decimal219196211
Binary110110111100010011010011
Octal333304323

Shades and tints

Shades of #DBC4D3

#DBC4D3
(219,196,211)
#C8B3C0
(200,179,192)
#B5A2AD
(181,162,173)
#A2919A
(162,145,154)
#8F8087
(143,128,135)
#7C6F74
(124,111,116)
#695E61
(105,94,97)
#564D4E
(86,77,78)
#433C3B
(67,60,59)
#302B28
(48,43,40)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #DBC4D3

#DBC4D3
(219,196,211)
#DEC9D7
(222,201,215)
#E1CEDB
(225,206,219)
#E4D3DF
(228,211,223)
#E7D8E3
(231,216,227)
#EADDE7
(234,221,231)
#EDE2EB
(237,226,235)
#F0E7EF
(240,231,239)
#F3ECF3
(243,236,243)
#F6F1F7
(246,241,247)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC4D3 color. Also use rgb(219,196,211) instead hex code.

Text Font Color

.myTextColor { color: #DBC4D3; }

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

This text font color is #DBC4D3.


Background Color

.myBgColor { background-color: #DBC4D3; }

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

This div background color is #DBC4D3.


Border color

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

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

This div border color is #DBC4D3.


Opacity

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

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

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

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

This text has shadow with #DBC4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC4D3 on black background.


Color preview on white background

This text has color #DBC4D3 on white background.



Black color preview on #DBC4D3 background

This text has black color on #DBC4D3 background.


White color preview on #DBC4D3 background

This text has white color on #DBC4D3 background.