COLOR #DBD3C6

HEX: #DBD3C6 RGB: (219,211,198)

Color info

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

RGB color model

#DBD3C6 color RGB value is (219,211,198).

RGB: (219,211,198) (86%, 83%, 78%)

RGB channels and saturation

R 219 of 255 = 86%
G 211 of 255 = 83%
B 198 of 255 = 78%

219
211
198

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

Portions of RGB colors in percentages

R + G + B = 219 + 211 + 198 = 628 (100%)
R 219 of 628 ~ 34.87%
G 211 of 628 ~ 33.6%
B 198 of 628 ~ 31.53'%

%34.87
%33.6
%31.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.65%
  • yellow value is 9.59%
  • key color value is 14.12%

CMYK: (0,4,10,14)
C0M4Y10K14 (0%, 4%, 10%, 14%)
(0.00 / 0.04 / 0.10 / 0.14)

CMYK percentages

%0
%3.65
%9.59
%14.12

Codes

Color #DBD3C6 in popluar color models

DB D3 C6
RGB 219 211 198
HSL 37° 22.58% 81.76%
HSB/HSV 37° 9.59% 85.88%
CMYK 0.00% 3.65% 9.59%
14.12%

Color #DBD3C6 in popluar number systems.

HEX DB D3 C6
Decimal 219 211 198
Binary 11011011 11010011 11000110
Octal 333 323 306

Shades and tints

Shades of #DBD3C6

#DBD3C6
(219,211,198)
#C8C0B4
(200,192,180)
#B5ADA2
(181,173,162)
#A29A90
(162,154,144)
#8F877E
(143,135,126)
#7C746C
(124,116,108)
#69615A
(105,97,90)
#564E48
(86,78,72)
#433B36
(67,59,54)
#302824
(48,40,36)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #DBD3C6

#DBD3C6
(219,211,198)
#DED7CB
(222,215,203)
#E1DBD0
(225,219,208)
#E4DFD5
(228,223,213)
#E7E3DA
(231,227,218)
#EAE7DF
(234,231,223)
#EDEBE4
(237,235,228)
#F0EFE9
(240,239,233)
#F3F3EE
(243,243,238)
#F6F7F3
(246,247,243)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD3C6; }

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

This text font color is #DBD3C6.

Background Color

.myBgColor { background-color: #DBD3C6; }

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

This div background color is #DBD3C6.

Border color

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

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

This div border color is #DBD3C6.

Opacity

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

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

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

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

This text has shadow with #DBD3C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD3C6.

Preview

Color preview on black background

This text has color #DBD3C6 on black background.


Color preview on white background

This text has color #DBD3C6 on white background.


Black color preview on #DBD3C6 background

This text has black color on #DBD3C6 background.


White color preview on #DBD3C6 background

This text has white color on #DBD3C6 background.


Related colors

Complementary color

Complementary color for #hex is #242C39.


I love getcolorcode.com

Triadic colors

1 #C6DBD3 and #D3C6DB with #DBD3C6 are triadic colors.

2 #C6D3DB and #D3DBC6 with #DBD3C6 are triadic colors.