COLOR #DBEB91

HEX: #DBEB91
RGB: (219,235,145)

Color info

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

RGB color model

#DBEB91 color RGB value is (219,235,145).

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

RGB channels and saturation

R 219 of 255 = 86%
G 235 of 255 = 92%
B 145 of 255 = 57%

219
235
145

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

Portions of RGB colors in percentages

R + G + B =
219 + 235 + 145 = 599 (100%)
R 219 of 599 ~ 36.56%
G 235 of 599 ~ 39.23%
B 145 of 599 ~ 24.21%

%36.56
%39.23
%24.21

CMYK color model

#DBEB91 color CMYK value is (7,0,38,8).

  • cyan value is 6.81%
  • magenta value is 0.00%
  • yellow value is 38.30%
  • key color value is 7.84%
CMYK:
(7,0,38,8)
C7M0Y38K8 
(7%,0%,38%,8%)
(0.07/0.00/0.38/0.08)	

CMYK percentages

%6.81
%0
%38.3
%7.84

Codes

Color #DBEB91 in popluar color models

DBEB91
RGB219235145
HSL71°69.23%74.51%
HSB/HSV71°38.30%92.16%
CMYK6.81%0.00%38.30%
7.84%

Color #DBEB91 in popluar number systems.

HEXDBEB91
Decimal219235145
Binary110110111110101110010001
Octal333353221

Shades and tints

Shades of #DBEB91

#DBEB91
(219,235,145)
#C8D684
(200,214,132)
#B5C177
(181,193,119)
#A2AC6A
(162,172,106)
#8F975D
(143,151,93)
#7C8250
(124,130,80)
#696D43
(105,109,67)
#565836
(86,88,54)
#434329
(67,67,41)
#302E1C
(48,46,28)
#1D190F
(29,25,15)
#000000
(0,0,0)

Tints of #DBEB91

#DBEB91
(219,235,145)
#DEEC9B
(222,236,155)
#E1EDA5
(225,237,165)
#E4EEAF
(228,238,175)
#E7EFB9
(231,239,185)
#EAF0C3
(234,240,195)
#EDF1CD
(237,241,205)
#F0F2D7
(240,242,215)
#F3F3E1
(243,243,225)
#F6F4EB
(246,244,235)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEB91; }

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

This text font color is #DBEB91.


Background Color

.myBgColor { background-color: #DBEB91; }

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

This div background color is #DBEB91.


Border color

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

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

This div border color is #DBEB91.


Opacity

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

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

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

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

This text has shadow with #DBEB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEB91 on black background.


Color preview on white background

This text has color #DBEB91 on white background.



Black color preview on #DBEB91 background

This text has black color on #DBEB91 background.


White color preview on #DBEB91 background

This text has white color on #DBEB91 background.