COLOR #DBEFB4

HEX: #DBEFB4
RGB: (219,239,180)

Color info

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

RGB color model

#DBEFB4 color RGB value is (219,239,180).

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

RGB channels and saturation

R 219 of 255 = 86%
G 239 of 255 = 94%
B 180 of 255 = 71%

219
239
180

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

Portions of RGB colors in percentages

R + G + B =
219 + 239 + 180 = 638 (100%)
R 219 of 638 ~ 34.33%
G 239 of 638 ~ 37.46%
B 180 of 638 ~ 28.21%

%34.33
%37.46
%28.21

CMYK color model

#DBEFB4 color CMYK value is (8,0,25,6).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 6.27%
CMYK:
(8,0,25,6)
C8M0Y25K6 
(8%,0%,25%,6%)
(0.08/0.00/0.25/0.06)	

CMYK percentages

%8.37
%0
%24.69
%6.27

Codes

Color #DBEFB4 in popluar color models

DBEFB4
RGB219239180
HSL80°64.84%82.16%
HSB/HSV80°24.69%93.73%
CMYK8.37%0.00%24.69%
6.27%

Color #DBEFB4 in popluar number systems.

HEXDBEFB4
Decimal219239180
Binary110110111110111110110100
Octal333357264

Shades and tints

Shades of #DBEFB4

#DBEFB4
(219,239,180)
#C8DAA4
(200,218,164)
#B5C594
(181,197,148)
#A2B084
(162,176,132)
#8F9B74
(143,155,116)
#7C8664
(124,134,100)
#697154
(105,113,84)
#565C44
(86,92,68)
#434734
(67,71,52)
#303224
(48,50,36)
#1D1D14
(29,29,20)
#000000
(0,0,0)

Tints of #DBEFB4

#DBEFB4
(219,239,180)
#DEF0BA
(222,240,186)
#E1F1C0
(225,241,192)
#E4F2C6
(228,242,198)
#E7F3CC
(231,243,204)
#EAF4D2
(234,244,210)
#EDF5D8
(237,245,216)
#F0F6DE
(240,246,222)
#F3F7E4
(243,247,228)
#F6F8EA
(246,248,234)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEFB4; }

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

This text font color is #DBEFB4.


Background Color

.myBgColor { background-color: #DBEFB4; }

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

This div background color is #DBEFB4.


Border color

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

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

This div border color is #DBEFB4.


Opacity

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

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

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

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

This text has shadow with #DBEFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEFB4 on black background.


Color preview on white background

This text has color #DBEFB4 on white background.



Black color preview on #DBEFB4 background

This text has black color on #DBEFB4 background.


White color preview on #DBEFB4 background

This text has white color on #DBEFB4 background.