COLOR #DBEEB9

HEX: #DBEEB9
RGB: (219,238,185)

Color info

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

RGB color model

#DBEEB9 color RGB value is (219,238,185).

  • red value is 219;
  • green value is 238;
  • blue value is 185.
RGB:
(219,238,185)
(86%,93%,73%)

RGB channels and saturation

R 219 of 255 = 86%
G 238 of 255 = 93%
B 185 of 255 = 73%

219
238
185

R + G + B ~ 84%. #DBEEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 238 + 185 = 642 (100%)
R 219 of 642 ~ 34.11%
G 238 of 642 ~ 37.07%
B 185 of 642 ~ 28.82%

%34.11
%37.07
%28.82

CMYK color model

#DBEEB9 color CMYK value is (8,0,22,7).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 6.67%
CMYK:
(8,0,22,7)
C8M0Y22K7 
(8%,0%,22%,7%)
(0.08/0.00/0.22/0.07)	

CMYK percentages

%7.98
%0
%22.27
%6.67

Codes

Color #DBEEB9 in popluar color models

DBEEB9
RGB219238185
HSL82°60.92%82.94%
HSB/HSV82°22.27%93.33%
CMYK7.98%0.00%22.27%
6.67%

Color #DBEEB9 in popluar number systems.

HEXDBEEB9
Decimal219238185
Binary110110111110111010111001
Octal333356271

Shades and tints

Shades of #DBEEB9

#DBEEB9
(219,238,185)
#C8D9A9
(200,217,169)
#B5C499
(181,196,153)
#A2AF89
(162,175,137)
#8F9A79
(143,154,121)
#7C8569
(124,133,105)
#697059
(105,112,89)
#565B49
(86,91,73)
#434639
(67,70,57)
#303129
(48,49,41)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #DBEEB9

#DBEEB9
(219,238,185)
#DEEFBF
(222,239,191)
#E1F0C5
(225,240,197)
#E4F1CB
(228,241,203)
#E7F2D1
(231,242,209)
#EAF3D7
(234,243,215)
#EDF4DD
(237,244,221)
#F0F5E3
(240,245,227)
#F3F6E9
(243,246,233)
#F6F7EF
(246,247,239)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBEEB9 color. Also use rgb(219,238,185) instead hex code.

Text Font Color

.myTextColor { color: #DBEEB9; }

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

This text font color is #DBEEB9.


Background Color

.myBgColor { background-color: #DBEEB9; }

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

This div background color is #DBEEB9.


Border color

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

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

This div border color is #DBEEB9.


Opacity

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

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

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

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

This text has shadow with #DBEEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEEB9 on black background.


Color preview on white background

This text has color #DBEEB9 on white background.



Black color preview on #DBEEB9 background

This text has black color on #DBEEB9 background.


White color preview on #DBEEB9 background

This text has white color on #DBEEB9 background.