COLOR #DBE6C2

HEX: #DBE6C2
RGB: (219,230,194)

Color info

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

RGB color model

#DBE6C2 color RGB value is (219,230,194).

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

RGB channels and saturation

R 219 of 255 = 86%
G 230 of 255 = 90%
B 194 of 255 = 76%

219
230
194

R + G + B ~ 84%. #DBE6C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 230 + 194 = 643 (100%)
R 219 of 643 ~ 34.06%
G 230 of 643 ~ 35.77%
B 194 of 643 ~ 30.17%

%34.06
%35.77
%30.17

CMYK color model

#DBE6C2 color CMYK value is (5,0,16,10).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 9.80%
CMYK:
(5,0,16,10)
C5M0Y16K10 
(5%,0%,16%,10%)
(0.05/0.00/0.16/0.10)	

CMYK percentages

%4.78
%0
%15.65
%9.8

Codes

Color #DBE6C2 in popluar color models

DBE6C2
RGB219230194
HSL78°41.86%83.14%
HSB/HSV78°15.65%90.20%
CMYK4.78%0.00%15.65%
9.80%

Color #DBE6C2 in popluar number systems.

HEXDBE6C2
Decimal219230194
Binary110110111110011011000010
Octal333346302

Shades and tints

Shades of #DBE6C2

#DBE6C2
(219,230,194)
#C8D2B1
(200,210,177)
#B5BEA0
(181,190,160)
#A2AA8F
(162,170,143)
#8F967E
(143,150,126)
#7C826D
(124,130,109)
#696E5C
(105,110,92)
#565A4B
(86,90,75)
#43463A
(67,70,58)
#303229
(48,50,41)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #DBE6C2

#DBE6C2
(219,230,194)
#DEE8C7
(222,232,199)
#E1EACC
(225,234,204)
#E4ECD1
(228,236,209)
#E7EED6
(231,238,214)
#EAF0DB
(234,240,219)
#EDF2E0
(237,242,224)
#F0F4E5
(240,244,229)
#F3F6EA
(243,246,234)
#F6F8EF
(246,248,239)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE6C2; }

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

This text font color is #DBE6C2.


Background Color

.myBgColor { background-color: #DBE6C2; }

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

This div background color is #DBE6C2.


Border color

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

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

This div border color is #DBE6C2.


Opacity

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

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

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

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

This text has shadow with #DBE6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE6C2 on black background.


Color preview on white background

This text has color #DBE6C2 on white background.



Black color preview on #DBE6C2 background

This text has black color on #DBE6C2 background.


White color preview on #DBE6C2 background

This text has white color on #DBE6C2 background.