COLOR #DBBEC8

HEX: #DBBEC8 RGB: (219,190,200)

Color info

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

RGB color model

#DBBEC8 color RGB value is (219,190,200).

RGB: (219,190,200) (86%, 75%, 78%)

RGB channels and saturation

R 219 of 255 = 86%
G 190 of 255 = 75%
B 200 of 255 = 78%

219
190
200

R + G + B ~ 80%. #DBBEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 190 + 200 = 609 (100%)
R 219 of 609 ~ 35.96%
G 190 of 609 ~ 31.2%
B 200 of 609 ~ 32.84'%

%35.96
%31.2
%32.84

CMYK color model

#DBBEC8 color CMYK value is (0,13,9,14).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 8.68%
  • key color value is 14.12%

CMYK: (0,13,9,14)
C0M13Y9K14 (0%, 13%, 9%, 14%)
(0.00 / 0.13 / 0.09 / 0.14)

CMYK percentages

%0
%13.24
%8.68
%14.12

Codes

Color #DBBEC8 in popluar color models

DB BE C8
RGB 219 190 200
HSL 339° 28.71% 80.20%
HSB/HSV 339° 13.24% 85.88%
CMYK 0.00% 13.24% 8.68%
14.12%

Color #DBBEC8 in popluar number systems.

HEX DB BE C8
Decimal 219 190 200
Binary 11011011 10111110 11001000
Octal 333 276 310

Shades and tints

Shades of #DBBEC8

#DBBEC8
(219,190,200)
#C8ADB6
(200,173,182)
#B59CA4
(181,156,164)
#A28B92
(162,139,146)
#8F7A80
(143,122,128)
#7C696E
(124,105,110)
#69585C
(105,88,92)
#56474A
(86,71,74)
#433638
(67,54,56)
#302526
(48,37,38)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #DBBEC8

#DBBEC8
(219,190,200)
#DEC3CD
(222,195,205)
#E1C8D2
(225,200,210)
#E4CDD7
(228,205,215)
#E7D2DC
(231,210,220)
#EAD7E1
(234,215,225)
#EDDCE6
(237,220,230)
#F0E1EB
(240,225,235)
#F3E6F0
(243,230,240)
#F6EBF5
(246,235,245)
#F9F0FA
(249,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBEC8; }

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

This text font color is #DBBEC8.

Background Color

.myBgColor { background-color: #DBBEC8; }

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

This div background color is #DBBEC8.

Border color

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

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

This div border color is #DBBEC8.

Opacity

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

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

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

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

This text has shadow with #DBBEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBEC8.

Preview

Color preview on black background

This text has color #DBBEC8 on black background.


Color preview on white background

This text has color #DBBEC8 on white background.


Black color preview on #DBBEC8 background

This text has black color on #DBBEC8 background.


White color preview on #DBBEC8 background

This text has white color on #DBBEC8 background.


Related colors

Complementary color

Complementary color for #hex is #244137.


I love getcolorcode.com

Triadic colors

1 #C8DBBE and #BEC8DB with #DBBEC8 are triadic colors.

2 #C8BEDB and #BEDBC8 with #DBBEC8 are triadic colors.