COLOR #DBEBC2

HEX: #DBEBC2
RGB: (219,235,194)

Color info

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

RGB color model

#DBEBC2 color RGB value is (219,235,194).

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

RGB channels and saturation

R 219 of 255 = 86%
G 235 of 255 = 92%
B 194 of 255 = 76%

219
235
194

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

Portions of RGB colors in percentages

R + G + B =
219 + 235 + 194 = 648 (100%)
R 219 of 648 ~ 33.8%
G 235 of 648 ~ 36.27%
B 194 of 648 ~ 29.94%

%33.8
%36.27
%29.94

CMYK color model

#DBEBC2 color CMYK value is (7,0,17,8).

  • cyan value is 6.81%
  • magenta value is 0.00%
  • yellow value is 17.45%
  • key color value is 7.84%
CMYK:
(7,0,17,8)
C7M0Y17K8 
(7%,0%,17%,8%)
(0.07/0.00/0.17/0.08)	

CMYK percentages

%6.81
%0
%17.45
%7.84

Codes

Color #DBEBC2 in popluar color models

DBEBC2
RGB219235194
HSL83°50.62%84.12%
HSB/HSV83°17.45%92.16%
CMYK6.81%0.00%17.45%
7.84%

Color #DBEBC2 in popluar number systems.

HEXDBEBC2
Decimal219235194
Binary110110111110101111000010
Octal333353302

Shades and tints

Shades of #DBEBC2

#DBEBC2
(219,235,194)
#C8D6B1
(200,214,177)
#B5C1A0
(181,193,160)
#A2AC8F
(162,172,143)
#8F977E
(143,151,126)
#7C826D
(124,130,109)
#696D5C
(105,109,92)
#56584B
(86,88,75)
#43433A
(67,67,58)
#302E29
(48,46,41)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #DBEBC2

#DBEBC2
(219,235,194)
#DEECC7
(222,236,199)
#E1EDCC
(225,237,204)
#E4EED1
(228,238,209)
#E7EFD6
(231,239,214)
#EAF0DB
(234,240,219)
#EDF1E0
(237,241,224)
#F0F2E5
(240,242,229)
#F3F3EA
(243,243,234)
#F6F4EF
(246,244,239)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBC2; }

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

This text font color is #DBEBC2.


Background Color

.myBgColor { background-color: #DBEBC2; }

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

This div background color is #DBEBC2.


Border color

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

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

This div border color is #DBEBC2.


Opacity

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

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

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

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

This text has shadow with #DBEBC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEBC2 on black background.


Color preview on white background

This text has color #DBEBC2 on white background.



Black color preview on #DBEBC2 background

This text has black color on #DBEBC2 background.


White color preview on #DBEBC2 background

This text has white color on #DBEBC2 background.