COLOR #DBEFB7

HEX: #DBEFB7
RGB: (219,239,183)

Color info

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

RGB color model

#DBEFB7 color RGB value is (219,239,183).

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

RGB channels and saturation

R 219 of 255 = 86%
G 239 of 255 = 94%
B 183 of 255 = 72%

219
239
183

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

Portions of RGB colors in percentages

R + G + B =
219 + 239 + 183 = 641 (100%)
R 219 of 641 ~ 34.17%
G 239 of 641 ~ 37.29%
B 183 of 641 ~ 28.55%

%34.17
%37.29
%28.55

CMYK color model

#DBEFB7 color CMYK value is (8,0,23,6).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 23.43%
  • key color value is 6.27%
CMYK:
(8,0,23,6)
C8M0Y23K6 
(8%,0%,23%,6%)
(0.08/0.00/0.23/0.06)	

CMYK percentages

%8.37
%0
%23.43
%6.27

Codes

Color #DBEFB7 in popluar color models

DBEFB7
RGB219239183
HSL81°63.64%82.75%
HSB/HSV81°23.43%93.73%
CMYK8.37%0.00%23.43%
6.27%

Color #DBEFB7 in popluar number systems.

HEXDBEFB7
Decimal219239183
Binary110110111110111110110111
Octal333357267

Shades and tints

Shades of #DBEFB7

#DBEFB7
(219,239,183)
#C8DAA7
(200,218,167)
#B5C597
(181,197,151)
#A2B087
(162,176,135)
#8F9B77
(143,155,119)
#7C8667
(124,134,103)
#697157
(105,113,87)
#565C47
(86,92,71)
#434737
(67,71,55)
#303227
(48,50,39)
#1D1D17
(29,29,23)
#000000
(0,0,0)

Tints of #DBEFB7

#DBEFB7
(219,239,183)
#DEF0BD
(222,240,189)
#E1F1C3
(225,241,195)
#E4F2C9
(228,242,201)
#E7F3CF
(231,243,207)
#EAF4D5
(234,244,213)
#EDF5DB
(237,245,219)
#F0F6E1
(240,246,225)
#F3F7E7
(243,247,231)
#F6F8ED
(246,248,237)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEFB7; }

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

This text font color is #DBEFB7.


Background Color

.myBgColor { background-color: #DBEFB7; }

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

This div background color is #DBEFB7.


Border color

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

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

This div border color is #DBEFB7.


Opacity

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

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

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

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

This text has shadow with #DBEFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEFB7 on black background.


Color preview on white background

This text has color #DBEFB7 on white background.



Black color preview on #DBEFB7 background

This text has black color on #DBEFB7 background.


White color preview on #DBEFB7 background

This text has white color on #DBEFB7 background.