COLOR #DBEBDD

HEX: #DBEBDD RGB: (219,235,221)

Color info

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

RGB color model

#DBEBDD color RGB value is (219,235,221).

RGB: (219,235,221) (86%, 92%, 87%)

RGB channels and saturation

R 219 of 255 = 86%
G 235 of 255 = 92%
B 221 of 255 = 87%

219
235
221

R + G + B ~ 88%. #DBEBDD is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 235 + 221 = 675 (100%)
R 219 of 675 ~ 32.44%
G 235 of 675 ~ 34.81%
B 221 of 675 ~ 32.74'%

%32.44
%34.81
%32.74

CMYK color model

#DBEBDD color CMYK value is (7,0,6,8).

  • cyan value is 6.81%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 7.84%

CMYK: (7,0,6,8)
C7M0Y6K8 (7%, 0%, 6%, 8%)
(0.07 / 0.00 / 0.06 / 0.08)

CMYK percentages

%6.81
%0
%5.96
%7.84

Codes

Color #DBEBDD in popluar color models

DB EB DD
RGB 219 235 221
HSL 128° 28.57% 89.02%
HSB/HSV 128° 6.81% 92.16%
CMYK 6.81% 0.00% 5.96%
7.84%

Color #DBEBDD in popluar number systems.

HEX DB EB DD
Decimal 219 235 221
Binary 11011011 11101011 11011101
Octal 333 353 335

Shades and tints

Shades of #DBEBDD

#DBEBDD
(219,235,221)
#C8D6C9
(200,214,201)
#B5C1B5
(181,193,181)
#A2ACA1
(162,172,161)
#8F978D
(143,151,141)
#7C8279
(124,130,121)
#696D65
(105,109,101)
#565851
(86,88,81)
#43433D
(67,67,61)
#302E29
(48,46,41)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #DBEBDD

#DBEBDD
(219,235,221)
#DEECE0
(222,236,224)
#E1EDE3
(225,237,227)
#E4EEE6
(228,238,230)
#E7EFE9
(231,239,233)
#EAF0EC
(234,240,236)
#EDF1EF
(237,241,239)
#F0F2F2
(240,242,242)
#F3F3F5
(243,243,245)
#F6F4F8
(246,244,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBEBDD color. Also use rgb(219,235,221) instead hex code.

Text Font Color

.myTextColor { color: #DBEBDD; }

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

This text font color is #DBEBDD.

Background Color

.myBgColor { background-color: #DBEBDD; }

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

This div background color is #DBEBDD.

Border color

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

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

This div border color is #DBEBDD.

Opacity

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

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

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

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

This text has shadow with #DBEBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEBDD.

Preview

Color preview on black background

This text has color #DBEBDD on black background.


Color preview on white background

This text has color #DBEBDD on white background.


Black color preview on #DBEBDD background

This text has black color on #DBEBDD background.


White color preview on #DBEBDD background

This text has white color on #DBEBDD background.


Related colors

Complementary color

Complementary color for #hex is #241422.


I love getcolorcode.com

Triadic colors

1 #DDDBEB and #EBDDDB with #DBEBDD are triadic colors.

2 #DDEBDB and #EBDBDD with #DBEBDD are triadic colors.