COLOR #DBBDE3

HEX: #DBBDE3
RGB: (219,189,227)

Color info

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

RGB color model

#DBBDE3 color RGB value is (219,189,227).

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

RGB channels and saturation

R 219 of 255 = 86%
G 189 of 255 = 74%
B 227 of 255 = 89%

219
189
227

R + G + B ~ 83%. #DBBDE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 189 + 227 = 635 (100%)
R 219 of 635 ~ 34.49%
G 189 of 635 ~ 29.76%
B 227 of 635 ~ 35.75%

%34.49
%29.76
%35.75

CMYK color model

#DBBDE3 color CMYK value is (4,17,0,11).

  • cyan value is 3.52%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,17,0,11)
C4M17Y0K11 
(4%,17%,0%,11%)
(0.04/0.17/0.00/0.11)	

CMYK percentages

%3.52
%16.74
%0
%10.98

Codes

Color #DBBDE3 in popluar color models

DBBDE3
RGB219189227
HSL287°40.43%81.57%
HSB/HSV287°16.74%89.02%
CMYK3.52%16.74%0.00%
10.98%

Color #DBBDE3 in popluar number systems.

HEXDBBDE3
Decimal219189227
Binary110110111011110111100011
Octal333275343

Shades and tints

Shades of #DBBDE3

#DBBDE3
(219,189,227)
#C8ACCF
(200,172,207)
#B59BBB
(181,155,187)
#A28AA7
(162,138,167)
#8F7993
(143,121,147)
#7C687F
(124,104,127)
#69576B
(105,87,107)
#564657
(86,70,87)
#433543
(67,53,67)
#30242F
(48,36,47)
#1D131B
(29,19,27)
#000000
(0,0,0)

Tints of #DBBDE3

#DBBDE3
(219,189,227)
#DEC3E5
(222,195,229)
#E1C9E7
(225,201,231)
#E4CFE9
(228,207,233)
#E7D5EB
(231,213,235)
#EADBED
(234,219,237)
#EDE1EF
(237,225,239)
#F0E7F1
(240,231,241)
#F3EDF3
(243,237,243)
#F6F3F5
(246,243,245)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBDE3; }

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

This text font color is #DBBDE3.


Background Color

.myBgColor { background-color: #DBBDE3; }

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

This div background color is #DBBDE3.


Border color

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

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

This div border color is #DBBDE3.


Opacity

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

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

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

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

This text has shadow with #DBBDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBDE3 on black background.


Color preview on white background

This text has color #DBBDE3 on white background.



Black color preview on #DBBDE3 background

This text has black color on #DBBDE3 background.


White color preview on #DBBDE3 background

This text has white color on #DBBDE3 background.