COLOR #DBEBD3

HEX: #DBEBD3
RGB: (219,235,211)

Color info

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

RGB color model

#DBEBD3 color RGB value is (219,235,211).

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

RGB channels and saturation

R 219 of 255 = 86%
G 235 of 255 = 92%
B 211 of 255 = 83%

219
235
211

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

Portions of RGB colors in percentages

R + G + B =
219 + 235 + 211 = 665 (100%)
R 219 of 665 ~ 32.93%
G 235 of 665 ~ 35.34%
B 211 of 665 ~ 31.73%

%32.93
%35.34
%31.73

CMYK color model

#DBEBD3 color CMYK value is (7,0,10,8).

  • cyan value is 6.81%
  • magenta value is 0.00%
  • yellow value is 10.21%
  • key color value is 7.84%
CMYK:
(7,0,10,8)
C7M0Y10K8 
(7%,0%,10%,8%)
(0.07/0.00/0.10/0.08)	

CMYK percentages

%6.81
%0
%10.21
%7.84

Codes

Color #DBEBD3 in popluar color models

DBEBD3
RGB219235211
HSL100°37.50%87.45%
HSB/HSV100°10.21%92.16%
CMYK6.81%0.00%10.21%
7.84%

Color #DBEBD3 in popluar number systems.

HEXDBEBD3
Decimal219235211
Binary110110111110101111010011
Octal333353323

Shades and tints

Shades of #DBEBD3

#DBEBD3
(219,235,211)
#C8D6C0
(200,214,192)
#B5C1AD
(181,193,173)
#A2AC9A
(162,172,154)
#8F9787
(143,151,135)
#7C8274
(124,130,116)
#696D61
(105,109,97)
#56584E
(86,88,78)
#43433B
(67,67,59)
#302E28
(48,46,40)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #DBEBD3

#DBEBD3
(219,235,211)
#DEECD7
(222,236,215)
#E1EDDB
(225,237,219)
#E4EEDF
(228,238,223)
#E7EFE3
(231,239,227)
#EAF0E7
(234,240,231)
#EDF1EB
(237,241,235)
#F0F2EF
(240,242,239)
#F3F3F3
(243,243,243)
#F6F4F7
(246,244,247)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBD3; }

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

This text font color is #DBEBD3.


Background Color

.myBgColor { background-color: #DBEBD3; }

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

This div background color is #DBEBD3.


Border color

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

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

This div border color is #DBEBD3.


Opacity

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

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

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

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

This text has shadow with #DBEBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEBD3 on black background.


Color preview on white background

This text has color #DBEBD3 on white background.



Black color preview on #DBEBD3 background

This text has black color on #DBEBD3 background.


White color preview on #DBEBD3 background

This text has white color on #DBEBD3 background.