COLOR #DBCAC5

HEX: #DBCAC5
RGB: (219,202,197)

Color info

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

RGB color model

#DBCAC5 color RGB value is (219,202,197).

  • red value is 219;
  • green value is 202;
  • blue value is 197.
RGB:
(219,202,197)
(86%,79%,77%)

RGB channels and saturation

R 219 of 255 = 86%
G 202 of 255 = 79%
B 197 of 255 = 77%

219
202
197

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

Portions of RGB colors in percentages

R + G + B =
219 + 202 + 197 = 618 (100%)
R 219 of 618 ~ 35.44%
G 202 of 618 ~ 32.69%
B 197 of 618 ~ 31.88%

%35.44
%32.69
%31.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 10.05%
  • 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
%10.05
%14.12

Codes

Color #DBCAC5 in popluar color models

DBCAC5
RGB219202197
HSL14°23.40%81.57%
HSB/HSV14°10.05%85.88%
CMYK0.00%7.76%10.05%
14.12%

Color #DBCAC5 in popluar number systems.

HEXDBCAC5
Decimal219202197
Binary110110111100101011000101
Octal333312305

Shades and tints

Shades of #DBCAC5

#DBCAC5
(219,202,197)
#C8B8B4
(200,184,180)
#B5A6A3
(181,166,163)
#A29492
(162,148,146)
#8F8281
(143,130,129)
#7C7070
(124,112,112)
#695E5F
(105,94,95)
#564C4E
(86,76,78)
#433A3D
(67,58,61)
#30282C
(48,40,44)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #DBCAC5

#DBCAC5
(219,202,197)
#DECECA
(222,206,202)
#E1D2CF
(225,210,207)
#E4D6D4
(228,214,212)
#E7DAD9
(231,218,217)
#EADEDE
(234,222,222)
#EDE2E3
(237,226,227)
#F0E6E8
(240,230,232)
#F3EAED
(243,234,237)
#F6EEF2
(246,238,242)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCAC5; }

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

This text font color is #DBCAC5.


Background Color

.myBgColor { background-color: #DBCAC5; }

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

This div background color is #DBCAC5.


Border color

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

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

This div border color is #DBCAC5.


Opacity

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

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

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

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

This text has shadow with #DBCAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCAC5 on black background.


Color preview on white background

This text has color #DBCAC5 on white background.



Black color preview on #DBCAC5 background

This text has black color on #DBCAC5 background.


White color preview on #DBCAC5 background

This text has white color on #DBCAC5 background.