COLOR #DBEBD6

HEX: #DBEBD6
RGB: (219,235,214)

Color info

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

RGB color model

#DBEBD6 color RGB value is (219,235,214).

  • red value is 219;
  • green value is 235;
  • blue value is 214.
RGB:
(219,235,214)
(86%,92%,84%)

RGB channels and saturation

R 219 of 255 = 86%
G 235 of 255 = 92%
B 214 of 255 = 84%

219
235
214

R + G + B ~ 87%. #DBEBD6 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 235 + 214 = 668 (100%)
R 219 of 668 ~ 32.78%
G 235 of 668 ~ 35.18%
B 214 of 668 ~ 32.04%

%32.78
%35.18
%32.04

CMYK color model

#DBEBD6 color CMYK value is (7,0,9,8).

  • cyan value is 6.81%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(7,0,9,8)
C7M0Y9K8 
(7%,0%,9%,8%)
(0.07/0.00/0.09/0.08)	

CMYK percentages

%6.81
%0
%8.94
%7.84

Codes

Color #DBEBD6 in popluar color models

DBEBD6
RGB219235214
HSL106°34.43%88.04%
HSB/HSV106°8.94%92.16%
CMYK6.81%0.00%8.94%
7.84%

Color #DBEBD6 in popluar number systems.

HEXDBEBD6
Decimal219235214
Binary110110111110101111010110
Octal333353326

Shades and tints

Shades of #DBEBD6

#DBEBD6
(219,235,214)
#C8D6C3
(200,214,195)
#B5C1B0
(181,193,176)
#A2AC9D
(162,172,157)
#8F978A
(143,151,138)
#7C8277
(124,130,119)
#696D64
(105,109,100)
#565851
(86,88,81)
#43433E
(67,67,62)
#302E2B
(48,46,43)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #DBEBD6

#DBEBD6
(219,235,214)
#DEECD9
(222,236,217)
#E1EDDC
(225,237,220)
#E4EEDF
(228,238,223)
#E7EFE2
(231,239,226)
#EAF0E5
(234,240,229)
#EDF1E8
(237,241,232)
#F0F2EB
(240,242,235)
#F3F3EE
(243,243,238)
#F6F4F1
(246,244,241)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBD6; }

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

This text font color is #DBEBD6.


Background Color

.myBgColor { background-color: #DBEBD6; }

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

This div background color is #DBEBD6.


Border color

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

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

This div border color is #DBEBD6.


Opacity

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

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

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

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

This text has shadow with #DBEBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEBD6 on black background.


Color preview on white background

This text has color #DBEBD6 on white background.



Black color preview on #DBEBD6 background

This text has black color on #DBEBD6 background.


White color preview on #DBEBD6 background

This text has white color on #DBEBD6 background.