COLOR #DBE1CB

HEX: #DBE1CB
RGB: (219,225,203)

Color info

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

RGB color model

#DBE1CB color RGB value is (219,225,203).

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

RGB channels and saturation

R 219 of 255 = 86%
G 225 of 255 = 88%
B 203 of 255 = 80%

219
225
203

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

Portions of RGB colors in percentages

R + G + B =
219 + 225 + 203 = 647 (100%)
R 219 of 647 ~ 33.85%
G 225 of 647 ~ 34.78%
B 203 of 647 ~ 31.38%

%33.85
%34.78
%31.38

CMYK color model

#DBE1CB color CMYK value is (3,0,10,12).

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 9.78%
  • key color value is 11.76%
CMYK:
(3,0,10,12)
C3M0Y10K12 
(3%,0%,10%,12%)
(0.03/0.00/0.10/0.12)	

CMYK percentages

%2.67
%0
%9.78
%11.76

Codes

Color #DBE1CB in popluar color models

DBE1CB
RGB219225203
HSL76°26.83%83.92%
HSB/HSV76°9.78%88.24%
CMYK2.67%0.00%9.78%
11.76%

Color #DBE1CB in popluar number systems.

HEXDBE1CB
Decimal219225203
Binary110110111110000111001011
Octal333341313

Shades and tints

Shades of #DBE1CB

#DBE1CB
(219,225,203)
#C8CDB9
(200,205,185)
#B5B9A7
(181,185,167)
#A2A595
(162,165,149)
#8F9183
(143,145,131)
#7C7D71
(124,125,113)
#69695F
(105,105,95)
#56554D
(86,85,77)
#43413B
(67,65,59)
#302D29
(48,45,41)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #DBE1CB

#DBE1CB
(219,225,203)
#DEE3CF
(222,227,207)
#E1E5D3
(225,229,211)
#E4E7D7
(228,231,215)
#E7E9DB
(231,233,219)
#EAEBDF
(234,235,223)
#EDEDE3
(237,237,227)
#F0EFE7
(240,239,231)
#F3F1EB
(243,241,235)
#F6F3EF
(246,243,239)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE1CB; }

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

This text font color is #DBE1CB.


Background Color

.myBgColor { background-color: #DBE1CB; }

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

This div background color is #DBE1CB.


Border color

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

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

This div border color is #DBE1CB.


Opacity

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

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

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

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

This text has shadow with #DBE1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE1CB on black background.


Color preview on white background

This text has color #DBE1CB on white background.



Black color preview on #DBE1CB background

This text has black color on #DBE1CB background.


White color preview on #DBE1CB background

This text has white color on #DBE1CB background.