COLOR #DBCEC3

HEX: #DBCEC3
RGB: (219,206,195)

Color info

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

RGB color model

#DBCEC3 color RGB value is (219,206,195).

  • red value is 219;
  • green value is 206;
  • blue value is 195.
RGB:
(219,206,195)
(86%,81%,76%)

RGB channels and saturation

R 219 of 255 = 86%
G 206 of 255 = 81%
B 195 of 255 = 76%

219
206
195

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

Portions of RGB colors in percentages

R + G + B =
219 + 206 + 195 = 620 (100%)
R 219 of 620 ~ 35.32%
G 206 of 620 ~ 33.23%
B 195 of 620 ~ 31.45%

%35.32
%33.23
%31.45

CMYK color model

#DBCEC3 color CMYK value is (0,6,11,14).

  • cyan value is 0.00%
  • magenta value is 5.94%
  • yellow value is 10.96%
  • key color value is 14.12%
CMYK:
(0,6,11,14)
C0M6Y11K14 
(0%,6%,11%,14%)
(0.00/0.06/0.11/0.14)	

CMYK percentages

%0
%5.94
%10.96
%14.12

Codes

Color #DBCEC3 in popluar color models

DBCEC3
RGB219206195
HSL28°25.00%81.18%
HSB/HSV28°10.96%85.88%
CMYK0.00%5.94%10.96%
14.12%

Color #DBCEC3 in popluar number systems.

HEXDBCEC3
Decimal219206195
Binary110110111100111011000011
Octal333316303

Shades and tints

Shades of #DBCEC3

#DBCEC3
(219,206,195)
#C8BCB2
(200,188,178)
#B5AAA1
(181,170,161)
#A29890
(162,152,144)
#8F867F
(143,134,127)
#7C746E
(124,116,110)
#69625D
(105,98,93)
#56504C
(86,80,76)
#433E3B
(67,62,59)
#302C2A
(48,44,42)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #DBCEC3

#DBCEC3
(219,206,195)
#DED2C8
(222,210,200)
#E1D6CD
(225,214,205)
#E4DAD2
(228,218,210)
#E7DED7
(231,222,215)
#EAE2DC
(234,226,220)
#EDE6E1
(237,230,225)
#F0EAE6
(240,234,230)
#F3EEEB
(243,238,235)
#F6F2F0
(246,242,240)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCEC3 color. Also use rgb(219,206,195) instead hex code.

Text Font Color

.myTextColor { color: #DBCEC3; }

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

This text font color is #DBCEC3.


Background Color

.myBgColor { background-color: #DBCEC3; }

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

This div background color is #DBCEC3.


Border color

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

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

This div border color is #DBCEC3.


Opacity

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

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

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

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

This text has shadow with #DBCEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCEC3 on black background.


Color preview on white background

This text has color #DBCEC3 on white background.



Black color preview on #DBCEC3 background

This text has black color on #DBCEC3 background.


White color preview on #DBCEC3 background

This text has white color on #DBCEC3 background.