COLOR #DBBEC9

HEX: #DBBEC9
RGB: (219,190,201)

Color info

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

RGB color model

#DBBEC9 color RGB value is (219,190,201).

  • red value is 219;
  • green value is 190;
  • blue value is 201.
RGB:
(219,190,201)
(86%,75%,79%)

RGB channels and saturation

R 219 of 255 = 86%
G 190 of 255 = 75%
B 201 of 255 = 79%

219
190
201

R + G + B ~ 80%. #DBBEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 190 + 201 = 610 (100%)
R 219 of 610 ~ 35.9%
G 190 of 610 ~ 31.15%
B 201 of 610 ~ 32.95%

%35.9
%31.15
%32.95

CMYK color model

#DBBEC9 color CMYK value is (0,13,8,14).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 8.22%
  • key color value is 14.12%
CMYK:
(0,13,8,14)
C0M13Y8K14 
(0%,13%,8%,14%)
(0.00/0.13/0.08/0.14)	

CMYK percentages

%0
%13.24
%8.22
%14.12

Codes

Color #DBBEC9 in popluar color models

DBBEC9
RGB219190201
HSL337°28.71%80.20%
HSB/HSV337°13.24%85.88%
CMYK0.00%13.24%8.22%
14.12%

Color #DBBEC9 in popluar number systems.

HEXDBBEC9
Decimal219190201
Binary110110111011111011001001
Octal333276311

Shades and tints

Shades of #DBBEC9

#DBBEC9
(219,190,201)
#C8ADB7
(200,173,183)
#B59CA5
(181,156,165)
#A28B93
(162,139,147)
#8F7A81
(143,122,129)
#7C696F
(124,105,111)
#69585D
(105,88,93)
#56474B
(86,71,75)
#433639
(67,54,57)
#302527
(48,37,39)
#1D1415
(29,20,21)
#000000
(0,0,0)

Tints of #DBBEC9

#DBBEC9
(219,190,201)
#DEC3CD
(222,195,205)
#E1C8D1
(225,200,209)
#E4CDD5
(228,205,213)
#E7D2D9
(231,210,217)
#EAD7DD
(234,215,221)
#EDDCE1
(237,220,225)
#F0E1E5
(240,225,229)
#F3E6E9
(243,230,233)
#F6EBED
(246,235,237)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBEC9 color. Also use rgb(219,190,201) instead hex code.

Text Font Color

.myTextColor { color: #DBBEC9; }

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

This text font color is #DBBEC9.


Background Color

.myBgColor { background-color: #DBBEC9; }

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

This div background color is #DBBEC9.


Border color

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

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

This div border color is #DBBEC9.


Opacity

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

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

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

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

This text has shadow with #DBBEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBEC9 on black background.


Color preview on white background

This text has color #DBBEC9 on white background.



Black color preview on #DBBEC9 background

This text has black color on #DBBEC9 background.


White color preview on #DBBEC9 background

This text has white color on #DBBEC9 background.