COLOR #DBC7C5

HEX: #DBC7C5 RGB: (219,199,197)

Color info

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

RGB color model

#DBC7C5 color RGB value is (219,199,197).

RGB: (219,199,197) (86%, 78%, 77%)

RGB channels and saturation

R 219 of 255 = 86%
G 199 of 255 = 78%
B 197 of 255 = 77%

219
199
197

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

Portions of RGB colors in percentages

R + G + B = 219 + 199 + 197 = 615 (100%)
R 219 of 615 ~ 35.61%
G 199 of 615 ~ 32.36%
B 197 of 615 ~ 32.03'%

%35.61
%32.36
%32.03

CMYK color model

#DBC7C5 color CMYK value is (0,9,10,14).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 10.05%
  • key color value is 14.12%

CMYK: (0,9,10,14)
C0M9Y10K14 (0%, 9%, 10%, 14%)
(0.00 / 0.09 / 0.10 / 0.14)

CMYK percentages

%0
%9.13
%10.05
%14.12

Codes

Color #DBC7C5 in popluar color models

DB C7 C5
RGB 219 199 197
HSL 23.40% 81.57%
HSB/HSV 10.05% 85.88%
CMYK 0.00% 9.13% 10.05%
14.12%

Color #DBC7C5 in popluar number systems.

HEX DB C7 C5
Decimal 219 199 197
Binary 11011011 11000111 11000101
Octal 333 307 305

Shades and tints

Shades of #DBC7C5

#DBC7C5
(219,199,197)
#C8B5B4
(200,181,180)
#B5A3A3
(181,163,163)
#A29192
(162,145,146)
#8F7F81
(143,127,129)
#7C6D70
(124,109,112)
#695B5F
(105,91,95)
#56494E
(86,73,78)
#43373D
(67,55,61)
#30252C
(48,37,44)
#1D131B
(29,19,27)
#000000
(0,0,0)

Tints of #DBC7C5

#DBC7C5
(219,199,197)
#DECCCA
(222,204,202)
#E1D1CF
(225,209,207)
#E4D6D4
(228,214,212)
#E7DBD9
(231,219,217)
#EAE0DE
(234,224,222)
#EDE5E3
(237,229,227)
#F0EAE8
(240,234,232)
#F3EFED
(243,239,237)
#F6F4F2
(246,244,242)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC7C5 color. Also use rgb(219,199,197) instead hex code.

Text Font Color

.myTextColor { color: #DBC7C5; }

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

This text font color is #DBC7C5.

Background Color

.myBgColor { background-color: #DBC7C5; }

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

This div background color is #DBC7C5.

Border color

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

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

This div border color is #DBC7C5.

Opacity

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

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

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

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

This text has shadow with #DBC7C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC7C5.

Preview

Color preview on black background

This text has color #DBC7C5 on black background.


Color preview on white background

This text has color #DBC7C5 on white background.


Black color preview on #DBC7C5 background

This text has black color on #DBC7C5 background.


White color preview on #DBC7C5 background

This text has white color on #DBC7C5 background.


Related colors

Complementary color

Complementary color for #hex is #24383A.


I love getcolorcode.com

Triadic colors

1 #C5DBC7 and #C7C5DB with #DBC7C5 are triadic colors.

2 #C5C7DB and #C7DBC5 with #DBC7C5 are triadic colors.