COLOR #DBE4CB

HEX: #DBE4CB
RGB: (219,228,203)

Color info

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

RGB color model

#DBE4CB color RGB value is (219,228,203).

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

RGB channels and saturation

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

219
228
203

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

Portions of RGB colors in percentages

R + G + B =
219 + 228 + 203 = 650 (100%)
R 219 of 650 ~ 33.69%
G 228 of 650 ~ 35.08%
B 203 of 650 ~ 31.23%

%33.69
%35.08
%31.23

CMYK color model

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

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 10.59%
CMYK:
(4,0,11,11)
C4M0Y11K11 
(4%,0%,11%,11%)
(0.04/0.00/0.11/0.11)	

CMYK percentages

%3.95
%0
%10.96
%10.59

Codes

Color #DBE4CB in popluar color models

DBE4CB
RGB219228203
HSL82°31.65%84.51%
HSB/HSV82°10.96%89.41%
CMYK3.95%0.00%10.96%
10.59%

Color #DBE4CB in popluar number systems.

HEXDBE4CB
Decimal219228203
Binary110110111110010011001011
Octal333344313

Shades and tints

Shades of #DBE4CB

#DBE4CB
(219,228,203)
#C8D0B9
(200,208,185)
#B5BCA7
(181,188,167)
#A2A895
(162,168,149)
#8F9483
(143,148,131)
#7C8071
(124,128,113)
#696C5F
(105,108,95)
#56584D
(86,88,77)
#43443B
(67,68,59)
#303029
(48,48,41)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #DBE4CB

#DBE4CB
(219,228,203)
#DEE6CF
(222,230,207)
#E1E8D3
(225,232,211)
#E4EAD7
(228,234,215)
#E7ECDB
(231,236,219)
#EAEEDF
(234,238,223)
#EDF0E3
(237,240,227)
#F0F2E7
(240,242,231)
#F3F4EB
(243,244,235)
#F6F6EF
(246,246,239)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE4CB; }

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

This text font color is #DBE4CB.


Background Color

.myBgColor { background-color: #DBE4CB; }

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

This div background color is #DBE4CB.


Border color

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

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

This div border color is #DBE4CB.


Opacity

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

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

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

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

This text has shadow with #DBE4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE4CB on black background.


Color preview on white background

This text has color #DBE4CB on white background.



Black color preview on #DBE4CB background

This text has black color on #DBE4CB background.


White color preview on #DBE4CB background

This text has white color on #DBE4CB background.