COLOR #DBEDBB

HEX: #DBEDBB RGB: (219,237,187)

Color info

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

RGB color model

#DBEDBB color RGB value is (219,237,187).

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

RGB channels and saturation

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

219
237
187

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

Portions of RGB colors in percentages

R + G + B = 219 + 237 + 187 = 643 (100%)
R 219 of 643 ~ 34.06%
G 237 of 643 ~ 36.86%
B 187 of 643 ~ 29.08'%

%34.06
%36.86
%29.08

CMYK color model

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

  • cyan value is 7.59%
  • magenta value is 0.00%
  • yellow value is 21.10%
  • key color value is 7.06%
CMYK: (8,0,21,7) C8M0Y21K7 (8%,0%,21%,7%) (0.08/0.00/0.21/0.07) 

CMYK percentages

%7.59
%0
%21.1
%7.06

Codes

Color #DBEDBB in popluar color models

DB ED BB
RGB 219 237 187
HSL 82° 58.14% 83.14%
HSB/HSV 82° 21.10% 92.94%
CMYK 7.59% 0.00% 21.10%
7.06%

Color #DBEDBB in popluar number systems.

HEX DB ED BB
Decimal 219 237 187
Binary 11011011 11101101 10111011
Octal 333 355 273

Shades and tints

Shades of #DBEDBB

#DBEDBB
(219,237,187)
#C8D8AA
(200,216,170)
#B5C399
(181,195,153)
#A2AE88
(162,174,136)
#8F9977
(143,153,119)
#7C8466
(124,132,102)
#696F55
(105,111,85)
#565A44
(86,90,68)
#434533
(67,69,51)
#303022
(48,48,34)
#1D1B11
(29,27,17)
#000000
(0,0,0)

Tints of #DBEDBB

#DBEDBB
(219,237,187)
#DEEEC1
(222,238,193)
#E1EFC7
(225,239,199)
#E4F0CD
(228,240,205)
#E7F1D3
(231,241,211)
#EAF2D9
(234,242,217)
#EDF3DF
(237,243,223)
#F0F4E5
(240,244,229)
#F3F5EB
(243,245,235)
#F6F6F1
(246,246,241)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEDBB; }

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

This text font color is #DBEDBB.

Background Color

.myBgColor { background-color: #DBEDBB; }

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

This div background color is #DBEDBB.

Border color

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

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

This div border color is #DBEDBB.

Opacity

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

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

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

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

This text has shadow with #DBEDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEDBB.

Preview

Color preview on black background

This text has color #DBEDBB on black background.


Color preview on white background

This text has color #DBEDBB on white background.


Black color preview on #DBEDBB background

This text has black color on #DBEDBB background.


White color preview on #DBEDBB background

This text has white color on #DBEDBB background.


Related colors

Complementary color

Complementary color for #hex is #241244.


I love getcolorcode.com

Triadic colors

1 #BBDBED and #EDBBDB with #DBEDBB are triadic colors.

2 #BBEDDB and #EDDBBB with #DBEDBB are triadic colors.