COLOR #DBE3CA

HEX: #DBE3CA
RGB: (219,227,202)

Color info

#DBE3CA contains red, green and blue colors in about the same proportion. Web safe color of #DBE3CA is #CCCCCC (or #CCC).

RGB color model

#DBE3CA color RGB value is (219,227,202).

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

RGB channels and saturation

R 219 of 255 = 86%
G 227 of 255 = 89%
B 202 of 255 = 79%

219
227
202

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

Portions of RGB colors in percentages

R + G + B =
219 + 227 + 202 = 648 (100%)
R 219 of 648 ~ 33.8%
G 227 of 648 ~ 35.03%
B 202 of 648 ~ 31.17%

%33.8
%35.03
%31.17

CMYK color model

#DBE3CA color CMYK value is (4,0,11,11).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 11.01%
  • key color value is 10.98%
CMYK:
(4,0,11,11)
C4M0Y11K11 
(4%,0%,11%,11%)
(0.04/0.00/0.11/0.11)	

CMYK percentages

%3.52
%0
%11.01
%10.98

Codes

Color #DBE3CA in popluar color models

DBE3CA
RGB219227202
HSL79°30.86%84.12%
HSB/HSV79°11.01%89.02%
CMYK3.52%0.00%11.01%
10.98%

Color #DBE3CA in popluar number systems.

HEXDBE3CA
Decimal219227202
Binary110110111110001111001010
Octal333343312

Shades and tints

Shades of #DBE3CA

#DBE3CA
(219,227,202)
#C8CFB8
(200,207,184)
#B5BBA6
(181,187,166)
#A2A794
(162,167,148)
#8F9382
(143,147,130)
#7C7F70
(124,127,112)
#696B5E
(105,107,94)
#56574C
(86,87,76)
#43433A
(67,67,58)
#302F28
(48,47,40)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #DBE3CA

#DBE3CA
(219,227,202)
#DEE5CE
(222,229,206)
#E1E7D2
(225,231,210)
#E4E9D6
(228,233,214)
#E7EBDA
(231,235,218)
#EAEDDE
(234,237,222)
#EDEFE2
(237,239,226)
#F0F1E6
(240,241,230)
#F3F3EA
(243,243,234)
#F6F5EE
(246,245,238)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE3CA; }

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

This text font color is #DBE3CA.


Background Color

.myBgColor { background-color: #DBE3CA; }

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

This div background color is #DBE3CA.


Border color

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

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

This div border color is #DBE3CA.


Opacity

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

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

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

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

This text has shadow with #DBE3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE3CA on black background.


Color preview on white background

This text has color #DBE3CA on white background.



Black color preview on #DBE3CA background

This text has black color on #DBE3CA background.


White color preview on #DBE3CA background

This text has white color on #DBE3CA background.