COLOR #DBEBC0

HEX: #DBEBC0 RGB: (219,235,192)

Color info

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

RGB color model

#DBEBC0 color RGB value is (219,235,192).

RGB: (219,235,192) (86%, 92%, 75%)

RGB channels and saturation

R 219 of 255 = 86%
G 235 of 255 = 92%
B 192 of 255 = 75%

219
235
192

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

Portions of RGB colors in percentages

R + G + B = 219 + 235 + 192 = 646 (100%)
R 219 of 646 ~ 33.9%
G 235 of 646 ~ 36.38%
B 192 of 646 ~ 29.72'%

%33.9
%36.38
%29.72

CMYK color model

#DBEBC0 color CMYK value is (7,0,18,8).

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

CMYK: (7,0,18,8)
C7M0Y18K8 (7%, 0%, 18%, 8%)
(0.07 / 0.00 / 0.18 / 0.08)

CMYK percentages

%6.81
%0
%18.3
%7.84

Codes

Color #DBEBC0 in popluar color models

DB EB C0
RGB 219 235 192
HSL 82° 51.81% 83.73%
HSB/HSV 82° 18.30% 92.16%
CMYK 6.81% 0.00% 18.30%
7.84%

Color #DBEBC0 in popluar number systems.

HEX DB EB C0
Decimal 219 235 192
Binary 11011011 11101011 11000000
Octal 333 353 300

Shades and tints

Shades of #DBEBC0

#DBEBC0
(219,235,192)
#C8D6AF
(200,214,175)
#B5C19E
(181,193,158)
#A2AC8D
(162,172,141)
#8F977C
(143,151,124)
#7C826B
(124,130,107)
#696D5A
(105,109,90)
#565849
(86,88,73)
#434338
(67,67,56)
#302E27
(48,46,39)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #DBEBC0

#DBEBC0
(219,235,192)
#DEECC5
(222,236,197)
#E1EDCA
(225,237,202)
#E4EECF
(228,238,207)
#E7EFD4
(231,239,212)
#EAF0D9
(234,240,217)
#EDF1DE
(237,241,222)
#F0F2E3
(240,242,227)
#F3F3E8
(243,243,232)
#F6F4ED
(246,244,237)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBC0; }

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

This text font color is #DBEBC0.

Background Color

.myBgColor { background-color: #DBEBC0; }

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

This div background color is #DBEBC0.

Border color

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

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

This div border color is #DBEBC0.

Opacity

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

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

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

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

This text has shadow with #DBEBC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEBC0.

Preview

Color preview on black background

This text has color #DBEBC0 on black background.


Color preview on white background

This text has color #DBEBC0 on white background.


Black color preview on #DBEBC0 background

This text has black color on #DBEBC0 background.


White color preview on #DBEBC0 background

This text has white color on #DBEBC0 background.


Related colors

Complementary color

Complementary color for #hex is #24143F.


I love getcolorcode.com

Triadic colors

1 #C0DBEB and #EBC0DB with #DBEBC0 are triadic colors.

2 #C0EBDB and #EBDBC0 with #DBEBC0 are triadic colors.