COLOR #DBE4BF

HEX: #DBE4BF
RGB: (219,228,191)

Color info

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

RGB color model

#DBE4BF color RGB value is (219,228,191).

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

RGB channels and saturation

R 219 of 255 = 86%
G 228 of 255 = 89%
B 191 of 255 = 75%

219
228
191

R + G + B ~ 83%. #DBE4BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 228 + 191 = 638 (100%)
R 219 of 638 ~ 34.33%
G 228 of 638 ~ 35.74%
B 191 of 638 ~ 29.94%

%34.33
%35.74
%29.94

CMYK color model

#DBE4BF color CMYK value is (4,0,16,11).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 10.59%
CMYK:
(4,0,16,11)
C4M0Y16K11 
(4%,0%,16%,11%)
(0.04/0.00/0.16/0.11)	

CMYK percentages

%3.95
%0
%16.23
%10.59

Codes

Color #DBE4BF in popluar color models

DBE4BF
RGB219228191
HSL75°40.66%82.16%
HSB/HSV75°16.23%89.41%
CMYK3.95%0.00%16.23%
10.59%

Color #DBE4BF in popluar number systems.

HEXDBE4BF
Decimal219228191
Binary110110111110010010111111
Octal333344277

Shades and tints

Shades of #DBE4BF

#DBE4BF
(219,228,191)
#C8D0AE
(200,208,174)
#B5BC9D
(181,188,157)
#A2A88C
(162,168,140)
#8F947B
(143,148,123)
#7C806A
(124,128,106)
#696C59
(105,108,89)
#565848
(86,88,72)
#434437
(67,68,55)
#303026
(48,48,38)
#1D1C15
(29,28,21)
#000000
(0,0,0)

Tints of #DBE4BF

#DBE4BF
(219,228,191)
#DEE6C4
(222,230,196)
#E1E8C9
(225,232,201)
#E4EACE
(228,234,206)
#E7ECD3
(231,236,211)
#EAEED8
(234,238,216)
#EDF0DD
(237,240,221)
#F0F2E2
(240,242,226)
#F3F4E7
(243,244,231)
#F6F6EC
(246,246,236)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE4BF; }

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

This text font color is #DBE4BF.


Background Color

.myBgColor { background-color: #DBE4BF; }

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

This div background color is #DBE4BF.


Border color

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

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

This div border color is #DBE4BF.


Opacity

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

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

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

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

This text has shadow with #DBE4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE4BF on black background.


Color preview on white background

This text has color #DBE4BF on white background.



Black color preview on #DBE4BF background

This text has black color on #DBE4BF background.


White color preview on #DBE4BF background

This text has white color on #DBE4BF background.