COLOR #DBEBC3

HEX: #DBEBC3 RGB: (219,235,195)

Color info

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

RGB color model

#DBEBC3 color RGB value is (219,235,195).

RGB: (219,235,195) (86%, 92%, 76%)

RGB channels and saturation

R 219 of 255 = 86%
G 235 of 255 = 92%
B 195 of 255 = 76%

219
235
195

R + G + B ~ 85%. #DBEBC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 235 + 195 = 649 (100%)
R 219 of 649 ~ 33.74%
G 235 of 649 ~ 36.21%
B 195 of 649 ~ 30.05'%

%33.74
%36.21
%30.05

CMYK color model

#DBEBC3 color CMYK value is (7,0,17,8).

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

CMYK: (7,0,17,8)
C7M0Y17K8 (7%, 0%, 17%, 8%)
(0.07 / 0.00 / 0.17 / 0.08)

CMYK percentages

%6.81
%0
%17.02
%7.84

Codes

Color #DBEBC3 in popluar color models

DB EB C3
RGB 219 235 195
HSL 84° 50.00% 84.31%
HSB/HSV 84° 17.02% 92.16%
CMYK 6.81% 0.00% 17.02%
7.84%

Color #DBEBC3 in popluar number systems.

HEX DB EB C3
Decimal 219 235 195
Binary 11011011 11101011 11000011
Octal 333 353 303

Shades and tints

Shades of #DBEBC3

#DBEBC3
(219,235,195)
#C8D6B2
(200,214,178)
#B5C1A1
(181,193,161)
#A2AC90
(162,172,144)
#8F977F
(143,151,127)
#7C826E
(124,130,110)
#696D5D
(105,109,93)
#56584C
(86,88,76)
#43433B
(67,67,59)
#302E2A
(48,46,42)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #DBEBC3

#DBEBC3
(219,235,195)
#DEECC8
(222,236,200)
#E1EDCD
(225,237,205)
#E4EED2
(228,238,210)
#E7EFD7
(231,239,215)
#EAF0DC
(234,240,220)
#EDF1E1
(237,241,225)
#F0F2E6
(240,242,230)
#F3F3EB
(243,243,235)
#F6F4F0
(246,244,240)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBC3; }

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

This text font color is #DBEBC3.

Background Color

.myBgColor { background-color: #DBEBC3; }

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

This div background color is #DBEBC3.

Border color

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

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

This div border color is #DBEBC3.

Opacity

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

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

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

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

This text has shadow with #DBEBC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEBC3.

Preview

Color preview on black background

This text has color #DBEBC3 on black background.


Color preview on white background

This text has color #DBEBC3 on white background.


Black color preview on #DBEBC3 background

This text has black color on #DBEBC3 background.


White color preview on #DBEBC3 background

This text has white color on #DBEBC3 background.


Related colors

Complementary color

Complementary color for #hex is #24143C.


I love getcolorcode.com

Triadic colors

1 #C3DBEB and #EBC3DB with #DBEBC3 are triadic colors.

2 #C3EBDB and #EBDBC3 with #DBEBC3 are triadic colors.