COLOR #DBC4CC

HEX: #DBC4CC RGB: (219,196,204)

Color info

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

RGB color model

#DBC4CC color RGB value is (219,196,204).

RGB: (219,196,204) (86%, 77%, 80%)

RGB channels and saturation

R 219 of 255 = 86%
G 196 of 255 = 77%
B 204 of 255 = 80%

219
196
204

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

Portions of RGB colors in percentages

R + G + B = 219 + 196 + 204 = 619 (100%)
R 219 of 619 ~ 35.38%
G 196 of 619 ~ 31.66%
B 204 of 619 ~ 32.96'%

%35.38
%31.66
%32.96

CMYK color model

#DBC4CC color CMYK value is (0,11,7,14).

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

CMYK: (0,11,7,14)
C0M11Y7K14 (0%, 11%, 7%, 14%)
(0.00 / 0.11 / 0.07 / 0.14)

CMYK percentages

%0
%10.5
%6.85
%14.12

Codes

Color #DBC4CC in popluar color models

DB C4 CC
RGB 219 196 204
HSL 339° 24.21% 81.37%
HSB/HSV 339° 10.50% 85.88%
CMYK 0.00% 10.50% 6.85%
14.12%

Color #DBC4CC in popluar number systems.

HEX DB C4 CC
Decimal 219 196 204
Binary 11011011 11000100 11001100
Octal 333 304 314

Shades and tints

Shades of #DBC4CC

#DBC4CC
(219,196,204)
#C8B3BA
(200,179,186)
#B5A2A8
(181,162,168)
#A29196
(162,145,150)
#8F8084
(143,128,132)
#7C6F72
(124,111,114)
#695E60
(105,94,96)
#564D4E
(86,77,78)
#433C3C
(67,60,60)
#302B2A
(48,43,42)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #DBC4CC

#DBC4CC
(219,196,204)
#DEC9D0
(222,201,208)
#E1CED4
(225,206,212)
#E4D3D8
(228,211,216)
#E7D8DC
(231,216,220)
#EADDE0
(234,221,224)
#EDE2E4
(237,226,228)
#F0E7E8
(240,231,232)
#F3ECEC
(243,236,236)
#F6F1F0
(246,241,240)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC4CC; }

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

This text font color is #DBC4CC.

Background Color

.myBgColor { background-color: #DBC4CC; }

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

This div background color is #DBC4CC.

Border color

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

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

This div border color is #DBC4CC.

Opacity

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

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

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

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

This text has shadow with #DBC4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC4CC.

Preview

Color preview on black background

This text has color #DBC4CC on black background.


Color preview on white background

This text has color #DBC4CC on white background.


Black color preview on #DBC4CC background

This text has black color on #DBC4CC background.


White color preview on #DBC4CC background

This text has white color on #DBC4CC background.


Related colors

Complementary color

Complementary color for #hex is #243B33.


I love getcolorcode.com

Triadic colors

1 #CCDBC4 and #C4CCDB with #DBC4CC are triadic colors.

2 #CCC4DB and #C4DBCC with #DBC4CC are triadic colors.