COLOR #DBBAC7

HEX: #DBBAC7
RGB: (219,186,199)

Color info

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

RGB color model

#DBBAC7 color RGB value is (219,186,199).

  • red value is 219;
  • green value is 186;
  • blue value is 199.
RGB:
(219,186,199)
(86%,73%,78%)

RGB channels and saturation

R 219 of 255 = 86%
G 186 of 255 = 73%
B 199 of 255 = 78%

219
186
199

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

Portions of RGB colors in percentages

R + G + B =
219 + 186 + 199 = 604 (100%)
R 219 of 604 ~ 36.26%
G 186 of 604 ~ 30.79%
B 199 of 604 ~ 32.95%

%36.26
%30.79
%32.95

CMYK color model

#DBBAC7 color CMYK value is (0,15,9,14).

  • cyan value is 0.00%
  • magenta value is 15.07%
  • yellow value is 9.13%
  • key color value is 14.12%
CMYK:
(0,15,9,14)
C0M15Y9K14 
(0%,15%,9%,14%)
(0.00/0.15/0.09/0.14)	

CMYK percentages

%0
%15.07
%9.13
%14.12

Codes

Color #DBBAC7 in popluar color models

DBBAC7
RGB219186199
HSL336°31.43%79.41%
HSB/HSV336°15.07%85.88%
CMYK0.00%15.07%9.13%
14.12%

Color #DBBAC7 in popluar number systems.

HEXDBBAC7
Decimal219186199
Binary110110111011101011000111
Octal333272307

Shades and tints

Shades of #DBBAC7

#DBBAC7
(219,186,199)
#C8AAB5
(200,170,181)
#B59AA3
(181,154,163)
#A28A91
(162,138,145)
#8F7A7F
(143,122,127)
#7C6A6D
(124,106,109)
#695A5B
(105,90,91)
#564A49
(86,74,73)
#433A37
(67,58,55)
#302A25
(48,42,37)
#1D1A13
(29,26,19)
#000000
(0,0,0)

Tints of #DBBAC7

#DBBAC7
(219,186,199)
#DEC0CC
(222,192,204)
#E1C6D1
(225,198,209)
#E4CCD6
(228,204,214)
#E7D2DB
(231,210,219)
#EAD8E0
(234,216,224)
#EDDEE5
(237,222,229)
#F0E4EA
(240,228,234)
#F3EAEF
(243,234,239)
#F6F0F4
(246,240,244)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBAC7 color. Also use rgb(219,186,199) instead hex code.

Text Font Color

.myTextColor { color: #DBBAC7; }

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

This text font color is #DBBAC7.


Background Color

.myBgColor { background-color: #DBBAC7; }

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

This div background color is #DBBAC7.


Border color

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

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

This div border color is #DBBAC7.


Opacity

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

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

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

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

This text has shadow with #DBBAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBAC7 on black background.


Color preview on white background

This text has color #DBBAC7 on white background.



Black color preview on #DBBAC7 background

This text has black color on #DBBAC7 background.


White color preview on #DBBAC7 background

This text has white color on #DBBAC7 background.