COLOR #DBCAC6

HEX: #DBCAC6 RGB: (219,202,198)

Color info

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

RGB color model

#DBCAC6 color RGB value is (219,202,198).

RGB: (219,202,198) (86%, 79%, 78%)

RGB channels and saturation

R 219 of 255 = 86%
G 202 of 255 = 79%
B 198 of 255 = 78%

219
202
198

R + G + B ~ 81%. #DBCAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 202 + 198 = 619 (100%)
R 219 of 619 ~ 35.38%
G 202 of 619 ~ 32.63%
B 198 of 619 ~ 31.99'%

%35.38
%32.63
%31.99

CMYK color model

#DBCAC6 color CMYK value is (0,8,10,14).

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

CMYK: (0,8,10,14)
C0M8Y10K14 (0%, 8%, 10%, 14%)
(0.00 / 0.08 / 0.10 / 0.14)

CMYK percentages

%0
%7.76
%9.59
%14.12

Codes

Color #DBCAC6 in popluar color models

DB CA C6
RGB 219 202 198
HSL 11° 22.58% 81.76%
HSB/HSV 11° 9.59% 85.88%
CMYK 0.00% 7.76% 9.59%
14.12%

Color #DBCAC6 in popluar number systems.

HEX DB CA C6
Decimal 219 202 198
Binary 11011011 11001010 11000110
Octal 333 312 306

Shades and tints

Shades of #DBCAC6

#DBCAC6
(219,202,198)
#C8B8B4
(200,184,180)
#B5A6A2
(181,166,162)
#A29490
(162,148,144)
#8F827E
(143,130,126)
#7C706C
(124,112,108)
#695E5A
(105,94,90)
#564C48
(86,76,72)
#433A36
(67,58,54)
#302824
(48,40,36)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #DBCAC6

#DBCAC6
(219,202,198)
#DECECB
(222,206,203)
#E1D2D0
(225,210,208)
#E4D6D5
(228,214,213)
#E7DADA
(231,218,218)
#EADEDF
(234,222,223)
#EDE2E4
(237,226,228)
#F0E6E9
(240,230,233)
#F3EAEE
(243,234,238)
#F6EEF3
(246,238,243)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCAC6; }

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

This text font color is #DBCAC6.

Background Color

.myBgColor { background-color: #DBCAC6; }

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

This div background color is #DBCAC6.

Border color

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

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

This div border color is #DBCAC6.

Opacity

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

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

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

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

This text has shadow with #DBCAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCAC6.

Preview

Color preview on black background

This text has color #DBCAC6 on black background.


Color preview on white background

This text has color #DBCAC6 on white background.


Black color preview on #DBCAC6 background

This text has black color on #DBCAC6 background.


White color preview on #DBCAC6 background

This text has white color on #DBCAC6 background.


Related colors

Complementary color

Complementary color for #hex is #243539.


I love getcolorcode.com

Triadic colors

1 #C6DBCA and #CAC6DB with #DBCAC6 are triadic colors.

2 #C6CADB and #CADBC6 with #DBCAC6 are triadic colors.