COLOR #DBEBB6

HEX: #DBEBB6
RGB: (219,235,182)

Color info

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

RGB color model

#DBEBB6 color RGB value is (219,235,182).

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

RGB channels and saturation

R 219 of 255 = 86%
G 235 of 255 = 92%
B 182 of 255 = 71%

219
235
182

R + G + B ~ 83%. #DBEBB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 235 + 182 = 636 (100%)
R 219 of 636 ~ 34.43%
G 235 of 636 ~ 36.95%
B 182 of 636 ~ 28.62%

%34.43
%36.95
%28.62

CMYK color model

#DBEBB6 color CMYK value is (7,0,23,8).

  • cyan value is 6.81%
  • magenta value is 0.00%
  • yellow value is 22.55%
  • key color value is 7.84%
CMYK: (7,0,23,8) C7M0Y23K8 (7%,0%,23%,8%) (0.07/0.00/0.23/0.08)

CMYK percentages

%6.81
%0
%22.55
%7.84

Codes

Color #DBEBB6 in popluar color models

DBEBB6
RGB219235182
HSL78°56.99%81.76%
HSB/HSV78°22.55%92.16%
CMYK6.81%0.00%22.55%
7.84%

Color #DBEBB6 in popluar number systems.

HEXDBEBB6
Decimal219235182
Binary110110111110101110110110
Octal333353266

Shades and tints

Shades of #DBEBB6

#DBEBB6
(219,235,182)
#C8D6A6
(200,214,166)
#B5C196
(181,193,150)
#A2AC86
(162,172,134)
#8F9776
(143,151,118)
#7C8266
(124,130,102)
#696D56
(105,109,86)
#565846
(86,88,70)
#434336
(67,67,54)
#302E26
(48,46,38)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #DBEBB6

#DBEBB6
(219,235,182)
#DEECBC
(222,236,188)
#E1EDC2
(225,237,194)
#E4EEC8
(228,238,200)
#E7EFCE
(231,239,206)
#EAF0D4
(234,240,212)
#EDF1DA
(237,241,218)
#F0F2E0
(240,242,224)
#F3F3E6
(243,243,230)
#F6F4EC
(246,244,236)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBB6; }

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

This text font color is #DBEBB6.


Background Color

.myBgColor { background-color: #DBEBB6; }

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

This div background color is #DBEBB6.


Border color

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

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

This div border color is #DBEBB6.


Opacity

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

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

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

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

This text has shadow with #DBEBB6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DBEBB6 on black background.


Color preview on white background

This text has color #DBEBB6 on white background.



Black color preview on #DBEBB6 background

This text has black color on #DBEBB6 background.


White color preview on #DBEBB6 background

This text has white color on #DBEBB6 background.