COLOR #DCEBE6

HEX: #DCEBE6 RGB: (220,235,230)

Color info

#DCEBE6 contains red, green and blue colors in about the same proportion. Web safe color of #DCEBE6 is #CCFFCC (or #CFC).

RGB color model

#DCEBE6 color RGB value is (220,235,230).

RGB: (220,235,230) (86%, 92%, 90%)

RGB channels and saturation

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

220
235
230

R + G + B ~ 89%. #DCEBE6 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 235 + 230 = 685 (100%)
R 220 of 685 ~ 32.12%
G 235 of 685 ~ 34.31%
B 230 of 685 ~ 33.58'%

%32.12
%34.31
%33.58

CMYK color model

#DCEBE6 color CMYK value is (6,0,2,8).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 7.84%

CMYK: (6,0,2,8)
C6M0Y2K8 (6%, 0%, 2%, 8%)
(0.06 / 0.00 / 0.02 / 0.08)

CMYK percentages

%6.38
%0
%2.13
%7.84

Codes

Color #DCEBE6 in popluar color models

DC EB E6
RGB 220 235 230
HSL 160° 27.27% 89.22%
HSB/HSV 160° 6.38% 92.16%
CMYK 6.38% 0.00% 2.13%
7.84%

Color #DCEBE6 in popluar number systems.

HEX DC EB E6
Decimal 220 235 230
Binary 11011100 11101011 11100110
Octal 334 353 346

Shades and tints

Shades of #DCEBE6

#DCEBE6
(220,235,230)
#C8D6D2
(200,214,210)
#B4C1BE
(180,193,190)
#A0ACAA
(160,172,170)
#8C9796
(140,151,150)
#788282
(120,130,130)
#646D6E
(100,109,110)
#50585A
(80,88,90)
#3C4346
(60,67,70)
#282E32
(40,46,50)
#14191E
(20,25,30)
#000000
(0,0,0)

Tints of #DCEBE6

#DCEBE6
(220,235,230)
#DFECE8
(223,236,232)
#E2EDEA
(226,237,234)
#E5EEEC
(229,238,236)
#E8EFEE
(232,239,238)
#EBF0F0
(235,240,240)
#EEF1F2
(238,241,242)
#F1F2F4
(241,242,244)
#F4F3F6
(244,243,246)
#F7F4F8
(247,244,248)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEBE6; }

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

This text font color is #DCEBE6.

Background Color

.myBgColor { background-color: #DCEBE6; }

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

This div background color is #DCEBE6.

Border color

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

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

This div border color is #DCEBE6.

Opacity

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

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

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

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

This text has shadow with #DCEBE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEBE6.

Preview

Color preview on black background

This text has color #DCEBE6 on black background.


Color preview on white background

This text has color #DCEBE6 on white background.


Black color preview on #DCEBE6 background

This text has black color on #DCEBE6 background.


White color preview on #DCEBE6 background

This text has white color on #DCEBE6 background.


Related colors

Complementary color

Complementary color for #hex is #231419.


I love getcolorcode.com

Triadic colors

1 #E6DCEB and #EBE6DC with #DCEBE6 are triadic colors.

2 #E6EBDC and #EBDCE6 with #DCEBE6 are triadic colors.