COLOR #DBE4B7

HEX: #DBE4B7
RGB: (219,228,183)

Color info

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

RGB color model

#DBE4B7 color RGB value is (219,228,183).

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

RGB channels and saturation

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

219
228
183

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

Portions of RGB colors in percentages

R + G + B =
219 + 228 + 183 = 630 (100%)
R 219 of 630 ~ 34.76%
G 228 of 630 ~ 36.19%
B 183 of 630 ~ 29.05%

%34.76
%36.19
%29.05

CMYK color model

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

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • 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
%19.74
%10.59

Codes

Color #DBE4B7 in popluar color models

DBE4B7
RGB219228183
HSL72°45.45%80.59%
HSB/HSV72°19.74%89.41%
CMYK3.95%0.00%19.74%
10.59%

Color #DBE4B7 in popluar number systems.

HEXDBE4B7
Decimal219228183
Binary110110111110010010110111
Octal333344267

Shades and tints

Shades of #DBE4B7

#DBE4B7
(219,228,183)
#C8D0A7
(200,208,167)
#B5BC97
(181,188,151)
#A2A887
(162,168,135)
#8F9477
(143,148,119)
#7C8067
(124,128,103)
#696C57
(105,108,87)
#565847
(86,88,71)
#434437
(67,68,55)
#303027
(48,48,39)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #DBE4B7

#DBE4B7
(219,228,183)
#DEE6BD
(222,230,189)
#E1E8C3
(225,232,195)
#E4EAC9
(228,234,201)
#E7ECCF
(231,236,207)
#EAEED5
(234,238,213)
#EDF0DB
(237,240,219)
#F0F2E1
(240,242,225)
#F3F4E7
(243,244,231)
#F6F6ED
(246,246,237)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE4B7; }

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

This text font color is #DBE4B7.


Background Color

.myBgColor { background-color: #DBE4B7; }

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

This div background color is #DBE4B7.


Border color

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

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

This div border color is #DBE4B7.


Opacity

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

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

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

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

This text has shadow with #DBE4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE4B7 on black background.


Color preview on white background

This text has color #DBE4B7 on white background.



Black color preview on #DBE4B7 background

This text has black color on #DBE4B7 background.


White color preview on #DBE4B7 background

This text has white color on #DBE4B7 background.