COLOR #DCDBE3

HEX: #DCDBE3
RGB: (220,219,227)

Color info

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

RGB color model

#DCDBE3 color RGB value is (220,219,227).

  • red value is 220;
  • green value is 219;
  • blue value is 227.
RGB:
(220,219,227)
(86%,86%,89%)

RGB channels and saturation

R 220 of 255 = 86%
G 219 of 255 = 86%
B 227 of 255 = 89%

220
219
227

R + G + B ~ 87%. #DCDBE3 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 219 + 227 = 666 (100%)
R 220 of 666 ~ 33.03%
G 219 of 666 ~ 32.88%
B 227 of 666 ~ 34.08%

%33.03
%32.88
%34.08

CMYK color model

#DCDBE3 color CMYK value is (3,4,0,11).

  • cyan value is 3.08%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(3,4,0,11)
C3M4Y0K11 
(3%,4%,0%,11%)
(0.03/0.04/0.00/0.11)	

CMYK percentages

%3.08
%3.52
%0
%10.98

Codes

Color #DCDBE3 in popluar color models

DCDBE3
RGB220219227
HSL248°12.50%87.45%
HSB/HSV248°3.52%89.02%
CMYK3.08%3.52%0.00%
10.98%

Color #DCDBE3 in popluar number systems.

HEXDCDBE3
Decimal220219227
Binary110111001101101111100011
Octal334333343

Shades and tints

Shades of #DCDBE3

#DCDBE3
(220,219,227)
#C8C8CF
(200,200,207)
#B4B5BB
(180,181,187)
#A0A2A7
(160,162,167)
#8C8F93
(140,143,147)
#787C7F
(120,124,127)
#64696B
(100,105,107)
#505657
(80,86,87)
#3C4343
(60,67,67)
#28302F
(40,48,47)
#141D1B
(20,29,27)
#000000
(0,0,0)

Tints of #DCDBE3

#DCDBE3
(220,219,227)
#DFDEE5
(223,222,229)
#E2E1E7
(226,225,231)
#E5E4E9
(229,228,233)
#E8E7EB
(232,231,235)
#EBEAED
(235,234,237)
#EEEDEF
(238,237,239)
#F1F0F1
(241,240,241)
#F4F3F3
(244,243,243)
#F7F6F5
(247,246,245)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCDBE3 color. Also use rgb(220,219,227) instead hex code.

Text Font Color

.myTextColor { color: #DCDBE3; }

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

This text font color is #DCDBE3.


Background Color

.myBgColor { background-color: #DCDBE3; }

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

This div background color is #DCDBE3.


Border color

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

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

This div border color is #DCDBE3.


Opacity

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

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

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

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

This text has shadow with #DCDBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDBE3 on black background.


Color preview on white background

This text has color #DCDBE3 on white background.



Black color preview on #DCDBE3 background

This text has black color on #DCDBE3 background.


White color preview on #DCDBE3 background

This text has white color on #DCDBE3 background.