COLOR #DBCCC6

HEX: #DBCCC6 RGB: (219,204,198)

Color info

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

RGB color model

#DBCCC6 color RGB value is (219,204,198).

RGB: (219,204,198) (86%, 80%, 78%)

RGB channels and saturation

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

219
204
198

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

Portions of RGB colors in percentages

R + G + B = 219 + 204 + 198 = 621 (100%)
R 219 of 621 ~ 35.27%
G 204 of 621 ~ 32.85%
B 198 of 621 ~ 31.88'%

%35.27
%32.85
%31.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.85%
  • yellow value is 9.59%
  • key color value is 14.12%

CMYK: (0,7,10,14)
C0M7Y10K14 (0%, 7%, 10%, 14%)
(0.00 / 0.07 / 0.10 / 0.14)

CMYK percentages

%0
%6.85
%9.59
%14.12

Codes

Color #DBCCC6 in popluar color models

DB CC C6
RGB 219 204 198
HSL 17° 22.58% 81.76%
HSB/HSV 17° 9.59% 85.88%
CMYK 0.00% 6.85% 9.59%
14.12%

Color #DBCCC6 in popluar number systems.

HEX DB CC C6
Decimal 219 204 198
Binary 11011011 11001100 11000110
Octal 333 314 306

Shades and tints

Shades of #DBCCC6

#DBCCC6
(219,204,198)
#C8BAB4
(200,186,180)
#B5A8A2
(181,168,162)
#A29690
(162,150,144)
#8F847E
(143,132,126)
#7C726C
(124,114,108)
#69605A
(105,96,90)
#564E48
(86,78,72)
#433C36
(67,60,54)
#302A24
(48,42,36)
#1D1812
(29,24,18)
#000000
(0,0,0)

Tints of #DBCCC6

#DBCCC6
(219,204,198)
#DED0CB
(222,208,203)
#E1D4D0
(225,212,208)
#E4D8D5
(228,216,213)
#E7DCDA
(231,220,218)
#EAE0DF
(234,224,223)
#EDE4E4
(237,228,228)
#F0E8E9
(240,232,233)
#F3ECEE
(243,236,238)
#F6F0F3
(246,240,243)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCCC6; }

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

This text font color is #DBCCC6.

Background Color

.myBgColor { background-color: #DBCCC6; }

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

This div background color is #DBCCC6.

Border color

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

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

This div border color is #DBCCC6.

Opacity

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

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

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

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

This text has shadow with #DBCCC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCCC6.

Preview

Color preview on black background

This text has color #DBCCC6 on black background.


Color preview on white background

This text has color #DBCCC6 on white background.


Black color preview on #DBCCC6 background

This text has black color on #DBCCC6 background.


White color preview on #DBCCC6 background

This text has white color on #DBCCC6 background.


Related colors

Complementary color

Complementary color for #hex is #243339.


I love getcolorcode.com

Triadic colors

1 #C6DBCC and #CCC6DB with #DBCCC6 are triadic colors.

2 #C6CCDB and #CCDBC6 with #DBCCC6 are triadic colors.