COLOR #DBEBCA

HEX: #DBEBCA
RGB: (219,235,202)

Color info

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

RGB color model

#DBEBCA color RGB value is (219,235,202).

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

RGB channels and saturation

R 219 of 255 = 86%
G 235 of 255 = 92%
B 202 of 255 = 79%

219
235
202

R + G + B ~ 86%. #DBEBCA is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 235 + 202 = 656 (100%)
R 219 of 656 ~ 33.38%
G 235 of 656 ~ 35.82%
B 202 of 656 ~ 30.79%

%33.38
%35.82
%30.79

CMYK color model

#DBEBCA color CMYK value is (7,0,14,8).

  • cyan value is 6.81%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 7.84%
CMYK:
(7,0,14,8)
C7M0Y14K8 
(7%,0%,14%,8%)
(0.07/0.00/0.14/0.08)	

CMYK percentages

%6.81
%0
%14.04
%7.84

Codes

Color #DBEBCA in popluar color models

DBEBCA
RGB219235202
HSL89°45.21%85.69%
HSB/HSV89°14.04%92.16%
CMYK6.81%0.00%14.04%
7.84%

Color #DBEBCA in popluar number systems.

HEXDBEBCA
Decimal219235202
Binary110110111110101111001010
Octal333353312

Shades and tints

Shades of #DBEBCA

#DBEBCA
(219,235,202)
#C8D6B8
(200,214,184)
#B5C1A6
(181,193,166)
#A2AC94
(162,172,148)
#8F9782
(143,151,130)
#7C8270
(124,130,112)
#696D5E
(105,109,94)
#56584C
(86,88,76)
#43433A
(67,67,58)
#302E28
(48,46,40)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #DBEBCA

#DBEBCA
(219,235,202)
#DEECCE
(222,236,206)
#E1EDD2
(225,237,210)
#E4EED6
(228,238,214)
#E7EFDA
(231,239,218)
#EAF0DE
(234,240,222)
#EDF1E2
(237,241,226)
#F0F2E6
(240,242,230)
#F3F3EA
(243,243,234)
#F6F4EE
(246,244,238)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBCA; }

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

This text font color is #DBEBCA.


Background Color

.myBgColor { background-color: #DBEBCA; }

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

This div background color is #DBEBCA.


Border color

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

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

This div border color is #DBEBCA.


Opacity

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

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

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

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

This text has shadow with #DBEBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEBCA on black background.


Color preview on white background

This text has color #DBEBCA on white background.



Black color preview on #DBEBCA background

This text has black color on #DBEBCA background.


White color preview on #DBEBCA background

This text has white color on #DBEBCA background.