COLOR #DBECB6

HEX: #DBECB6
RGB: (219,236,182)

Color info

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

RGB color model

#DBECB6 color RGB value is (219,236,182).

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

RGB channels and saturation

R 219 of 255 = 86%
G 236 of 255 = 93%
B 182 of 255 = 71%

219
236
182

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

Portions of RGB colors in percentages

R + G + B =
219 + 236 + 182 = 637 (100%)
R 219 of 637 ~ 34.38%
G 236 of 637 ~ 37.05%
B 182 of 637 ~ 28.57%

%34.38
%37.05
%28.57

CMYK color model

#DBECB6 color CMYK value is (7,0,23,7).

  • cyan value is 7.20%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 7.45%
CMYK:
(7,0,23,7)
C7M0Y23K7 
(7%,0%,23%,7%)
(0.07/0.00/0.23/0.07)	

CMYK percentages

%7.2
%0
%22.88
%7.45

Codes

Color #DBECB6 in popluar color models

DBECB6
RGB219236182
HSL79°58.70%81.96%
HSB/HSV79°22.88%92.55%
CMYK7.20%0.00%22.88%
7.45%

Color #DBECB6 in popluar number systems.

HEXDBECB6
Decimal219236182
Binary110110111110110010110110
Octal333354266

Shades and tints

Shades of #DBECB6

#DBECB6
(219,236,182)
#C8D7A6
(200,215,166)
#B5C296
(181,194,150)
#A2AD86
(162,173,134)
#8F9876
(143,152,118)
#7C8366
(124,131,102)
#696E56
(105,110,86)
#565946
(86,89,70)
#434436
(67,68,54)
#302F26
(48,47,38)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #DBECB6

#DBECB6
(219,236,182)
#DEEDBC
(222,237,188)
#E1EEC2
(225,238,194)
#E4EFC8
(228,239,200)
#E7F0CE
(231,240,206)
#EAF1D4
(234,241,212)
#EDF2DA
(237,242,218)
#F0F3E0
(240,243,224)
#F3F4E6
(243,244,230)
#F6F5EC
(246,245,236)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBECB6; }

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

This text font color is #DBECB6.


Background Color

.myBgColor { background-color: #DBECB6; }

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

This div background color is #DBECB6.


Border color

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

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

This div border color is #DBECB6.


Opacity

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

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

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

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

This text has shadow with #DBECB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBECB6 on black background.


Color preview on white background

This text has color #DBECB6 on white background.



Black color preview on #DBECB6 background

This text has black color on #DBECB6 background.


White color preview on #DBECB6 background

This text has white color on #DBECB6 background.