COLOR #DBE6CC

HEX: #DBE6CC
RGB: (219,230,204)

Color info

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

RGB color model

#DBE6CC color RGB value is (219,230,204).

  • red value is 219;
  • green value is 230;
  • blue value is 204.
RGB:
(219,230,204)
(86%,90%,80%)

RGB channels and saturation

R 219 of 255 = 86%
G 230 of 255 = 90%
B 204 of 255 = 80%

219
230
204

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

Portions of RGB colors in percentages

R + G + B =
219 + 230 + 204 = 653 (100%)
R 219 of 653 ~ 33.54%
G 230 of 653 ~ 35.22%
B 204 of 653 ~ 31.24%

%33.54
%35.22
%31.24

CMYK color model

#DBE6CC color CMYK value is (5,0,11,10).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 9.80%
CMYK:
(5,0,11,10)
C5M0Y11K10 
(5%,0%,11%,10%)
(0.05/0.00/0.11/0.10)	

CMYK percentages

%4.78
%0
%11.3
%9.8

Codes

Color #DBE6CC in popluar color models

DBE6CC
RGB219230204
HSL85°34.21%85.10%
HSB/HSV85°11.30%90.20%
CMYK4.78%0.00%11.30%
9.80%

Color #DBE6CC in popluar number systems.

HEXDBE6CC
Decimal219230204
Binary110110111110011011001100
Octal333346314

Shades and tints

Shades of #DBE6CC

#DBE6CC
(219,230,204)
#C8D2BA
(200,210,186)
#B5BEA8
(181,190,168)
#A2AA96
(162,170,150)
#8F9684
(143,150,132)
#7C8272
(124,130,114)
#696E60
(105,110,96)
#565A4E
(86,90,78)
#43463C
(67,70,60)
#30322A
(48,50,42)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #DBE6CC

#DBE6CC
(219,230,204)
#DEE8D0
(222,232,208)
#E1EAD4
(225,234,212)
#E4ECD8
(228,236,216)
#E7EEDC
(231,238,220)
#EAF0E0
(234,240,224)
#EDF2E4
(237,242,228)
#F0F4E8
(240,244,232)
#F3F6EC
(243,246,236)
#F6F8F0
(246,248,240)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE6CC color. Also use rgb(219,230,204) instead hex code.

Text Font Color

.myTextColor { color: #DBE6CC; }

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

This text font color is #DBE6CC.


Background Color

.myBgColor { background-color: #DBE6CC; }

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

This div background color is #DBE6CC.


Border color

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

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

This div border color is #DBE6CC.


Opacity

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

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

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

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

This text has shadow with #DBE6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE6CC on black background.


Color preview on white background

This text has color #DBE6CC on white background.



Black color preview on #DBE6CC background

This text has black color on #DBE6CC background.


White color preview on #DBE6CC background

This text has white color on #DBE6CC background.