COLOR #DBACCF

HEX: #DBACCF
RGB: (219,172,207)

Color info

#DBACCF contains red, green and blue colors in about the same proportion. Web safe color of #DBACCF is #CC99CC (or #C9C).

RGB color model

#DBACCF color RGB value is (219,172,207).

  • red value is 219;
  • green value is 172;
  • blue value is 207.
RGB:
(219,172,207)
(86%,67%,81%)

RGB channels and saturation

R 219 of 255 = 86%
G 172 of 255 = 67%
B 207 of 255 = 81%

219
172
207

R + G + B ~ 78%. #DBACCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 172 + 207 = 598 (100%)
R 219 of 598 ~ 36.62%
G 172 of 598 ~ 28.76%
B 207 of 598 ~ 34.62%

%36.62
%28.76
%34.62

CMYK color model

#DBACCF color CMYK value is (0,21,5,14).

  • cyan value is 0.00%
  • magenta value is 21.46%
  • yellow value is 5.48%
  • key color value is 14.12%
CMYK:
(0,21,5,14)
C0M21Y5K14 
(0%,21%,5%,14%)
(0.00/0.21/0.05/0.14)	

CMYK percentages

%0
%21.46
%5.48
%14.12

Codes

Color #DBACCF in popluar color models

DBACCF
RGB219172207
HSL315°39.50%76.67%
HSB/HSV315°21.46%85.88%
CMYK0.00%21.46%5.48%
14.12%

Color #DBACCF in popluar number systems.

HEXDBACCF
Decimal219172207
Binary110110111010110011001111
Octal333254317

Shades and tints

Shades of #DBACCF

#DBACCF
(219,172,207)
#C89DBD
(200,157,189)
#B58EAB
(181,142,171)
#A27F99
(162,127,153)
#8F7087
(143,112,135)
#7C6175
(124,97,117)
#695263
(105,82,99)
#564351
(86,67,81)
#43343F
(67,52,63)
#30252D
(48,37,45)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #DBACCF

#DBACCF
(219,172,207)
#DEB3D3
(222,179,211)
#E1BAD7
(225,186,215)
#E4C1DB
(228,193,219)
#E7C8DF
(231,200,223)
#EACFE3
(234,207,227)
#EDD6E7
(237,214,231)
#F0DDEB
(240,221,235)
#F3E4EF
(243,228,239)
#F6EBF3
(246,235,243)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBACCF color. Also use rgb(219,172,207) instead hex code.

Text Font Color

.myTextColor { color: #DBACCF; }

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

This text font color is #DBACCF.


Background Color

.myBgColor { background-color: #DBACCF; }

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

This div background color is #DBACCF.


Border color

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

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

This div border color is #DBACCF.


Opacity

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

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

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

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

This text has shadow with #DBACCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBACCF on black background.


Color preview on white background

This text has color #DBACCF on white background.



Black color preview on #DBACCF background

This text has black color on #DBACCF background.


White color preview on #DBACCF background

This text has white color on #DBACCF background.