COLOR #DBCCC3

HEX: #DBCCC3 RGB: (219,204,195)

Color info

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

RGB color model

#DBCCC3 color RGB value is (219,204,195).

RGB: (219,204,195) (86%, 80%, 76%)

RGB channels and saturation

R 219 of 255 = 86%
G 204 of 255 = 80%
B 195 of 255 = 76%

219
204
195

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

Portions of RGB colors in percentages

R + G + B = 219 + 204 + 195 = 618 (100%)
R 219 of 618 ~ 35.44%
G 204 of 618 ~ 33.01%
B 195 of 618 ~ 31.55'%

%35.44
%33.01
%31.55

CMYK color model

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

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

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

CMYK percentages

%0
%6.85
%10.96
%14.12

Codes

Color #DBCCC3 in popluar color models

DB CC C3
RGB 219 204 195
HSL 23° 25.00% 81.18%
HSB/HSV 23° 10.96% 85.88%
CMYK 0.00% 6.85% 10.96%
14.12%

Color #DBCCC3 in popluar number systems.

HEX DB CC C3
Decimal 219 204 195
Binary 11011011 11001100 11000011
Octal 333 314 303

Shades and tints

Shades of #DBCCC3

#DBCCC3
(219,204,195)
#C8BAB2
(200,186,178)
#B5A8A1
(181,168,161)
#A29690
(162,150,144)
#8F847F
(143,132,127)
#7C726E
(124,114,110)
#69605D
(105,96,93)
#564E4C
(86,78,76)
#433C3B
(67,60,59)
#302A2A
(48,42,42)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #DBCCC3

#DBCCC3
(219,204,195)
#DED0C8
(222,208,200)
#E1D4CD
(225,212,205)
#E4D8D2
(228,216,210)
#E7DCD7
(231,220,215)
#EAE0DC
(234,224,220)
#EDE4E1
(237,228,225)
#F0E8E6
(240,232,230)
#F3ECEB
(243,236,235)
#F6F0F0
(246,240,240)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCCC3; }

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

This text font color is #DBCCC3.

Background Color

.myBgColor { background-color: #DBCCC3; }

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

This div background color is #DBCCC3.

Border color

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

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

This div border color is #DBCCC3.

Opacity

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

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

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

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

This text has shadow with #DBCCC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCCC3.

Preview

Color preview on black background

This text has color #DBCCC3 on black background.


Color preview on white background

This text has color #DBCCC3 on white background.


Black color preview on #DBCCC3 background

This text has black color on #DBCCC3 background.


White color preview on #DBCCC3 background

This text has white color on #DBCCC3 background.


Related colors

Complementary color

Complementary color for #hex is #24333C.


I love getcolorcode.com

Triadic colors

1 #C3DBCC and #CCC3DB with #DBCCC3 are triadic colors.

2 #C3CCDB and #CCDBC3 with #DBCCC3 are triadic colors.