COLOR #DBEBCC

HEX: #DBEBCC
RGB: (219,235,204)

Color info

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

RGB color model

#DBEBCC color RGB value is (219,235,204).

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

RGB channels and saturation

R 219 of 255 = 86%
G 235 of 255 = 92%
B 204 of 255 = 80%

219
235
204

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

Portions of RGB colors in percentages

R + G + B =
219 + 235 + 204 = 658 (100%)
R 219 of 658 ~ 33.28%
G 235 of 658 ~ 35.71%
B 204 of 658 ~ 31%

%33.28
%35.71
%31

CMYK color model

#DBEBCC color CMYK value is (7,0,13,8).

  • cyan value is 6.81%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(7,0,13,8)
C7M0Y13K8 
(7%,0%,13%,8%)
(0.07/0.00/0.13/0.08)	

CMYK percentages

%6.81
%0
%13.19
%7.84

Codes

Color #DBEBCC in popluar color models

DBEBCC
RGB219235204
HSL91°43.66%86.08%
HSB/HSV91°13.19%92.16%
CMYK6.81%0.00%13.19%
7.84%

Color #DBEBCC in popluar number systems.

HEXDBEBCC
Decimal219235204
Binary110110111110101111001100
Octal333353314

Shades and tints

Shades of #DBEBCC

#DBEBCC
(219,235,204)
#C8D6BA
(200,214,186)
#B5C1A8
(181,193,168)
#A2AC96
(162,172,150)
#8F9784
(143,151,132)
#7C8272
(124,130,114)
#696D60
(105,109,96)
#56584E
(86,88,78)
#43433C
(67,67,60)
#302E2A
(48,46,42)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #DBEBCC

#DBEBCC
(219,235,204)
#DEECD0
(222,236,208)
#E1EDD4
(225,237,212)
#E4EED8
(228,238,216)
#E7EFDC
(231,239,220)
#EAF0E0
(234,240,224)
#EDF1E4
(237,241,228)
#F0F2E8
(240,242,232)
#F3F3EC
(243,243,236)
#F6F4F0
(246,244,240)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBCC; }

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

This text font color is #DBEBCC.


Background Color

.myBgColor { background-color: #DBEBCC; }

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

This div background color is #DBEBCC.


Border color

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

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

This div border color is #DBEBCC.


Opacity

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

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

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

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

This text has shadow with #DBEBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEBCC on black background.


Color preview on white background

This text has color #DBEBCC on white background.



Black color preview on #DBEBCC background

This text has black color on #DBEBCC background.


White color preview on #DBEBCC background

This text has white color on #DBEBCC background.