COLOR #DBEEBE

HEX: #DBEEBE RGB: (219,238,190)

Color info

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

RGB color model

#DBEEBE color RGB value is (219,238,190).

RGB: (219,238,190) (86%, 93%, 75%)

RGB channels and saturation

R 219 of 255 = 86%
G 238 of 255 = 93%
B 190 of 255 = 75%

219
238
190

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

Portions of RGB colors in percentages

R + G + B = 219 + 238 + 190 = 647 (100%)
R 219 of 647 ~ 33.85%
G 238 of 647 ~ 36.79%
B 190 of 647 ~ 29.37'%

%33.85
%36.79
%29.37

CMYK color model

#DBEEBE color CMYK value is (8,0,20,7).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 6.67%

CMYK: (8,0,20,7)
C8M0Y20K7 (8%, 0%, 20%, 7%)
(0.08 / 0.00 / 0.20 / 0.07)

CMYK percentages

%7.98
%0
%20.17
%6.67

Codes

Color #DBEEBE in popluar color models

DB EE BE
RGB 219 238 190
HSL 84° 58.54% 83.92%
HSB/HSV 84° 20.17% 93.33%
CMYK 7.98% 0.00% 20.17%
6.67%

Color #DBEEBE in popluar number systems.

HEX DB EE BE
Decimal 219 238 190
Binary 11011011 11101110 10111110
Octal 333 356 276

Shades and tints

Shades of #DBEEBE

#DBEEBE
(219,238,190)
#C8D9AD
(200,217,173)
#B5C49C
(181,196,156)
#A2AF8B
(162,175,139)
#8F9A7A
(143,154,122)
#7C8569
(124,133,105)
#697058
(105,112,88)
#565B47
(86,91,71)
#434636
(67,70,54)
#303125
(48,49,37)
#1D1C14
(29,28,20)
#000000
(0,0,0)

Tints of #DBEEBE

#DBEEBE
(219,238,190)
#DEEFC3
(222,239,195)
#E1F0C8
(225,240,200)
#E4F1CD
(228,241,205)
#E7F2D2
(231,242,210)
#EAF3D7
(234,243,215)
#EDF4DC
(237,244,220)
#F0F5E1
(240,245,225)
#F3F6E6
(243,246,230)
#F6F7EB
(246,247,235)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEEBE; }

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

This text font color is #DBEEBE.

Background Color

.myBgColor { background-color: #DBEEBE; }

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

This div background color is #DBEEBE.

Border color

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

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

This div border color is #DBEEBE.

Opacity

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

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

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

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

This text has shadow with #DBEEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEEBE.

Preview

Color preview on black background

This text has color #DBEEBE on black background.


Color preview on white background

This text has color #DBEEBE on white background.


Black color preview on #DBEEBE background

This text has black color on #DBEEBE background.


White color preview on #DBEEBE background

This text has white color on #DBEEBE background.


Related colors

Complementary color

Complementary color for #hex is #241141.


I love getcolorcode.com

Triadic colors

1 #BEDBEE and #EEBEDB with #DBEEBE are triadic colors.

2 #BEEEDB and #EEDBBE with #DBEEBE are triadic colors.