COLOR #DBBDC5

HEX: #DBBDC5
RGB: (219,189,197)

Color info

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

RGB color model

#DBBDC5 color RGB value is (219,189,197).

  • red value is 219;
  • green value is 189;
  • blue value is 197.
RGB:
(219,189,197)
(86%,74%,77%)

RGB channels and saturation

R 219 of 255 = 86%
G 189 of 255 = 74%
B 197 of 255 = 77%

219
189
197

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

Portions of RGB colors in percentages

R + G + B =
219 + 189 + 197 = 605 (100%)
R 219 of 605 ~ 36.2%
G 189 of 605 ~ 31.24%
B 197 of 605 ~ 32.56%

%36.2
%31.24
%32.56

CMYK color model

#DBBDC5 color CMYK value is (0,14,10,14).

  • cyan value is 0.00%
  • magenta value is 13.70%
  • yellow value is 10.05%
  • key color value is 14.12%
CMYK:
(0,14,10,14)
C0M14Y10K14 
(0%,14%,10%,14%)
(0.00/0.14/0.10/0.14)	

CMYK percentages

%0
%13.7
%10.05
%14.12

Codes

Color #DBBDC5 in popluar color models

DBBDC5
RGB219189197
HSL344°29.41%80.00%
HSB/HSV344°13.70%85.88%
CMYK0.00%13.70%10.05%
14.12%

Color #DBBDC5 in popluar number systems.

HEXDBBDC5
Decimal219189197
Binary110110111011110111000101
Octal333275305

Shades and tints

Shades of #DBBDC5

#DBBDC5
(219,189,197)
#C8ACB4
(200,172,180)
#B59BA3
(181,155,163)
#A28A92
(162,138,146)
#8F7981
(143,121,129)
#7C6870
(124,104,112)
#69575F
(105,87,95)
#56464E
(86,70,78)
#43353D
(67,53,61)
#30242C
(48,36,44)
#1D131B
(29,19,27)
#000000
(0,0,0)

Tints of #DBBDC5

#DBBDC5
(219,189,197)
#DEC3CA
(222,195,202)
#E1C9CF
(225,201,207)
#E4CFD4
(228,207,212)
#E7D5D9
(231,213,217)
#EADBDE
(234,219,222)
#EDE1E3
(237,225,227)
#F0E7E8
(240,231,232)
#F3EDED
(243,237,237)
#F6F3F2
(246,243,242)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBDC5 color. Also use rgb(219,189,197) instead hex code.

Text Font Color

.myTextColor { color: #DBBDC5; }

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

This text font color is #DBBDC5.


Background Color

.myBgColor { background-color: #DBBDC5; }

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

This div background color is #DBBDC5.


Border color

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

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

This div border color is #DBBDC5.


Opacity

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

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

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

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

This text has shadow with #DBBDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBDC5 on black background.


Color preview on white background

This text has color #DBBDC5 on white background.



Black color preview on #DBBDC5 background

This text has black color on #DBBDC5 background.


White color preview on #DBBDC5 background

This text has white color on #DBBDC5 background.