COLOR #DCDCE6

HEX: #DCDCE6
RGB: (220,220,230)

Color info

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

RGB color model

#DCDCE6 color RGB value is (220,220,230).

  • red value is 220;
  • green value is 220;
  • blue value is 230.
RGB:
(220,220,230)
(86%,86%,90%)

RGB channels and saturation

R 220 of 255 = 86%
G 220 of 255 = 86%
B 230 of 255 = 90%

220
220
230

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

Portions of RGB colors in percentages

R + G + B =
220 + 220 + 230 = 670 (100%)
R 220 of 670 ~ 32.84%
G 220 of 670 ~ 32.84%
B 230 of 670 ~ 34.33%

%32.84
%32.84
%34.33

CMYK color model

#DCDCE6 color CMYK value is (4,4,0,10).

  • cyan value is 4.35%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(4,4,0,10)
C4M4Y0K10 
(4%,4%,0%,10%)
(0.04/0.04/0.00/0.10)	

CMYK percentages

%4.35
%4.35
%0
%9.8

Codes

Color #DCDCE6 in popluar color models

DCDCE6
RGB220220230
HSL240°16.67%88.24%
HSB/HSV240°4.35%90.20%
CMYK4.35%4.35%0.00%
9.80%

Color #DCDCE6 in popluar number systems.

HEXDCDCE6
Decimal220220230
Binary110111001101110011100110
Octal334334346

Shades and tints

Shades of #DCDCE6

#DCDCE6
(220,220,230)
#C8C8D2
(200,200,210)
#B4B4BE
(180,180,190)
#A0A0AA
(160,160,170)
#8C8C96
(140,140,150)
#787882
(120,120,130)
#64646E
(100,100,110)
#50505A
(80,80,90)
#3C3C46
(60,60,70)
#282832
(40,40,50)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #DCDCE6

#DCDCE6
(220,220,230)
#DFDFE8
(223,223,232)
#E2E2EA
(226,226,234)
#E5E5EC
(229,229,236)
#E8E8EE
(232,232,238)
#EBEBF0
(235,235,240)
#EEEEF2
(238,238,242)
#F1F1F4
(241,241,244)
#F4F4F6
(244,244,246)
#F7F7F8
(247,247,248)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDCE6; }

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

This text font color is #DCDCE6.


Background Color

.myBgColor { background-color: #DCDCE6; }

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

This div background color is #DCDCE6.


Border color

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

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

This div border color is #DCDCE6.


Opacity

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

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

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

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

This text has shadow with #DCDCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDCE6 on black background.


Color preview on white background

This text has color #DCDCE6 on white background.



Black color preview on #DCDCE6 background

This text has black color on #DCDCE6 background.


White color preview on #DCDCE6 background

This text has white color on #DCDCE6 background.