COLOR #DABEE0

HEX: #DABEE0
RGB: (218,190,224)

Color info

#DABEE0 contains red, green and blue colors in about the same proportion. Web safe color of #DABEE0 is #CCCCCC (or #CCC).

RGB color model

#DABEE0 color RGB value is (218,190,224).

  • red value is 218;
  • green value is 190;
  • blue value is 224.
RGB:
(218,190,224)
(85%,75%,88%)

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 224 of 255 = 88%

218
190
224

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

Portions of RGB colors in percentages

R + G + B =
218 + 190 + 224 = 632 (100%)
R 218 of 632 ~ 34.49%
G 190 of 632 ~ 30.06%
B 224 of 632 ~ 35.44%

%34.49
%30.06
%35.44

CMYK color model

#DABEE0 color CMYK value is (3,15,0,12).

  • cyan value is 2.68%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(3,15,0,12)
C3M15Y0K12 
(3%,15%,0%,12%)
(0.03/0.15/0.00/0.12)	

CMYK percentages

%2.68
%15.18
%0
%12.16

Codes

Color #DABEE0 in popluar color models

DABEE0
RGB218190224
HSL289°35.42%81.18%
HSB/HSV289°15.18%87.84%
CMYK2.68%15.18%0.00%
12.16%

Color #DABEE0 in popluar number systems.

HEXDABEE0
Decimal218190224
Binary110110101011111011100000
Octal332276340

Shades and tints

Shades of #DABEE0

#DABEE0
(218,190,224)
#C7ADCC
(199,173,204)
#B49CB8
(180,156,184)
#A18BA4
(161,139,164)
#8E7A90
(142,122,144)
#7B697C
(123,105,124)
#685868
(104,88,104)
#554754
(85,71,84)
#423640
(66,54,64)
#2F252C
(47,37,44)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #DABEE0

#DABEE0
(218,190,224)
#DDC3E2
(221,195,226)
#E0C8E4
(224,200,228)
#E3CDE6
(227,205,230)
#E6D2E8
(230,210,232)
#E9D7EA
(233,215,234)
#ECDCEC
(236,220,236)
#EFE1EE
(239,225,238)
#F2E6F0
(242,230,240)
#F5EBF2
(245,235,242)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABEE0 color. Also use rgb(218,190,224) instead hex code.

Text Font Color

.myTextColor { color: #DABEE0; }

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

This text font color is #DABEE0.


Background Color

.myBgColor { background-color: #DABEE0; }

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

This div background color is #DABEE0.


Border color

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

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

This div border color is #DABEE0.


Opacity

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

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

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

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

This text has shadow with #DABEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABEE0 on black background.


Color preview on white background

This text has color #DABEE0 on white background.



Black color preview on #DABEE0 background

This text has black color on #DABEE0 background.


White color preview on #DABEE0 background

This text has white color on #DABEE0 background.