COLOR #DABEE4

HEX: #DABEE4
RGB: (218,190,228)

Color info

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

RGB color model

#DABEE4 color RGB value is (218,190,228).

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

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 228 of 255 = 89%

218
190
228

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

Portions of RGB colors in percentages

R + G + B =
218 + 190 + 228 = 636 (100%)
R 218 of 636 ~ 34.28%
G 190 of 636 ~ 29.87%
B 228 of 636 ~ 35.85%

%34.28
%29.87
%35.85

CMYK color model

#DABEE4 color CMYK value is (4,17,0,11).

  • cyan value is 4.39%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(4,17,0,11)
C4M17Y0K11 
(4%,17%,0%,11%)
(0.04/0.17/0.00/0.11)	

CMYK percentages

%4.39
%16.67
%0
%10.59

Codes

Color #DABEE4 in popluar color models

DABEE4
RGB218190228
HSL284°41.30%81.96%
HSB/HSV284°16.67%89.41%
CMYK4.39%16.67%0.00%
10.59%

Color #DABEE4 in popluar number systems.

HEXDABEE4
Decimal218190228
Binary110110101011111011100100
Octal332276344

Shades and tints

Shades of #DABEE4

#DABEE4
(218,190,228)
#C7ADD0
(199,173,208)
#B49CBC
(180,156,188)
#A18BA8
(161,139,168)
#8E7A94
(142,122,148)
#7B6980
(123,105,128)
#68586C
(104,88,108)
#554758
(85,71,88)
#423644
(66,54,68)
#2F2530
(47,37,48)
#1C141C
(28,20,28)
#000000
(0,0,0)

Tints of #DABEE4

#DABEE4
(218,190,228)
#DDC3E6
(221,195,230)
#E0C8E8
(224,200,232)
#E3CDEA
(227,205,234)
#E6D2EC
(230,210,236)
#E9D7EE
(233,215,238)
#ECDCF0
(236,220,240)
#EFE1F2
(239,225,242)
#F2E6F4
(242,230,244)
#F5EBF6
(245,235,246)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABEE4; }

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

This text font color is #DABEE4.


Background Color

.myBgColor { background-color: #DABEE4; }

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

This div background color is #DABEE4.


Border color

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

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

This div border color is #DABEE4.


Opacity

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

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

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

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

This text has shadow with #DABEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABEE4 on black background.


Color preview on white background

This text has color #DABEE4 on white background.



Black color preview on #DABEE4 background

This text has black color on #DABEE4 background.


White color preview on #DABEE4 background

This text has white color on #DABEE4 background.