COLOR #DBEFBA

HEX: #DBEFBA
RGB: (219,239,186)

Color info

#DBEFBA contains red, green and blue colors in about the same proportion. Web safe color of #DBEFBA is #CCFFCC (or #CFC).

RGB color model

#DBEFBA color RGB value is (219,239,186).

  • red value is 219;
  • green value is 239;
  • blue value is 186.
RGB:
(219,239,186)
(86%,94%,73%)

RGB channels and saturation

R 219 of 255 = 86%
G 239 of 255 = 94%
B 186 of 255 = 73%

219
239
186

R + G + B ~ 84%. #DBEFBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 239 + 186 = 644 (100%)
R 219 of 644 ~ 34.01%
G 239 of 644 ~ 37.11%
B 186 of 644 ~ 28.88%

%34.01
%37.11
%28.88

CMYK color model

#DBEFBA color CMYK value is (8,0,22,6).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 22.18%
  • key color value is 6.27%
CMYK:
(8,0,22,6)
C8M0Y22K6 
(8%,0%,22%,6%)
(0.08/0.00/0.22/0.06)	

CMYK percentages

%8.37
%0
%22.18
%6.27

Codes

Color #DBEFBA in popluar color models

DBEFBA
RGB219239186
HSL83°62.35%83.33%
HSB/HSV83°22.18%93.73%
CMYK8.37%0.00%22.18%
6.27%

Color #DBEFBA in popluar number systems.

HEXDBEFBA
Decimal219239186
Binary110110111110111110111010
Octal333357272

Shades and tints

Shades of #DBEFBA

#DBEFBA
(219,239,186)
#C8DAAA
(200,218,170)
#B5C59A
(181,197,154)
#A2B08A
(162,176,138)
#8F9B7A
(143,155,122)
#7C866A
(124,134,106)
#69715A
(105,113,90)
#565C4A
(86,92,74)
#43473A
(67,71,58)
#30322A
(48,50,42)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #DBEFBA

#DBEFBA
(219,239,186)
#DEF0C0
(222,240,192)
#E1F1C6
(225,241,198)
#E4F2CC
(228,242,204)
#E7F3D2
(231,243,210)
#EAF4D8
(234,244,216)
#EDF5DE
(237,245,222)
#F0F6E4
(240,246,228)
#F3F7EA
(243,247,234)
#F6F8F0
(246,248,240)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBEFBA color. Also use rgb(219,239,186) instead hex code.

Text Font Color

.myTextColor { color: #DBEFBA; }

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

This text font color is #DBEFBA.


Background Color

.myBgColor { background-color: #DBEFBA; }

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

This div background color is #DBEFBA.


Border color

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

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

This div border color is #DBEFBA.


Opacity

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

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

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

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

This text has shadow with #DBEFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEFBA on black background.


Color preview on white background

This text has color #DBEFBA on white background.



Black color preview on #DBEFBA background

This text has black color on #DBEFBA background.


White color preview on #DBEFBA background

This text has white color on #DBEFBA background.