COLOR #DBBED2

HEX: #DBBED2
RGB: (219,190,210)

Color info

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

RGB color model

#DBBED2 color RGB value is (219,190,210).

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

RGB channels and saturation

R 219 of 255 = 86%
G 190 of 255 = 75%
B 210 of 255 = 82%

219
190
210

R + G + B ~ 81%. #DBBED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 190 + 210 = 619 (100%)
R 219 of 619 ~ 35.38%
G 190 of 619 ~ 30.69%
B 210 of 619 ~ 33.93%

%35.38
%30.69
%33.93

CMYK color model

#DBBED2 color CMYK value is (0,13,4,14).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 4.11%
  • key color value is 14.12%
CMYK:
(0,13,4,14)
C0M13Y4K14 
(0%,13%,4%,14%)
(0.00/0.13/0.04/0.14)	

CMYK percentages

%0
%13.24
%4.11
%14.12

Codes

Color #DBBED2 in popluar color models

DBBED2
RGB219190210
HSL319°28.71%80.20%
HSB/HSV319°13.24%85.88%
CMYK0.00%13.24%4.11%
14.12%

Color #DBBED2 in popluar number systems.

HEXDBBED2
Decimal219190210
Binary110110111011111011010010
Octal333276322

Shades and tints

Shades of #DBBED2

#DBBED2
(219,190,210)
#C8ADBF
(200,173,191)
#B59CAC
(181,156,172)
#A28B99
(162,139,153)
#8F7A86
(143,122,134)
#7C6973
(124,105,115)
#695860
(105,88,96)
#56474D
(86,71,77)
#43363A
(67,54,58)
#302527
(48,37,39)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #DBBED2

#DBBED2
(219,190,210)
#DEC3D6
(222,195,214)
#E1C8DA
(225,200,218)
#E4CDDE
(228,205,222)
#E7D2E2
(231,210,226)
#EAD7E6
(234,215,230)
#EDDCEA
(237,220,234)
#F0E1EE
(240,225,238)
#F3E6F2
(243,230,242)
#F6EBF6
(246,235,246)
#F9F0FA
(249,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBED2; }

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

This text font color is #DBBED2.


Background Color

.myBgColor { background-color: #DBBED2; }

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

This div background color is #DBBED2.


Border color

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

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

This div border color is #DBBED2.


Opacity

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

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

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

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

This text has shadow with #DBBED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBED2 on black background.


Color preview on white background

This text has color #DBBED2 on white background.



Black color preview on #DBBED2 background

This text has black color on #DBBED2 background.


White color preview on #DBBED2 background

This text has white color on #DBBED2 background.