COLOR #DBE2B1

HEX: #DBE2B1
RGB: (219,226,177)

Color info

#DBE2B1 contains red, green and blue colors in about the same proportion. Web safe color of #DBE2B1 is #CCCC99 (or #CC9).

RGB color model

#DBE2B1 color RGB value is (219,226,177).

  • red value is 219;
  • green value is 226;
  • blue value is 177.
RGB:
(219,226,177)
(86%,89%,69%)

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 177 of 255 = 69%

219
226
177

R + G + B ~ 81%. #DBE2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 177 = 622 (100%)
R 219 of 622 ~ 35.21%
G 226 of 622 ~ 36.33%
B 177 of 622 ~ 28.46%

%35.21
%36.33
%28.46

CMYK color model

#DBE2B1 color CMYK value is (3,0,22,11).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 21.68%
  • key color value is 11.37%
CMYK:
(3,0,22,11)
C3M0Y22K11 
(3%,0%,22%,11%)
(0.03/0.00/0.22/0.11)	

CMYK percentages

%3.1
%0
%21.68
%11.37

Codes

Color #DBE2B1 in popluar color models

DBE2B1
RGB219226177
HSL69°45.79%79.02%
HSB/HSV69°21.68%88.63%
CMYK3.10%0.00%21.68%
11.37%

Color #DBE2B1 in popluar number systems.

HEXDBE2B1
Decimal219226177
Binary110110111110001010110001
Octal333342261

Shades and tints

Shades of #DBE2B1

#DBE2B1
(219,226,177)
#C8CEA1
(200,206,161)
#B5BA91
(181,186,145)
#A2A681
(162,166,129)
#8F9271
(143,146,113)
#7C7E61
(124,126,97)
#696A51
(105,106,81)
#565641
(86,86,65)
#434231
(67,66,49)
#302E21
(48,46,33)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #DBE2B1

#DBE2B1
(219,226,177)
#DEE4B8
(222,228,184)
#E1E6BF
(225,230,191)
#E4E8C6
(228,232,198)
#E7EACD
(231,234,205)
#EAECD4
(234,236,212)
#EDEEDB
(237,238,219)
#F0F0E2
(240,240,226)
#F3F2E9
(243,242,233)
#F6F4F0
(246,244,240)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2B1; }

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

This text font color is #DBE2B1.


Background Color

.myBgColor { background-color: #DBE2B1; }

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

This div background color is #DBE2B1.


Border color

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

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

This div border color is #DBE2B1.


Opacity

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

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

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

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

This text has shadow with #DBE2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE2B1 on black background.


Color preview on white background

This text has color #DBE2B1 on white background.



Black color preview on #DBE2B1 background

This text has black color on #DBE2B1 background.


White color preview on #DBE2B1 background

This text has white color on #DBE2B1 background.