COLOR #DCEBE2

HEX: #DCEBE2
RGB: (220,235,226)

Color info

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

RGB color model

#DCEBE2 color RGB value is (220,235,226).

  • red value is 220;
  • green value is 235;
  • blue value is 226.
RGB:
(220,235,226)
(86%,92%,89%)

RGB channels and saturation

R 220 of 255 = 86%
G 235 of 255 = 92%
B 226 of 255 = 89%

220
235
226

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

Portions of RGB colors in percentages

R + G + B =
220 + 235 + 226 = 681 (100%)
R 220 of 681 ~ 32.31%
G 235 of 681 ~ 34.51%
B 226 of 681 ~ 33.19%

%32.31
%34.51
%33.19

CMYK color model

#DCEBE2 color CMYK value is (6,0,4,8).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 3.83%
  • key color value is 7.84%
CMYK:
(6,0,4,8)
C6M0Y4K8 
(6%,0%,4%,8%)
(0.06/0.00/0.04/0.08)	

CMYK percentages

%6.38
%0
%3.83
%7.84

Codes

Color #DCEBE2 in popluar color models

DCEBE2
RGB220235226
HSL144°27.27%89.22%
HSB/HSV144°6.38%92.16%
CMYK6.38%0.00%3.83%
7.84%

Color #DCEBE2 in popluar number systems.

HEXDCEBE2
Decimal220235226
Binary110111001110101111100010
Octal334353342

Shades and tints

Shades of #DCEBE2

#DCEBE2
(220,235,226)
#C8D6CE
(200,214,206)
#B4C1BA
(180,193,186)
#A0ACA6
(160,172,166)
#8C9792
(140,151,146)
#78827E
(120,130,126)
#646D6A
(100,109,106)
#505856
(80,88,86)
#3C4342
(60,67,66)
#282E2E
(40,46,46)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #DCEBE2

#DCEBE2
(220,235,226)
#DFECE4
(223,236,228)
#E2EDE6
(226,237,230)
#E5EEE8
(229,238,232)
#E8EFEA
(232,239,234)
#EBF0EC
(235,240,236)
#EEF1EE
(238,241,238)
#F1F2F0
(241,242,240)
#F4F3F2
(244,243,242)
#F7F4F4
(247,244,244)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEBE2; }

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

This text font color is #DCEBE2.


Background Color

.myBgColor { background-color: #DCEBE2; }

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

This div background color is #DCEBE2.


Border color

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

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

This div border color is #DCEBE2.


Opacity

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

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

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

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

This text has shadow with #DCEBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEBE2 on black background.


Color preview on white background

This text has color #DCEBE2 on white background.



Black color preview on #DCEBE2 background

This text has black color on #DCEBE2 background.


White color preview on #DCEBE2 background

This text has white color on #DCEBE2 background.