COLOR #DBC6CB

HEX: #DBC6CB
RGB: (219,198,203)

Color info

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

RGB color model

#DBC6CB color RGB value is (219,198,203).

  • red value is 219;
  • green value is 198;
  • blue value is 203.
RGB:
(219,198,203)
(86%,78%,80%)

RGB channels and saturation

R 219 of 255 = 86%
G 198 of 255 = 78%
B 203 of 255 = 80%

219
198
203

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

Portions of RGB colors in percentages

R + G + B =
219 + 198 + 203 = 620 (100%)
R 219 of 620 ~ 35.32%
G 198 of 620 ~ 31.94%
B 203 of 620 ~ 32.74%

%35.32
%31.94
%32.74

CMYK color model

#DBC6CB color CMYK value is (0,10,7,14).

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 7.31%
  • key color value is 14.12%
CMYK:
(0,10,7,14)
C0M10Y7K14 
(0%,10%,7%,14%)
(0.00/0.10/0.07/0.14)	

CMYK percentages

%0
%9.59
%7.31
%14.12

Codes

Color #DBC6CB in popluar color models

DBC6CB
RGB219198203
HSL346°22.58%81.76%
HSB/HSV346°9.59%85.88%
CMYK0.00%9.59%7.31%
14.12%

Color #DBC6CB in popluar number systems.

HEXDBC6CB
Decimal219198203
Binary110110111100011011001011
Octal333306313

Shades and tints

Shades of #DBC6CB

#DBC6CB
(219,198,203)
#C8B4B9
(200,180,185)
#B5A2A7
(181,162,167)
#A29095
(162,144,149)
#8F7E83
(143,126,131)
#7C6C71
(124,108,113)
#695A5F
(105,90,95)
#56484D
(86,72,77)
#43363B
(67,54,59)
#302429
(48,36,41)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #DBC6CB

#DBC6CB
(219,198,203)
#DECBCF
(222,203,207)
#E1D0D3
(225,208,211)
#E4D5D7
(228,213,215)
#E7DADB
(231,218,219)
#EADFDF
(234,223,223)
#EDE4E3
(237,228,227)
#F0E9E7
(240,233,231)
#F3EEEB
(243,238,235)
#F6F3EF
(246,243,239)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC6CB color. Also use rgb(219,198,203) instead hex code.

Text Font Color

.myTextColor { color: #DBC6CB; }

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

This text font color is #DBC6CB.


Background Color

.myBgColor { background-color: #DBC6CB; }

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

This div background color is #DBC6CB.


Border color

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

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

This div border color is #DBC6CB.


Opacity

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

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

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

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

This text has shadow with #DBC6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC6CB on black background.


Color preview on white background

This text has color #DBC6CB on white background.



Black color preview on #DBC6CB background

This text has black color on #DBC6CB background.


White color preview on #DBC6CB background

This text has white color on #DBC6CB background.