COLOR #DABDE3

HEX: #DABDE3
RGB: (218,189,227)

Color info

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

RGB color model

#DABDE3 color RGB value is (218,189,227).

  • red value is 218;
  • green value is 189;
  • blue value is 227.
RGB:
(218,189,227)
(85%,74%,89%)

RGB channels and saturation

R 218 of 255 = 85%
G 189 of 255 = 74%
B 227 of 255 = 89%

218
189
227

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

Portions of RGB colors in percentages

R + G + B =
218 + 189 + 227 = 634 (100%)
R 218 of 634 ~ 34.38%
G 189 of 634 ~ 29.81%
B 227 of 634 ~ 35.8%

%34.38
%29.81
%35.8

CMYK color model

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

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

CMYK percentages

%3.96
%16.74
%0
%10.98

Codes

Color #DABDE3 in popluar color models

DABDE3
RGB218189227
HSL286°40.43%81.57%
HSB/HSV286°16.74%89.02%
CMYK3.96%16.74%0.00%
10.98%

Color #DABDE3 in popluar number systems.

HEXDABDE3
Decimal218189227
Binary110110101011110111100011
Octal332275343

Shades and tints

Shades of #DABDE3

#DABDE3
(218,189,227)
#C7ACCF
(199,172,207)
#B49BBB
(180,155,187)
#A18AA7
(161,138,167)
#8E7993
(142,121,147)
#7B687F
(123,104,127)
#68576B
(104,87,107)
#554657
(85,70,87)
#423543
(66,53,67)
#2F242F
(47,36,47)
#1C131B
(28,19,27)
#000000
(0,0,0)

Tints of #DABDE3

#DABDE3
(218,189,227)
#DDC3E5
(221,195,229)
#E0C9E7
(224,201,231)
#E3CFE9
(227,207,233)
#E6D5EB
(230,213,235)
#E9DBED
(233,219,237)
#ECE1EF
(236,225,239)
#EFE7F1
(239,231,241)
#F2EDF3
(242,237,243)
#F5F3F5
(245,243,245)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABDE3 color. Also use rgb(218,189,227) instead hex code.

Text Font Color

.myTextColor { color: #DABDE3; }

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

This text font color is #DABDE3.


Background Color

.myBgColor { background-color: #DABDE3; }

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

This div background color is #DABDE3.


Border color

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

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

This div border color is #DABDE3.


Opacity

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

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

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

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

This text has shadow with #DABDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABDE3 on black background.


Color preview on white background

This text has color #DABDE3 on white background.



Black color preview on #DABDE3 background

This text has black color on #DABDE3 background.


White color preview on #DABDE3 background

This text has white color on #DABDE3 background.