COLOR #DBE2CA

HEX: #DBE2CA
RGB: (219,226,202)

Color info

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

RGB color model

#DBE2CA color RGB value is (219,226,202).

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

RGB channels and saturation

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

219
226
202

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

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 202 = 647 (100%)
R 219 of 647 ~ 33.85%
G 226 of 647 ~ 34.93%
B 202 of 647 ~ 31.22%

%33.85
%34.93
%31.22

CMYK color model

#DBE2CA color CMYK value is (3,0,11,11).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 10.62%
  • key color value is 11.37%
CMYK:
(3,0,11,11)
C3M0Y11K11 
(3%,0%,11%,11%)
(0.03/0.00/0.11/0.11)	

CMYK percentages

%3.1
%0
%10.62
%11.37

Codes

Color #DBE2CA in popluar color models

DBE2CA
RGB219226202
HSL78°29.27%83.92%
HSB/HSV78°10.62%88.63%
CMYK3.10%0.00%10.62%
11.37%

Color #DBE2CA in popluar number systems.

HEXDBE2CA
Decimal219226202
Binary110110111110001011001010
Octal333342312

Shades and tints

Shades of #DBE2CA

#DBE2CA
(219,226,202)
#C8CEB8
(200,206,184)
#B5BAA6
(181,186,166)
#A2A694
(162,166,148)
#8F9282
(143,146,130)
#7C7E70
(124,126,112)
#696A5E
(105,106,94)
#56564C
(86,86,76)
#43423A
(67,66,58)
#302E28
(48,46,40)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #DBE2CA

#DBE2CA
(219,226,202)
#DEE4CE
(222,228,206)
#E1E6D2
(225,230,210)
#E4E8D6
(228,232,214)
#E7EADA
(231,234,218)
#EAECDE
(234,236,222)
#EDEEE2
(237,238,226)
#F0F0E6
(240,240,230)
#F3F2EA
(243,242,234)
#F6F4EE
(246,244,238)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2CA; }

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

This text font color is #DBE2CA.


Background Color

.myBgColor { background-color: #DBE2CA; }

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

This div background color is #DBE2CA.


Border color

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

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

This div border color is #DBE2CA.


Opacity

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

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

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

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

This text has shadow with #DBE2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE2CA on black background.


Color preview on white background

This text has color #DBE2CA on white background.



Black color preview on #DBE2CA background

This text has black color on #DBE2CA background.


White color preview on #DBE2CA background

This text has white color on #DBE2CA background.