COLOR #DBBBBE

HEX: #DBBBBE
RGB: (219,187,190)

Color info

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

RGB color model

#DBBBBE color RGB value is (219,187,190).

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

RGB channels and saturation

R 219 of 255 = 86%
G 187 of 255 = 73%
B 190 of 255 = 75%

219
187
190

R + G + B ~ 78%. #DBBBBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 187 + 190 = 596 (100%)
R 219 of 596 ~ 36.74%
G 187 of 596 ~ 31.38%
B 190 of 596 ~ 31.88%

%36.74
%31.38
%31.88

CMYK color model

#DBBBBE color CMYK value is (0,15,13,14).

  • cyan value is 0.00%
  • magenta value is 14.61%
  • yellow value is 13.24%
  • key color value is 14.12%
CMYK:
(0,15,13,14)
C0M15Y13K14 
(0%,15%,13%,14%)
(0.00/0.15/0.13/0.14)	

CMYK percentages

%0
%14.61
%13.24
%14.12

Codes

Color #DBBBBE in popluar color models

DBBBBE
RGB219187190
HSL354°30.77%79.61%
HSB/HSV354°14.61%85.88%
CMYK0.00%14.61%13.24%
14.12%

Color #DBBBBE in popluar number systems.

HEXDBBBBE
Decimal219187190
Binary110110111011101110111110
Octal333273276

Shades and tints

Shades of #DBBBBE

#DBBBBE
(219,187,190)
#C8AAAD
(200,170,173)
#B5999C
(181,153,156)
#A2888B
(162,136,139)
#8F777A
(143,119,122)
#7C6669
(124,102,105)
#695558
(105,85,88)
#564447
(86,68,71)
#433336
(67,51,54)
#302225
(48,34,37)
#1D1114
(29,17,20)
#000000
(0,0,0)

Tints of #DBBBBE

#DBBBBE
(219,187,190)
#DEC1C3
(222,193,195)
#E1C7C8
(225,199,200)
#E4CDCD
(228,205,205)
#E7D3D2
(231,211,210)
#EAD9D7
(234,217,215)
#EDDFDC
(237,223,220)
#F0E5E1
(240,229,225)
#F3EBE6
(243,235,230)
#F6F1EB
(246,241,235)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBBBE; }

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

This text font color is #DBBBBE.


Background Color

.myBgColor { background-color: #DBBBBE; }

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

This div background color is #DBBBBE.


Border color

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

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

This div border color is #DBBBBE.


Opacity

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

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

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

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

This text has shadow with #DBBBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBBBE on black background.


Color preview on white background

This text has color #DBBBBE on white background.



Black color preview on #DBBBBE background

This text has black color on #DBBBBE background.


White color preview on #DBBBBE background

This text has white color on #DBBBBE background.