COLOR #DAB8EB

HEX: #DAB8EB
RGB: (218,184,235)

Color info

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

RGB color model

#DAB8EB color RGB value is (218,184,235).

  • red value is 218;
  • green value is 184;
  • blue value is 235.
RGB:
(218,184,235)
(85%,72%,92%)

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 235 of 255 = 92%

218
184
235

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

Portions of RGB colors in percentages

R + G + B =
218 + 184 + 235 = 637 (100%)
R 218 of 637 ~ 34.22%
G 184 of 637 ~ 28.89%
B 235 of 637 ~ 36.89%

%34.22
%28.89
%36.89

CMYK color model

#DAB8EB color CMYK value is (7,22,0,8).

  • cyan value is 7.23%
  • magenta value is 21.70%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(7,22,0,8)
C7M22Y0K8 
(7%,22%,0%,8%)
(0.07/0.22/0.00/0.08)	

CMYK percentages

%7.23
%21.7
%0
%7.84

Codes

Color #DAB8EB in popluar color models

DAB8EB
RGB218184235
HSL280°56.04%82.16%
HSB/HSV280°21.70%92.16%
CMYK7.23%21.70%0.00%
7.84%

Color #DAB8EB in popluar number systems.

HEXDAB8EB
Decimal218184235
Binary110110101011100011101011
Octal332270353

Shades and tints

Shades of #DAB8EB

#DAB8EB
(218,184,235)
#C7A8D6
(199,168,214)
#B498C1
(180,152,193)
#A188AC
(161,136,172)
#8E7897
(142,120,151)
#7B6882
(123,104,130)
#68586D
(104,88,109)
#554858
(85,72,88)
#423843
(66,56,67)
#2F282E
(47,40,46)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DAB8EB

#DAB8EB
(218,184,235)
#DDBEEC
(221,190,236)
#E0C4ED
(224,196,237)
#E3CAEE
(227,202,238)
#E6D0EF
(230,208,239)
#E9D6F0
(233,214,240)
#ECDCF1
(236,220,241)
#EFE2F2
(239,226,242)
#F2E8F3
(242,232,243)
#F5EEF4
(245,238,244)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB8EB color. Also use rgb(218,184,235) instead hex code.

Text Font Color

.myTextColor { color: #DAB8EB; }

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

This text font color is #DAB8EB.


Background Color

.myBgColor { background-color: #DAB8EB; }

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

This div background color is #DAB8EB.


Border color

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

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

This div border color is #DAB8EB.


Opacity

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

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

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

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

This text has shadow with #DAB8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB8EB on black background.


Color preview on white background

This text has color #DAB8EB on white background.



Black color preview on #DAB8EB background

This text has black color on #DAB8EB background.


White color preview on #DAB8EB background

This text has white color on #DAB8EB background.