COLOR #DBE7D4

HEX: #DBE7D4 RGB: (219,231,212)

Color info

#DBE7D4 contains red, green and blue colors in about the same proportion. Web safe color of #DBE7D4 is #CCFFCC (or #CFC).

RGB color model

#DBE7D4 color RGB value is (219,231,212).

RGB: (219,231,212) (86%, 91%, 83%)

RGB channels and saturation

R 219 of 255 = 86%
G 231 of 255 = 91%
B 212 of 255 = 83%

219
231
212

R + G + B ~ 87%. #DBE7D4 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 231 + 212 = 662 (100%)
R 219 of 662 ~ 33.08%
G 231 of 662 ~ 34.89%
B 212 of 662 ~ 32.02'%

%33.08
%34.89
%32.02

CMYK color model

#DBE7D4 color CMYK value is (5,0,8,9).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 8.23%
  • key color value is 9.41%

CMYK: (5,0,8,9)
C5M0Y8K9 (5%, 0%, 8%, 9%)
(0.05 / 0.00 / 0.08 / 0.09)

CMYK percentages

%5.19
%0
%8.23
%9.41

Codes

Color #DBE7D4 in popluar color models

DB E7 D4
RGB 219 231 212
HSL 98° 28.36% 86.86%
HSB/HSV 98° 8.23% 90.59%
CMYK 5.19% 0.00% 8.23%
9.41%

Color #DBE7D4 in popluar number systems.

HEX DB E7 D4
Decimal 219 231 212
Binary 11011011 11100111 11010100
Octal 333 347 324

Shades and tints

Shades of #DBE7D4

#DBE7D4
(219,231,212)
#C8D2C1
(200,210,193)
#B5BDAE
(181,189,174)
#A2A89B
(162,168,155)
#8F9388
(143,147,136)
#7C7E75
(124,126,117)
#696962
(105,105,98)
#56544F
(86,84,79)
#433F3C
(67,63,60)
#302A29
(48,42,41)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #DBE7D4

#DBE7D4
(219,231,212)
#DEE9D7
(222,233,215)
#E1EBDA
(225,235,218)
#E4EDDD
(228,237,221)
#E7EFE0
(231,239,224)
#EAF1E3
(234,241,227)
#EDF3E6
(237,243,230)
#F0F5E9
(240,245,233)
#F3F7EC
(243,247,236)
#F6F9EF
(246,249,239)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE7D4 color. Also use rgb(219,231,212) instead hex code.

Text Font Color

.myTextColor { color: #DBE7D4; }

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

This text font color is #DBE7D4.

Background Color

.myBgColor { background-color: #DBE7D4; }

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

This div background color is #DBE7D4.

Border color

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

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

This div border color is #DBE7D4.

Opacity

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

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

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

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

This text has shadow with #DBE7D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE7D4.

Preview

Color preview on black background

This text has color #DBE7D4 on black background.


Color preview on white background

This text has color #DBE7D4 on white background.


Black color preview on #DBE7D4 background

This text has black color on #DBE7D4 background.


White color preview on #DBE7D4 background

This text has white color on #DBE7D4 background.


Related colors

Complementary color

Complementary color for #hex is #24182B.


I love getcolorcode.com

Triadic colors

1 #D4DBE7 and #E7D4DB with #DBE7D4 are triadic colors.

2 #D4E7DB and #E7DBD4 with #DBE7D4 are triadic colors.