COLOR #DBEBEB

HEX: #DBEBEB
RGB: (219,235,235)

Color info

#DBEBEB contains red, green and blue colors in about the same proportion. Web safe color of #DBEBEB is #CCFFFF (or #CFF).

RGB color model

#DBEBEB color RGB value is (219,235,235).

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

RGB channels and saturation

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

219
235
235

R + G + B ~ 90%. #DBEBEB is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 235 + 235 = 689 (100%)
R 219 of 689 ~ 31.79%
G 235 of 689 ~ 34.11%
B 235 of 689 ~ 34.11%

%31.79
%34.11
%34.11

CMYK color model

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

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

CMYK percentages

%6.81
%0
%0
%7.84

Codes

Color #DBEBEB in popluar color models

DBEBEB
RGB219235235
HSL180°28.57%89.02%
HSB/HSV180°6.81%92.16%
CMYK6.81%0.00%0.00%
7.84%

Color #DBEBEB in popluar number systems.

HEXDBEBEB
Decimal219235235
Binary110110111110101111101011
Octal333353353

Shades and tints

Shades of #DBEBEB

#DBEBEB
(219,235,235)
#C8D6D6
(200,214,214)
#B5C1C1
(181,193,193)
#A2ACAC
(162,172,172)
#8F9797
(143,151,151)
#7C8282
(124,130,130)
#696D6D
(105,109,109)
#565858
(86,88,88)
#434343
(67,67,67)
#302E2E
(48,46,46)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #DBEBEB

#DBEBEB
(219,235,235)
#DEECEC
(222,236,236)
#E1EDED
(225,237,237)
#E4EEEE
(228,238,238)
#E7EFEF
(231,239,239)
#EAF0F0
(234,240,240)
#EDF1F1
(237,241,241)
#F0F2F2
(240,242,242)
#F3F3F3
(243,243,243)
#F6F4F4
(246,244,244)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBEB; }

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

This text font color is #DBEBEB.


Background Color

.myBgColor { background-color: #DBEBEB; }

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

This div background color is #DBEBEB.


Border color

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

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

This div border color is #DBEBEB.


Opacity

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

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

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

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

This text has shadow with #DBEBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEBEB on black background.


Color preview on white background

This text has color #DBEBEB on white background.



Black color preview on #DBEBEB background

This text has black color on #DBEBEB background.


White color preview on #DBEBEB background

This text has white color on #DBEBEB background.