COLOR #DCEBE9

HEX: #DCEBE9
RGB: (220,235,233)

Color info

#DCEBE9 contains red, green and blue colors in about the same proportion. Web safe color of #DCEBE9 is #CCFFFF (or #CFF).

RGB color model

#DCEBE9 color RGB value is (220,235,233).

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

RGB channels and saturation

R 220 of 255 = 86%
G 235 of 255 = 92%
B 233 of 255 = 91%

220
235
233

R + G + B ~ 90%. #DCEBE9 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 235 + 233 = 688 (100%)
R 220 of 688 ~ 31.98%
G 235 of 688 ~ 34.16%
B 233 of 688 ~ 33.87%

%31.98
%34.16
%33.87

CMYK color model

#DCEBE9 color CMYK value is (6,0,1,8).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 7.84%
CMYK:
(6,0,1,8)
C6M0Y1K8 
(6%,0%,1%,8%)
(0.06/0.00/0.01/0.08)	

CMYK percentages

%6.38
%0
%0.85
%7.84

Codes

Color #DCEBE9 in popluar color models

DCEBE9
RGB220235233
HSL172°27.27%89.22%
HSB/HSV172°6.38%92.16%
CMYK6.38%0.00%0.85%
7.84%

Color #DCEBE9 in popluar number systems.

HEXDCEBE9
Decimal220235233
Binary110111001110101111101001
Octal334353351

Shades and tints

Shades of #DCEBE9

#DCEBE9
(220,235,233)
#C8D6D4
(200,214,212)
#B4C1BF
(180,193,191)
#A0ACAA
(160,172,170)
#8C9795
(140,151,149)
#788280
(120,130,128)
#646D6B
(100,109,107)
#505856
(80,88,86)
#3C4341
(60,67,65)
#282E2C
(40,46,44)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #DCEBE9

#DCEBE9
(220,235,233)
#DFECEB
(223,236,235)
#E2EDED
(226,237,237)
#E5EEEF
(229,238,239)
#E8EFF1
(232,239,241)
#EBF0F3
(235,240,243)
#EEF1F5
(238,241,245)
#F1F2F7
(241,242,247)
#F4F3F9
(244,243,249)
#F7F4FB
(247,244,251)
#FAF5FD
(250,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEBE9; }

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

This text font color is #DCEBE9.


Background Color

.myBgColor { background-color: #DCEBE9; }

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

This div background color is #DCEBE9.


Border color

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

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

This div border color is #DCEBE9.


Opacity

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

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

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

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

This text has shadow with #DCEBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEBE9 on black background.


Color preview on white background

This text has color #DCEBE9 on white background.



Black color preview on #DCEBE9 background

This text has black color on #DCEBE9 background.


White color preview on #DCEBE9 background

This text has white color on #DCEBE9 background.