COLOR #DBEFCE

HEX: #DBEFCE RGB: (219,239,206)

Color info

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

RGB color model

#DBEFCE color RGB value is (219,239,206).

RGB: (219,239,206) (86%, 94%, 81%)

RGB channels and saturation

R 219 of 255 = 86%
G 239 of 255 = 94%
B 206 of 255 = 81%

219
239
206

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

Portions of RGB colors in percentages

R + G + B = 219 + 239 + 206 = 664 (100%)
R 219 of 664 ~ 32.98%
G 239 of 664 ~ 35.99%
B 206 of 664 ~ 31.02'%

%32.98
%35.99
%31.02

CMYK color model

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

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 13.81%
  • 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
%13.81
%6.27

Codes

Color #DBEFCE in popluar color models

DB EF CE
RGB 219 239 206
HSL 96° 50.77% 87.25%
HSB/HSV 96° 13.81% 93.73%
CMYK 8.37% 0.00% 13.81%
6.27%

Color #DBEFCE in popluar number systems.

HEX DB EF CE
Decimal 219 239 206
Binary 11011011 11101111 11001110
Octal 333 357 316

Shades and tints

Shades of #DBEFCE

#DBEFCE
(219,239,206)
#C8DABC
(200,218,188)
#B5C5AA
(181,197,170)
#A2B098
(162,176,152)
#8F9B86
(143,155,134)
#7C8674
(124,134,116)
#697162
(105,113,98)
#565C50
(86,92,80)
#43473E
(67,71,62)
#30322C
(48,50,44)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #DBEFCE

#DBEFCE
(219,239,206)
#DEF0D2
(222,240,210)
#E1F1D6
(225,241,214)
#E4F2DA
(228,242,218)
#E7F3DE
(231,243,222)
#EAF4E2
(234,244,226)
#EDF5E6
(237,245,230)
#F0F6EA
(240,246,234)
#F3F7EE
(243,247,238)
#F6F8F2
(246,248,242)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEFCE; }

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

This text font color is #DBEFCE.

Background Color

.myBgColor { background-color: #DBEFCE; }

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

This div background color is #DBEFCE.

Border color

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

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

This div border color is #DBEFCE.

Opacity

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

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

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

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

This text has shadow with #DBEFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEFCE.

Preview

Color preview on black background

This text has color #DBEFCE on black background.


Color preview on white background

This text has color #DBEFCE on white background.


Black color preview on #DBEFCE background

This text has black color on #DBEFCE background.


White color preview on #DBEFCE background

This text has white color on #DBEFCE background.


Related colors

Complementary color

Complementary color for #hex is #241031.


I love getcolorcode.com

Triadic colors

1 #CEDBEF and #EFCEDB with #DBEFCE are triadic colors.

2 #CEEFDB and #EFDBCE with #DBEFCE are triadic colors.