COLOR #DCDCE3

HEX: #DCDCE3 RGB: (220,220,227)

Color info

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

RGB color model

#DCDCE3 color RGB value is (220,220,227).

RGB: (220,220,227) (86%, 86%, 89%)

RGB channels and saturation

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

220
220
227

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

Portions of RGB colors in percentages

R + G + B = 220 + 220 + 227 = 667 (100%)
R 220 of 667 ~ 32.98%
G 220 of 667 ~ 32.98%
B 227 of 667 ~ 34.03'%

%32.98
%32.98
%34.03

CMYK color model

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

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

CMYK percentages

%3.08
%3.08
%0
%10.98

Codes

Color #DCDCE3 in popluar color models

DC DC E3
RGB 220 220 227
HSL 240° 11.11% 87.65%
HSB/HSV 240° 3.08% 89.02%
CMYK 3.08% 3.08% 0.00%
10.98%

Color #DCDCE3 in popluar number systems.

HEX DC DC E3
Decimal 220 220 227
Binary 11011100 11011100 11100011
Octal 334 334 343

Shades and tints

Shades of #DCDCE3

#DCDCE3
(220,220,227)
#C8C8CF
(200,200,207)
#B4B4BB
(180,180,187)
#A0A0A7
(160,160,167)
#8C8C93
(140,140,147)
#78787F
(120,120,127)
#64646B
(100,100,107)
#505057
(80,80,87)
#3C3C43
(60,60,67)
#28282F
(40,40,47)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #DCDCE3

#DCDCE3
(220,220,227)
#DFDFE5
(223,223,229)
#E2E2E7
(226,226,231)
#E5E5E9
(229,229,233)
#E8E8EB
(232,232,235)
#EBEBED
(235,235,237)
#EEEEEF
(238,238,239)
#F1F1F1
(241,241,241)
#F4F4F3
(244,244,243)
#F7F7F5
(247,247,245)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDCE3; }

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

This text font color is #DCDCE3.

Background Color

.myBgColor { background-color: #DCDCE3; }

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

This div background color is #DCDCE3.

Border color

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

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

This div border color is #DCDCE3.

Opacity

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

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

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

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

This text has shadow with #DCDCE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDCE3.

Preview

Color preview on black background

This text has color #DCDCE3 on black background.


Color preview on white background

This text has color #DCDCE3 on white background.


Black color preview on #DCDCE3 background

This text has black color on #DCDCE3 background.


White color preview on #DCDCE3 background

This text has white color on #DCDCE3 background.


Related colors

Complementary color

Complementary color for #hex is #23231C.


I love getcolorcode.com