COLOR #DBEAEA

HEX: #DBEAEA
RGB: (219,234,234)

Color info

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

RGB color model

#DBEAEA color RGB value is (219,234,234).

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

RGB channels and saturation

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

219
234
234

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

Portions of RGB colors in percentages

R + G + B =
219 + 234 + 234 = 687 (100%)
R 219 of 687 ~ 31.88%
G 234 of 687 ~ 34.06%
B 234 of 687 ~ 34.06%

%31.88
%34.06
%34.06

CMYK color model

#DBEAEA color CMYK value is (6,0,0,8).

  • cyan value is 6.41%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(6,0,0,8)
C6M0Y0K8 
(6%,0%,0%,8%)
(0.06/0.00/0.00/0.08)	

CMYK percentages

%6.41
%0
%0
%8.24

Codes

Color #DBEAEA in popluar color models

DBEAEA
RGB219234234
HSL180°26.32%88.82%
HSB/HSV180°6.41%91.76%
CMYK6.41%0.00%0.00%
8.24%

Color #DBEAEA in popluar number systems.

HEXDBEAEA
Decimal219234234
Binary110110111110101011101010
Octal333352352

Shades and tints

Shades of #DBEAEA

#DBEAEA
(219,234,234)
#C8D5D5
(200,213,213)
#B5C0C0
(181,192,192)
#A2ABAB
(162,171,171)
#8F9696
(143,150,150)
#7C8181
(124,129,129)
#696C6C
(105,108,108)
#565757
(86,87,87)
#434242
(67,66,66)
#302D2D
(48,45,45)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #DBEAEA

#DBEAEA
(219,234,234)
#DEEBEB
(222,235,235)
#E1ECEC
(225,236,236)
#E4EDED
(228,237,237)
#E7EEEE
(231,238,238)
#EAEFEF
(234,239,239)
#EDF0F0
(237,240,240)
#F0F1F1
(240,241,241)
#F3F2F2
(243,242,242)
#F6F3F3
(246,243,243)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEAEA; }

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

This text font color is #DBEAEA.


Background Color

.myBgColor { background-color: #DBEAEA; }

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

This div background color is #DBEAEA.


Border color

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

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

This div border color is #DBEAEA.


Opacity

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

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

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

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

This text has shadow with #DBEAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEAEA on black background.


Color preview on white background

This text has color #DBEAEA on white background.



Black color preview on #DBEAEA background

This text has black color on #DBEAEA background.


White color preview on #DBEAEA background

This text has white color on #DBEAEA background.