COLOR #DBE2B8

HEX: #DBE2B8 RGB: (219,226,184)

Color info

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

RGB color model

#DBE2B8 color RGB value is (219,226,184).

RGB: (219,226,184) (86%, 89%, 72%)

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 184 of 255 = 72%

219
226
184

R + G + B ~ 82%. #DBE2B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 226 + 184 = 629 (100%)
R 219 of 629 ~ 34.82%
G 226 of 629 ~ 35.93%
B 184 of 629 ~ 29.25'%

%34.82
%35.93
%29.25

CMYK color model

#DBE2B8 color CMYK value is (3,0,19,11).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 11.37%

CMYK: (3,0,19,11)
C3M0Y19K11 (3%, 0%, 19%, 11%)
(0.03 / 0.00 / 0.19 / 0.11)

CMYK percentages

%3.1
%0
%18.58
%11.37

Codes

Color #DBE2B8 in popluar color models

DB E2 B8
RGB 219 226 184
HSL 70° 42.00% 80.39%
HSB/HSV 70° 18.58% 88.63%
CMYK 3.10% 0.00% 18.58%
11.37%

Color #DBE2B8 in popluar number systems.

HEX DB E2 B8
Decimal 219 226 184
Binary 11011011 11100010 10111000
Octal 333 342 270

Shades and tints

Shades of #DBE2B8

#DBE2B8
(219,226,184)
#C8CEA8
(200,206,168)
#B5BA98
(181,186,152)
#A2A688
(162,166,136)
#8F9278
(143,146,120)
#7C7E68
(124,126,104)
#696A58
(105,106,88)
#565648
(86,86,72)
#434238
(67,66,56)
#302E28
(48,46,40)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #DBE2B8

#DBE2B8
(219,226,184)
#DEE4BE
(222,228,190)
#E1E6C4
(225,230,196)
#E4E8CA
(228,232,202)
#E7EAD0
(231,234,208)
#EAECD6
(234,236,214)
#EDEEDC
(237,238,220)
#F0F0E2
(240,240,226)
#F3F2E8
(243,242,232)
#F6F4EE
(246,244,238)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE2B8 color. Also use rgb(219,226,184) instead hex code.

Text Font Color

.myTextColor { color: #DBE2B8; }

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

This text font color is #DBE2B8.

Background Color

.myBgColor { background-color: #DBE2B8; }

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

This div background color is #DBE2B8.

Border color

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

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

This div border color is #DBE2B8.

Opacity

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

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

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

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

This text has shadow with #DBE2B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE2B8.

Preview

Color preview on black background

This text has color #DBE2B8 on black background.


Color preview on white background

This text has color #DBE2B8 on white background.


Black color preview on #DBE2B8 background

This text has black color on #DBE2B8 background.


White color preview on #DBE2B8 background

This text has white color on #DBE2B8 background.


Related colors

Complementary color

Complementary color for #hex is #241D47.


I love getcolorcode.com

Triadic colors

1 #B8DBE2 and #E2B8DB with #DBE2B8 are triadic colors.

2 #B8E2DB and #E2DBB8 with #DBE2B8 are triadic colors.