COLOR #DBE4B6

HEX: #DBE4B6
RGB: (219,228,182)

Color info

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

RGB color model

#DBE4B6 color RGB value is (219,228,182).

  • red value is 219;
  • green value is 228;
  • blue value is 182.
RGB:
(219,228,182)
(86%,89%,71%)

RGB channels and saturation

R 219 of 255 = 86%
G 228 of 255 = 89%
B 182 of 255 = 71%

219
228
182

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

Portions of RGB colors in percentages

R + G + B =
219 + 228 + 182 = 629 (100%)
R 219 of 629 ~ 34.82%
G 228 of 629 ~ 36.25%
B 182 of 629 ~ 28.93%

%34.82
%36.25
%28.93

CMYK color model

#DBE4B6 color CMYK value is (4,0,20,11).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 10.59%
CMYK:
(4,0,20,11)
C4M0Y20K11 
(4%,0%,20%,11%)
(0.04/0.00/0.20/0.11)	

CMYK percentages

%3.95
%0
%20.18
%10.59

Codes

Color #DBE4B6 in popluar color models

DBE4B6
RGB219228182
HSL72°46.00%80.39%
HSB/HSV72°20.18%89.41%
CMYK3.95%0.00%20.18%
10.59%

Color #DBE4B6 in popluar number systems.

HEXDBE4B6
Decimal219228182
Binary110110111110010010110110
Octal333344266

Shades and tints

Shades of #DBE4B6

#DBE4B6
(219,228,182)
#C8D0A6
(200,208,166)
#B5BC96
(181,188,150)
#A2A886
(162,168,134)
#8F9476
(143,148,118)
#7C8066
(124,128,102)
#696C56
(105,108,86)
#565846
(86,88,70)
#434436
(67,68,54)
#303026
(48,48,38)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #DBE4B6

#DBE4B6
(219,228,182)
#DEE6BC
(222,230,188)
#E1E8C2
(225,232,194)
#E4EAC8
(228,234,200)
#E7ECCE
(231,236,206)
#EAEED4
(234,238,212)
#EDF0DA
(237,240,218)
#F0F2E0
(240,242,224)
#F3F4E6
(243,244,230)
#F6F6EC
(246,246,236)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE4B6 color. Also use rgb(219,228,182) instead hex code.

Text Font Color

.myTextColor { color: #DBE4B6; }

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

This text font color is #DBE4B6.


Background Color

.myBgColor { background-color: #DBE4B6; }

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

This div background color is #DBE4B6.


Border color

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

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

This div border color is #DBE4B6.


Opacity

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

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

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

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

This text has shadow with #DBE4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE4B6 on black background.


Color preview on white background

This text has color #DBE4B6 on white background.



Black color preview on #DBE4B6 background

This text has black color on #DBE4B6 background.


White color preview on #DBE4B6 background

This text has white color on #DBE4B6 background.