COLOR #DBE2CB

HEX: #DBE2CB
RGB: (219,226,203)

Color info

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

RGB color model

#DBE2CB color RGB value is (219,226,203).

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

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 203 of 255 = 80%

219
226
203

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

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 203 = 648 (100%)
R 219 of 648 ~ 33.8%
G 226 of 648 ~ 34.88%
B 203 of 648 ~ 31.33%

%33.8
%34.88
%31.33

CMYK color model

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

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 10.18%
  • key color value is 11.37%
CMYK:
(3,0,10,11)
C3M0Y10K11 
(3%,0%,10%,11%)
(0.03/0.00/0.10/0.11)	

CMYK percentages

%3.1
%0
%10.18
%11.37

Codes

Color #DBE2CB in popluar color models

DBE2CB
RGB219226203
HSL78°28.40%84.12%
HSB/HSV78°10.18%88.63%
CMYK3.10%0.00%10.18%
11.37%

Color #DBE2CB in popluar number systems.

HEXDBE2CB
Decimal219226203
Binary110110111110001011001011
Octal333342313

Shades and tints

Shades of #DBE2CB

#DBE2CB
(219,226,203)
#C8CEB9
(200,206,185)
#B5BAA7
(181,186,167)
#A2A695
(162,166,149)
#8F9283
(143,146,131)
#7C7E71
(124,126,113)
#696A5F
(105,106,95)
#56564D
(86,86,77)
#43423B
(67,66,59)
#302E29
(48,46,41)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #DBE2CB

#DBE2CB
(219,226,203)
#DEE4CF
(222,228,207)
#E1E6D3
(225,230,211)
#E4E8D7
(228,232,215)
#E7EADB
(231,234,219)
#EAECDF
(234,236,223)
#EDEEE3
(237,238,227)
#F0F0E7
(240,240,231)
#F3F2EB
(243,242,235)
#F6F4EF
(246,244,239)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2CB; }

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

This text font color is #DBE2CB.


Background Color

.myBgColor { background-color: #DBE2CB; }

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

This div background color is #DBE2CB.


Border color

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

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

This div border color is #DBE2CB.


Opacity

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

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

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

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

This text has shadow with #DBE2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE2CB on black background.


Color preview on white background

This text has color #DBE2CB on white background.



Black color preview on #DBE2CB background

This text has black color on #DBE2CB background.


White color preview on #DBE2CB background

This text has white color on #DBE2CB background.