COLOR #DABBF6

HEX: #DABBF6
RGB: (218,187,246)

Color info

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

RGB color model

#DABBF6 color RGB value is (218,187,246).

  • red value is 218;
  • green value is 187;
  • blue value is 246.
RGB:
(218,187,246)
(85%,73%,96%)

RGB channels and saturation

R 218 of 255 = 85%
G 187 of 255 = 73%
B 246 of 255 = 96%

218
187
246

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

Portions of RGB colors in percentages

R + G + B =
218 + 187 + 246 = 651 (100%)
R 218 of 651 ~ 33.49%
G 187 of 651 ~ 28.73%
B 246 of 651 ~ 37.79%

%33.49
%28.73
%37.79

CMYK color model

#DABBF6 color CMYK value is (11,24,0,4).

  • cyan value is 11.38%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(11,24,0,4)
C11M24Y0K4 
(11%,24%,0%,4%)
(0.11/0.24/0.00/0.04)	

CMYK percentages

%11.38
%23.98
%0
%3.53

Codes

Color #DABBF6 in popluar color models

DABBF6
RGB218187246
HSL272°76.62%84.90%
HSB/HSV272°23.98%96.47%
CMYK11.38%23.98%0.00%
3.53%

Color #DABBF6 in popluar number systems.

HEXDABBF6
Decimal218187246
Binary110110101011101111110110
Octal332273366

Shades and tints

Shades of #DABBF6

#DABBF6
(218,187,246)
#C7AAE0
(199,170,224)
#B499CA
(180,153,202)
#A188B4
(161,136,180)
#8E779E
(142,119,158)
#7B6688
(123,102,136)
#685572
(104,85,114)
#55445C
(85,68,92)
#423346
(66,51,70)
#2F2230
(47,34,48)
#1C111A
(28,17,26)
#000000
(0,0,0)

Tints of #DABBF6

#DABBF6
(218,187,246)
#DDC1F6
(221,193,246)
#E0C7F6
(224,199,246)
#E3CDF6
(227,205,246)
#E6D3F6
(230,211,246)
#E9D9F6
(233,217,246)
#ECDFF6
(236,223,246)
#EFE5F6
(239,229,246)
#F2EBF6
(242,235,246)
#F5F1F6
(245,241,246)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABBF6 color. Also use rgb(218,187,246) instead hex code.

Text Font Color

.myTextColor { color: #DABBF6; }

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

This text font color is #DABBF6.


Background Color

.myBgColor { background-color: #DABBF6; }

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

This div background color is #DABBF6.


Border color

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

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

This div border color is #DABBF6.


Opacity

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

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

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

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

This text has shadow with #DABBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABBF6 on black background.


Color preview on white background

This text has color #DABBF6 on white background.



Black color preview on #DABBF6 background

This text has black color on #DABBF6 background.


White color preview on #DABBF6 background

This text has white color on #DABBF6 background.