COLOR #DBE7BD

HEX: #DBE7BD RGB: (219,231,189)

Color info

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

RGB color model

#DBE7BD color RGB value is (219,231,189).

RGB: (219,231,189) (86%, 91%, 74%)

RGB channels and saturation

R 219 of 255 = 86%
G 231 of 255 = 91%
B 189 of 255 = 74%

219
231
189

R + G + B ~ 84%. #DBE7BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 231 + 189 = 639 (100%)
R 219 of 639 ~ 34.27%
G 231 of 639 ~ 36.15%
B 189 of 639 ~ 29.58'%

%34.27
%36.15
%29.58

CMYK color model

#DBE7BD color CMYK value is (5,0,18,9).

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

CMYK: (5,0,18,9)
C5M0Y18K9 (5%, 0%, 18%, 9%)
(0.05 / 0.00 / 0.18 / 0.09)

CMYK percentages

%5.19
%0
%18.18
%9.41

Codes

Color #DBE7BD in popluar color models

DB E7 BD
RGB 219 231 189
HSL 77° 46.67% 82.35%
HSB/HSV 77° 18.18% 90.59%
CMYK 5.19% 0.00% 18.18%
9.41%

Color #DBE7BD in popluar number systems.

HEX DB E7 BD
Decimal 219 231 189
Binary 11011011 11100111 10111101
Octal 333 347 275

Shades and tints

Shades of #DBE7BD

#DBE7BD
(219,231,189)
#C8D2AC
(200,210,172)
#B5BD9B
(181,189,155)
#A2A88A
(162,168,138)
#8F9379
(143,147,121)
#7C7E68
(124,126,104)
#696957
(105,105,87)
#565446
(86,84,70)
#433F35
(67,63,53)
#302A24
(48,42,36)
#1D1513
(29,21,19)
#000000
(0,0,0)

Tints of #DBE7BD

#DBE7BD
(219,231,189)
#DEE9C3
(222,233,195)
#E1EBC9
(225,235,201)
#E4EDCF
(228,237,207)
#E7EFD5
(231,239,213)
#EAF1DB
(234,241,219)
#EDF3E1
(237,243,225)
#F0F5E7
(240,245,231)
#F3F7ED
(243,247,237)
#F6F9F3
(246,249,243)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE7BD; }

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

This text font color is #DBE7BD.

Background Color

.myBgColor { background-color: #DBE7BD; }

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

This div background color is #DBE7BD.

Border color

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

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

This div border color is #DBE7BD.

Opacity

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

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

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

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

This text has shadow with #DBE7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE7BD.

Preview

Color preview on black background

This text has color #DBE7BD on black background.


Color preview on white background

This text has color #DBE7BD on white background.


Black color preview on #DBE7BD background

This text has black color on #DBE7BD background.


White color preview on #DBE7BD background

This text has white color on #DBE7BD background.


Related colors

Complementary color

Complementary color for #hex is #241842.


I love getcolorcode.com

Triadic colors

1 #BDDBE7 and #E7BDDB with #DBE7BD are triadic colors.

2 #BDE7DB and #E7DBBD with #DBE7BD are triadic colors.