COLOR #DBBEC5

HEX: #DBBEC5
RGB: (219,190,197)

Color info

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

RGB color model

#DBBEC5 color RGB value is (219,190,197).

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

RGB channels and saturation

R 219 of 255 = 86%
G 190 of 255 = 75%
B 197 of 255 = 77%

219
190
197

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

Portions of RGB colors in percentages

R + G + B =
219 + 190 + 197 = 606 (100%)
R 219 of 606 ~ 36.14%
G 190 of 606 ~ 31.35%
B 197 of 606 ~ 32.51%

%36.14
%31.35
%32.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 10.05%
  • key color value is 14.12%
CMYK:
(0,13,10,14)
C0M13Y10K14 
(0%,13%,10%,14%)
(0.00/0.13/0.10/0.14)	

CMYK percentages

%0
%13.24
%10.05
%14.12

Codes

Color #DBBEC5 in popluar color models

DBBEC5
RGB219190197
HSL346°28.71%80.20%
HSB/HSV346°13.24%85.88%
CMYK0.00%13.24%10.05%
14.12%

Color #DBBEC5 in popluar number systems.

HEXDBBEC5
Decimal219190197
Binary110110111011111011000101
Octal333276305

Shades and tints

Shades of #DBBEC5

#DBBEC5
(219,190,197)
#C8ADB4
(200,173,180)
#B59CA3
(181,156,163)
#A28B92
(162,139,146)
#8F7A81
(143,122,129)
#7C6970
(124,105,112)
#69585F
(105,88,95)
#56474E
(86,71,78)
#43363D
(67,54,61)
#30252C
(48,37,44)
#1D141B
(29,20,27)
#000000
(0,0,0)

Tints of #DBBEC5

#DBBEC5
(219,190,197)
#DEC3CA
(222,195,202)
#E1C8CF
(225,200,207)
#E4CDD4
(228,205,212)
#E7D2D9
(231,210,217)
#EAD7DE
(234,215,222)
#EDDCE3
(237,220,227)
#F0E1E8
(240,225,232)
#F3E6ED
(243,230,237)
#F6EBF2
(246,235,242)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBEC5; }

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

This text font color is #DBBEC5.


Background Color

.myBgColor { background-color: #DBBEC5; }

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

This div background color is #DBBEC5.


Border color

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

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

This div border color is #DBBEC5.


Opacity

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

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

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

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

This text has shadow with #DBBEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBEC5 on black background.


Color preview on white background

This text has color #DBBEC5 on white background.



Black color preview on #DBBEC5 background

This text has black color on #DBBEC5 background.


White color preview on #DBBEC5 background

This text has white color on #DBBEC5 background.