COLOR #DAB8CF

HEX: #DAB8CF
RGB: (218,184,207)

Color info

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

RGB color model

#DAB8CF color RGB value is (218,184,207).

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

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 207 of 255 = 81%

218
184
207

R + G + B ~ 79%. #DAB8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 184 + 207 = 609 (100%)
R 218 of 609 ~ 35.8%
G 184 of 609 ~ 30.21%
B 207 of 609 ~ 33.99%

%35.8
%30.21
%33.99

CMYK color model

#DAB8CF color CMYK value is (0,16,5,15).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 5.05%
  • key color value is 14.51%
CMYK:
(0,16,5,15)
C0M16Y5K15 
(0%,16%,5%,15%)
(0.00/0.16/0.05/0.15)	

CMYK percentages

%0
%15.6
%5.05
%14.51

Codes

Color #DAB8CF in popluar color models

DAB8CF
RGB218184207
HSL319°31.48%78.82%
HSB/HSV319°15.60%85.49%
CMYK0.00%15.60%5.05%
14.51%

Color #DAB8CF in popluar number systems.

HEXDAB8CF
Decimal218184207
Binary110110101011100011001111
Octal332270317

Shades and tints

Shades of #DAB8CF

#DAB8CF
(218,184,207)
#C7A8BD
(199,168,189)
#B498AB
(180,152,171)
#A18899
(161,136,153)
#8E7887
(142,120,135)
#7B6875
(123,104,117)
#685863
(104,88,99)
#554851
(85,72,81)
#42383F
(66,56,63)
#2F282D
(47,40,45)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #DAB8CF

#DAB8CF
(218,184,207)
#DDBED3
(221,190,211)
#E0C4D7
(224,196,215)
#E3CADB
(227,202,219)
#E6D0DF
(230,208,223)
#E9D6E3
(233,214,227)
#ECDCE7
(236,220,231)
#EFE2EB
(239,226,235)
#F2E8EF
(242,232,239)
#F5EEF3
(245,238,243)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB8CF; }

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

This text font color is #DAB8CF.


Background Color

.myBgColor { background-color: #DAB8CF; }

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

This div background color is #DAB8CF.


Border color

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

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

This div border color is #DAB8CF.


Opacity

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

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

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

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

This text has shadow with #DAB8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB8CF on black background.


Color preview on white background

This text has color #DAB8CF on white background.



Black color preview on #DAB8CF background

This text has black color on #DAB8CF background.


White color preview on #DAB8CF background

This text has white color on #DAB8CF background.