COLOR #DBE3D1

HEX: #DBE3D1
RGB: (219,227,209)

Color info

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

RGB color model

#DBE3D1 color RGB value is (219,227,209).

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

RGB channels and saturation

R 219 of 255 = 86%
G 227 of 255 = 89%
B 209 of 255 = 82%

219
227
209

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

Portions of RGB colors in percentages

R + G + B =
219 + 227 + 209 = 655 (100%)
R 219 of 655 ~ 33.44%
G 227 of 655 ~ 34.66%
B 209 of 655 ~ 31.91%

%33.44
%34.66
%31.91

CMYK color model

#DBE3D1 color CMYK value is (4,0,8,11).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 7.93%
  • key color value is 10.98%
CMYK:
(4,0,8,11)
C4M0Y8K11 
(4%,0%,8%,11%)
(0.04/0.00/0.08/0.11)	

CMYK percentages

%3.52
%0
%7.93
%10.98

Codes

Color #DBE3D1 in popluar color models

DBE3D1
RGB219227209
HSL87°24.32%85.49%
HSB/HSV87°7.93%89.02%
CMYK3.52%0.00%7.93%
10.98%

Color #DBE3D1 in popluar number systems.

HEXDBE3D1
Decimal219227209
Binary110110111110001111010001
Octal333343321

Shades and tints

Shades of #DBE3D1

#DBE3D1
(219,227,209)
#C8CFBE
(200,207,190)
#B5BBAB
(181,187,171)
#A2A798
(162,167,152)
#8F9385
(143,147,133)
#7C7F72
(124,127,114)
#696B5F
(105,107,95)
#56574C
(86,87,76)
#434339
(67,67,57)
#302F26
(48,47,38)
#1D1B13
(29,27,19)
#000000
(0,0,0)

Tints of #DBE3D1

#DBE3D1
(219,227,209)
#DEE5D5
(222,229,213)
#E1E7D9
(225,231,217)
#E4E9DD
(228,233,221)
#E7EBE1
(231,235,225)
#EAEDE5
(234,237,229)
#EDEFE9
(237,239,233)
#F0F1ED
(240,241,237)
#F3F3F1
(243,243,241)
#F6F5F5
(246,245,245)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE3D1; }

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

This text font color is #DBE3D1.


Background Color

.myBgColor { background-color: #DBE3D1; }

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

This div background color is #DBE3D1.


Border color

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

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

This div border color is #DBE3D1.


Opacity

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

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

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

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

This text has shadow with #DBE3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE3D1 on black background.


Color preview on white background

This text has color #DBE3D1 on white background.



Black color preview on #DBE3D1 background

This text has black color on #DBE3D1 background.


White color preview on #DBE3D1 background

This text has white color on #DBE3D1 background.