COLOR #DBECBB

HEX: #DBECBB RGB: (219,236,187)

Color info

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

RGB color model

#DBECBB color RGB value is (219,236,187).

RGB: (219,236,187) (86%, 93%, 73%)

RGB channels and saturation

R 219 of 255 = 86%
G 236 of 255 = 93%
B 187 of 255 = 73%

219
236
187

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

Portions of RGB colors in percentages

R + G + B = 219 + 236 + 187 = 642 (100%)
R 219 of 642 ~ 34.11%
G 236 of 642 ~ 36.76%
B 187 of 642 ~ 29.13'%

%34.11
%36.76
%29.13

CMYK color model

#DBECBB color CMYK value is (7,0,21,7).

  • cyan value is 7.20%
  • magenta value is 0.00%
  • yellow value is 20.76%
  • key color value is 7.45%

CMYK: (7,0,21,7)
C7M0Y21K7 (7%, 0%, 21%, 7%)
(0.07 / 0.00 / 0.21 / 0.07)

CMYK percentages

%7.2
%0
%20.76
%7.45

Codes

Color #DBECBB in popluar color models

DB EC BB
RGB 219 236 187
HSL 81° 56.32% 82.94%
HSB/HSV 81° 20.76% 92.55%
CMYK 7.20% 0.00% 20.76%
7.45%

Color #DBECBB in popluar number systems.

HEX DB EC BB
Decimal 219 236 187
Binary 11011011 11101100 10111011
Octal 333 354 273

Shades and tints

Shades of #DBECBB

#DBECBB
(219,236,187)
#C8D7AA
(200,215,170)
#B5C299
(181,194,153)
#A2AD88
(162,173,136)
#8F9877
(143,152,119)
#7C8366
(124,131,102)
#696E55
(105,110,85)
#565944
(86,89,68)
#434433
(67,68,51)
#302F22
(48,47,34)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #DBECBB

#DBECBB
(219,236,187)
#DEEDC1
(222,237,193)
#E1EEC7
(225,238,199)
#E4EFCD
(228,239,205)
#E7F0D3
(231,240,211)
#EAF1D9
(234,241,217)
#EDF2DF
(237,242,223)
#F0F3E5
(240,243,229)
#F3F4EB
(243,244,235)
#F6F5F1
(246,245,241)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBECBB; }

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

This text font color is #DBECBB.

Background Color

.myBgColor { background-color: #DBECBB; }

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

This div background color is #DBECBB.

Border color

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

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

This div border color is #DBECBB.

Opacity

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

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

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

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

This text has shadow with #DBECBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBECBB.

Preview

Color preview on black background

This text has color #DBECBB on black background.


Color preview on white background

This text has color #DBECBB on white background.


Black color preview on #DBECBB background

This text has black color on #DBECBB background.


White color preview on #DBECBB background

This text has white color on #DBECBB background.


Related colors

Complementary color

Complementary color for #hex is #241344.


I love getcolorcode.com

Triadic colors

1 #BBDBEC and #ECBBDB with #DBECBB are triadic colors.

2 #BBECDB and #ECDBBB with #DBECBB are triadic colors.