COLOR #DBEB8C

HEX: #DBEB8C
RGB: (219,235,140)

Color info

#DBEB8C contains mainly red and green colors. Web safe color of #DBEB8C is #CCFF99 (or #CF9).

RGB color model

#DBEB8C color RGB value is (219,235,140).

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

RGB channels and saturation

R 219 of 255 = 86%
G 235 of 255 = 92%
B 140 of 255 = 55%

219
235
140

R + G + B ~ 78%. #DBEB8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 235 + 140 = 594 (100%)
R 219 of 594 ~ 36.87%
G 235 of 594 ~ 39.56%
B 140 of 594 ~ 23.57%

%36.87
%39.56
%23.57

CMYK color model

#DBEB8C color CMYK value is (7,0,40,8).

  • cyan value is 6.81%
  • magenta value is 0.00%
  • yellow value is 40.43%
  • key color value is 7.84%
CMYK:
(7,0,40,8)
C7M0Y40K8 
(7%,0%,40%,8%)
(0.07/0.00/0.40/0.08)	

CMYK percentages

%6.81
%0
%40.43
%7.84

Codes

Color #DBEB8C in popluar color models

DBEB8C
RGB219235140
HSL70°70.37%73.53%
HSB/HSV70°40.43%92.16%
CMYK6.81%0.00%40.43%
7.84%

Color #DBEB8C in popluar number systems.

HEXDBEB8C
Decimal219235140
Binary110110111110101110001100
Octal333353214

Shades and tints

Shades of #DBEB8C

#DBEB8C
(219,235,140)
#C8D680
(200,214,128)
#B5C174
(181,193,116)
#A2AC68
(162,172,104)
#8F975C
(143,151,92)
#7C8250
(124,130,80)
#696D44
(105,109,68)
#565838
(86,88,56)
#43432C
(67,67,44)
#302E20
(48,46,32)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #DBEB8C

#DBEB8C
(219,235,140)
#DEEC96
(222,236,150)
#E1EDA0
(225,237,160)
#E4EEAA
(228,238,170)
#E7EFB4
(231,239,180)
#EAF0BE
(234,240,190)
#EDF1C8
(237,241,200)
#F0F2D2
(240,242,210)
#F3F3DC
(243,243,220)
#F6F4E6
(246,244,230)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEB8C; }

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

This text font color is #DBEB8C.


Background Color

.myBgColor { background-color: #DBEB8C; }

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

This div background color is #DBEB8C.


Border color

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

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

This div border color is #DBEB8C.


Opacity

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

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

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

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

This text has shadow with #DBEB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEB8C on black background.


Color preview on white background

This text has color #DBEB8C on white background.



Black color preview on #DBEB8C background

This text has black color on #DBEB8C background.


White color preview on #DBEB8C background

This text has white color on #DBEB8C background.