COLOR #DBE5D1

HEX: #DBE5D1
RGB: (219,229,209)

Color info

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

RGB color model

#DBE5D1 color RGB value is (219,229,209).

  • red value is 219;
  • green value is 229;
  • blue value is 209.
RGB:
(219,229,209)
(86%,90%,82%)

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 209 of 255 = 82%

219
229
209

R + G + B ~ 86%. #DBE5D1 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 229 + 209 = 657 (100%)
R 219 of 657 ~ 33.33%
G 229 of 657 ~ 34.86%
B 209 of 657 ~ 31.81%

%33.33
%34.86
%31.81

CMYK color model

#DBE5D1 color CMYK value is (4,0,9,10).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 8.73%
  • key color value is 10.20%
CMYK:
(4,0,9,10)
C4M0Y9K10 
(4%,0%,9%,10%)
(0.04/0.00/0.09/0.10)	

CMYK percentages

%4.37
%0
%8.73
%10.2

Codes

Color #DBE5D1 in popluar color models

DBE5D1
RGB219229209
HSL90°27.78%85.88%
HSB/HSV90°8.73%89.80%
CMYK4.37%0.00%8.73%
10.20%

Color #DBE5D1 in popluar number systems.

HEXDBE5D1
Decimal219229209
Binary110110111110010111010001
Octal333345321

Shades and tints

Shades of #DBE5D1

#DBE5D1
(219,229,209)
#C8D1BE
(200,209,190)
#B5BDAB
(181,189,171)
#A2A998
(162,169,152)
#8F9585
(143,149,133)
#7C8172
(124,129,114)
#696D5F
(105,109,95)
#56594C
(86,89,76)
#434539
(67,69,57)
#303126
(48,49,38)
#1D1D13
(29,29,19)
#000000
(0,0,0)

Tints of #DBE5D1

#DBE5D1
(219,229,209)
#DEE7D5
(222,231,213)
#E1E9D9
(225,233,217)
#E4EBDD
(228,235,221)
#E7EDE1
(231,237,225)
#EAEFE5
(234,239,229)
#EDF1E9
(237,241,233)
#F0F3ED
(240,243,237)
#F3F5F1
(243,245,241)
#F6F7F5
(246,247,245)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE5D1 color. Also use rgb(219,229,209) instead hex code.

Text Font Color

.myTextColor { color: #DBE5D1; }

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

This text font color is #DBE5D1.


Background Color

.myBgColor { background-color: #DBE5D1; }

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

This div background color is #DBE5D1.


Border color

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

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

This div border color is #DBE5D1.


Opacity

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

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

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

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

This text has shadow with #DBE5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE5D1 on black background.


Color preview on white background

This text has color #DBE5D1 on white background.



Black color preview on #DBE5D1 background

This text has black color on #DBE5D1 background.


White color preview on #DBE5D1 background

This text has white color on #DBE5D1 background.