COLOR #DBECAD

HEX: #DBECAD
RGB: (219,236,173)

Color info

#DBECAD contains mainly red and green colors. Web safe color of #DBECAD is #CCFF99 (or #CF9).

RGB color model

#DBECAD color RGB value is (219,236,173).

  • red value is 219;
  • green value is 236;
  • blue value is 173.
RGB:
(219,236,173)
(86%,93%,68%)

RGB channels and saturation

R 219 of 255 = 86%
G 236 of 255 = 93%
B 173 of 255 = 68%

219
236
173

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

Portions of RGB colors in percentages

R + G + B =
219 + 236 + 173 = 628 (100%)
R 219 of 628 ~ 34.87%
G 236 of 628 ~ 37.58%
B 173 of 628 ~ 27.55%

%34.87
%37.58
%27.55

CMYK color model

#DBECAD color CMYK value is (7,0,27,7).

  • cyan value is 7.20%
  • magenta value is 0.00%
  • yellow value is 26.69%
  • key color value is 7.45%
CMYK:
(7,0,27,7)
C7M0Y27K7 
(7%,0%,27%,7%)
(0.07/0.00/0.27/0.07)	

CMYK percentages

%7.2
%0
%26.69
%7.45

Codes

Color #DBECAD in popluar color models

DBECAD
RGB219236173
HSL76°62.38%80.20%
HSB/HSV76°26.69%92.55%
CMYK7.20%0.00%26.69%
7.45%

Color #DBECAD in popluar number systems.

HEXDBECAD
Decimal219236173
Binary110110111110110010101101
Octal333354255

Shades and tints

Shades of #DBECAD

#DBECAD
(219,236,173)
#C8D79E
(200,215,158)
#B5C28F
(181,194,143)
#A2AD80
(162,173,128)
#8F9871
(143,152,113)
#7C8362
(124,131,98)
#696E53
(105,110,83)
#565944
(86,89,68)
#434435
(67,68,53)
#302F26
(48,47,38)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #DBECAD

#DBECAD
(219,236,173)
#DEEDB4
(222,237,180)
#E1EEBB
(225,238,187)
#E4EFC2
(228,239,194)
#E7F0C9
(231,240,201)
#EAF1D0
(234,241,208)
#EDF2D7
(237,242,215)
#F0F3DE
(240,243,222)
#F3F4E5
(243,244,229)
#F6F5EC
(246,245,236)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBECAD color. Also use rgb(219,236,173) instead hex code.

Text Font Color

.myTextColor { color: #DBECAD; }

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

This text font color is #DBECAD.


Background Color

.myBgColor { background-color: #DBECAD; }

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

This div background color is #DBECAD.


Border color

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

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

This div border color is #DBECAD.


Opacity

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

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

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

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

This text has shadow with #DBECAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBECAD on black background.


Color preview on white background

This text has color #DBECAD on white background.



Black color preview on #DBECAD background

This text has black color on #DBECAD background.


White color preview on #DBECAD background

This text has white color on #DBECAD background.