COLOR #DBEFCD

HEX: #DBEFCD
RGB: (219,239,205)

Color info

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

RGB color model

#DBEFCD color RGB value is (219,239,205).

  • red value is 219;
  • green value is 239;
  • blue value is 205.
RGB:
(219,239,205)
(86%,94%,80%)

RGB channels and saturation

R 219 of 255 = 86%
G 239 of 255 = 94%
B 205 of 255 = 80%

219
239
205

R + G + B ~ 87%. #DBEFCD is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 239 + 205 = 663 (100%)
R 219 of 663 ~ 33.03%
G 239 of 663 ~ 36.05%
B 205 of 663 ~ 30.92%

%33.03
%36.05
%30.92

CMYK color model

#DBEFCD color CMYK value is (8,0,14,6).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 14.23%
  • key color value is 6.27%
CMYK:
(8,0,14,6)
C8M0Y14K6 
(8%,0%,14%,6%)
(0.08/0.00/0.14/0.06)	

CMYK percentages

%8.37
%0
%14.23
%6.27

Codes

Color #DBEFCD in popluar color models

DBEFCD
RGB219239205
HSL95°51.52%87.06%
HSB/HSV95°14.23%93.73%
CMYK8.37%0.00%14.23%
6.27%

Color #DBEFCD in popluar number systems.

HEXDBEFCD
Decimal219239205
Binary110110111110111111001101
Octal333357315

Shades and tints

Shades of #DBEFCD

#DBEFCD
(219,239,205)
#C8DABB
(200,218,187)
#B5C5A9
(181,197,169)
#A2B097
(162,176,151)
#8F9B85
(143,155,133)
#7C8673
(124,134,115)
#697161
(105,113,97)
#565C4F
(86,92,79)
#43473D
(67,71,61)
#30322B
(48,50,43)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #DBEFCD

#DBEFCD
(219,239,205)
#DEF0D1
(222,240,209)
#E1F1D5
(225,241,213)
#E4F2D9
(228,242,217)
#E7F3DD
(231,243,221)
#EAF4E1
(234,244,225)
#EDF5E5
(237,245,229)
#F0F6E9
(240,246,233)
#F3F7ED
(243,247,237)
#F6F8F1
(246,248,241)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBEFCD color. Also use rgb(219,239,205) instead hex code.

Text Font Color

.myTextColor { color: #DBEFCD; }

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

This text font color is #DBEFCD.


Background Color

.myBgColor { background-color: #DBEFCD; }

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

This div background color is #DBEFCD.


Border color

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

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

This div border color is #DBEFCD.


Opacity

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

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

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

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

This text has shadow with #DBEFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEFCD on black background.


Color preview on white background

This text has color #DBEFCD on white background.



Black color preview on #DBEFCD background

This text has black color on #DBEFCD background.


White color preview on #DBEFCD background

This text has white color on #DBEFCD background.