COLOR #DBE2B7

HEX: #DBE2B7
RGB: (219,226,183)

Color info

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

RGB color model

#DBE2B7 color RGB value is (219,226,183).

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

RGB channels and saturation

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

219
226
183

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

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 183 = 628 (100%)
R 219 of 628 ~ 34.87%
G 226 of 628 ~ 35.99%
B 183 of 628 ~ 29.14%

%34.87
%35.99
%29.14

CMYK color model

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

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 19.03%
  • 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
%19.03
%11.37

Codes

Color #DBE2B7 in popluar color models

DBE2B7
RGB219226183
HSL70°42.57%80.20%
HSB/HSV70°19.03%88.63%
CMYK3.10%0.00%19.03%
11.37%

Color #DBE2B7 in popluar number systems.

HEXDBE2B7
Decimal219226183
Binary110110111110001010110111
Octal333342267

Shades and tints

Shades of #DBE2B7

#DBE2B7
(219,226,183)
#C8CEA7
(200,206,167)
#B5BA97
(181,186,151)
#A2A687
(162,166,135)
#8F9277
(143,146,119)
#7C7E67
(124,126,103)
#696A57
(105,106,87)
#565647
(86,86,71)
#434237
(67,66,55)
#302E27
(48,46,39)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #DBE2B7

#DBE2B7
(219,226,183)
#DEE4BD
(222,228,189)
#E1E6C3
(225,230,195)
#E4E8C9
(228,232,201)
#E7EACF
(231,234,207)
#EAECD5
(234,236,213)
#EDEEDB
(237,238,219)
#F0F0E1
(240,240,225)
#F3F2E7
(243,242,231)
#F6F4ED
(246,244,237)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2B7; }

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

This text font color is #DBE2B7.


Background Color

.myBgColor { background-color: #DBE2B7; }

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

This div background color is #DBE2B7.


Border color

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

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

This div border color is #DBE2B7.


Opacity

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

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

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

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

This text has shadow with #DBE2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE2B7 on black background.


Color preview on white background

This text has color #DBE2B7 on white background.



Black color preview on #DBE2B7 background

This text has black color on #DBE2B7 background.


White color preview on #DBE2B7 background

This text has white color on #DBE2B7 background.