COLOR #DBCEB2

HEX: #DBCEB2
RGB: (219,206,178)

Color info

#DBCEB2 contains red, green and blue colors in about the same proportion. Web safe color of #DBCEB2 is #CCCC99 (or #CC9).

RGB color model

#DBCEB2 color RGB value is (219,206,178).

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

RGB channels and saturation

R 219 of 255 = 86%
G 206 of 255 = 81%
B 178 of 255 = 70%

219
206
178

R + G + B ~ 79%. #DBCEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 206 + 178 = 603 (100%)
R 219 of 603 ~ 36.32%
G 206 of 603 ~ 34.16%
B 178 of 603 ~ 29.52%

%36.32
%34.16
%29.52

CMYK color model

#DBCEB2 color CMYK value is (0,6,19,14).

  • cyan value is 0.00%
  • magenta value is 5.94%
  • yellow value is 18.72%
  • key color value is 14.12%
CMYK:
(0,6,19,14)
C0M6Y19K14 
(0%,6%,19%,14%)
(0.00/0.06/0.19/0.14)	

CMYK percentages

%0
%5.94
%18.72
%14.12

Codes

Color #DBCEB2 in popluar color models

DBCEB2
RGB219206178
HSL41°36.28%77.84%
HSB/HSV41°18.72%85.88%
CMYK0.00%5.94%18.72%
14.12%

Color #DBCEB2 in popluar number systems.

HEXDBCEB2
Decimal219206178
Binary110110111100111010110010
Octal333316262

Shades and tints

Shades of #DBCEB2

#DBCEB2
(219,206,178)
#C8BCA2
(200,188,162)
#B5AA92
(181,170,146)
#A29882
(162,152,130)
#8F8672
(143,134,114)
#7C7462
(124,116,98)
#696252
(105,98,82)
#565042
(86,80,66)
#433E32
(67,62,50)
#302C22
(48,44,34)
#1D1A12
(29,26,18)
#000000
(0,0,0)

Tints of #DBCEB2

#DBCEB2
(219,206,178)
#DED2B9
(222,210,185)
#E1D6C0
(225,214,192)
#E4DAC7
(228,218,199)
#E7DECE
(231,222,206)
#EAE2D5
(234,226,213)
#EDE6DC
(237,230,220)
#F0EAE3
(240,234,227)
#F3EEEA
(243,238,234)
#F6F2F1
(246,242,241)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCEB2; }

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

This text font color is #DBCEB2.


Background Color

.myBgColor { background-color: #DBCEB2; }

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

This div background color is #DBCEB2.


Border color

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

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

This div border color is #DBCEB2.


Opacity

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

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

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

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

This text has shadow with #DBCEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCEB2 on black background.


Color preview on white background

This text has color #DBCEB2 on white background.



Black color preview on #DBCEB2 background

This text has black color on #DBCEB2 background.


White color preview on #DBCEB2 background

This text has white color on #DBCEB2 background.