COLOR #DABCF5

HEX: #DABCF5
RGB: (218,188,245)

Color info

#DABCF5 contains red, green and blue colors in about the same proportion. Web safe color of #DABCF5 is #CCCCFF (or #CCF).

RGB color model

#DABCF5 color RGB value is (218,188,245).

  • red value is 218;
  • green value is 188;
  • blue value is 245.
RGB:
(218,188,245)
(85%,74%,96%)

RGB channels and saturation

R 218 of 255 = 85%
G 188 of 255 = 74%
B 245 of 255 = 96%

218
188
245

R + G + B ~ 85%. #DABCF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 188 + 245 = 651 (100%)
R 218 of 651 ~ 33.49%
G 188 of 651 ~ 28.88%
B 245 of 651 ~ 37.63%

%33.49
%28.88
%37.63

CMYK color model

#DABCF5 color CMYK value is (11,23,0,4).

  • cyan value is 11.02%
  • magenta value is 23.27%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(11,23,0,4)
C11M23Y0K4 
(11%,23%,0%,4%)
(0.11/0.23/0.00/0.04)	

CMYK percentages

%11.02
%23.27
%0
%3.92

Codes

Color #DABCF5 in popluar color models

DABCF5
RGB218188245
HSL272°74.03%84.90%
HSB/HSV272°23.27%96.08%
CMYK11.02%23.27%0.00%
3.92%

Color #DABCF5 in popluar number systems.

HEXDABCF5
Decimal218188245
Binary110110101011110011110101
Octal332274365

Shades and tints

Shades of #DABCF5

#DABCF5
(218,188,245)
#C7ABDF
(199,171,223)
#B49AC9
(180,154,201)
#A189B3
(161,137,179)
#8E789D
(142,120,157)
#7B6787
(123,103,135)
#685671
(104,86,113)
#55455B
(85,69,91)
#423445
(66,52,69)
#2F232F
(47,35,47)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #DABCF5

#DABCF5
(218,188,245)
#DDC2F5
(221,194,245)
#E0C8F5
(224,200,245)
#E3CEF5
(227,206,245)
#E6D4F5
(230,212,245)
#E9DAF5
(233,218,245)
#ECE0F5
(236,224,245)
#EFE6F5
(239,230,245)
#F2ECF5
(242,236,245)
#F5F2F5
(245,242,245)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABCF5 color. Also use rgb(218,188,245) instead hex code.

Text Font Color

.myTextColor { color: #DABCF5; }

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

This text font color is #DABCF5.


Background Color

.myBgColor { background-color: #DABCF5; }

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

This div background color is #DABCF5.


Border color

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

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

This div border color is #DABCF5.


Opacity

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

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

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

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

This text has shadow with #DABCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABCF5 on black background.


Color preview on white background

This text has color #DABCF5 on white background.



Black color preview on #DABCF5 background

This text has black color on #DABCF5 background.


White color preview on #DABCF5 background

This text has white color on #DABCF5 background.