COLOR #DBE7CC

HEX: #DBE7CC
RGB: (219,231,204)

Color info

#DBE7CC contains red, green and blue colors in about the same proportion. Web safe color of #DBE7CC is #CCFFCC (or #CFC).

RGB color model

#DBE7CC color RGB value is (219,231,204).

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

RGB channels and saturation

R 219 of 255 = 86%
G 231 of 255 = 91%
B 204 of 255 = 80%

219
231
204

R + G + B ~ 86%. #DBE7CC is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 231 + 204 = 654 (100%)
R 219 of 654 ~ 33.49%
G 231 of 654 ~ 35.32%
B 204 of 654 ~ 31.19%

%33.49
%35.32
%31.19

CMYK color model

#DBE7CC color CMYK value is (5,0,12,9).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 9.41%
CMYK:
(5,0,12,9)
C5M0Y12K9 
(5%,0%,12%,9%)
(0.05/0.00/0.12/0.09)	

CMYK percentages

%5.19
%0
%11.69
%9.41

Codes

Color #DBE7CC in popluar color models

DBE7CC
RGB219231204
HSL87°36.00%85.29%
HSB/HSV87°11.69%90.59%
CMYK5.19%0.00%11.69%
9.41%

Color #DBE7CC in popluar number systems.

HEXDBE7CC
Decimal219231204
Binary110110111110011111001100
Octal333347314

Shades and tints

Shades of #DBE7CC

#DBE7CC
(219,231,204)
#C8D2BA
(200,210,186)
#B5BDA8
(181,189,168)
#A2A896
(162,168,150)
#8F9384
(143,147,132)
#7C7E72
(124,126,114)
#696960
(105,105,96)
#56544E
(86,84,78)
#433F3C
(67,63,60)
#302A2A
(48,42,42)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #DBE7CC

#DBE7CC
(219,231,204)
#DEE9D0
(222,233,208)
#E1EBD4
(225,235,212)
#E4EDD8
(228,237,216)
#E7EFDC
(231,239,220)
#EAF1E0
(234,241,224)
#EDF3E4
(237,243,228)
#F0F5E8
(240,245,232)
#F3F7EC
(243,247,236)
#F6F9F0
(246,249,240)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE7CC; }

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

This text font color is #DBE7CC.


Background Color

.myBgColor { background-color: #DBE7CC; }

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

This div background color is #DBE7CC.


Border color

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

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

This div border color is #DBE7CC.


Opacity

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

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

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

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

This text has shadow with #DBE7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE7CC on black background.


Color preview on white background

This text has color #DBE7CC on white background.



Black color preview on #DBE7CC background

This text has black color on #DBE7CC background.


White color preview on #DBE7CC background

This text has white color on #DBE7CC background.