COLOR #DCEBEB

HEX: #DCEBEB
RGB: (220,235,235)

Color info

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

RGB color model

#DCEBEB color RGB value is (220,235,235).

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

RGB channels and saturation

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

220
235
235

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

Portions of RGB colors in percentages

R + G + B =
220 + 235 + 235 = 690 (100%)
R 220 of 690 ~ 31.88%
G 235 of 690 ~ 34.06%
B 235 of 690 ~ 34.06%

%31.88
%34.06
%34.06

CMYK color model

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

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

CMYK percentages

%6.38
%0
%0
%7.84

Codes

Color #DCEBEB in popluar color models

DCEBEB
RGB220235235
HSL180°27.27%89.22%
HSB/HSV180°6.38%92.16%
CMYK6.38%0.00%0.00%
7.84%

Color #DCEBEB in popluar number systems.

HEXDCEBEB
Decimal220235235
Binary110111001110101111101011
Octal334353353

Shades and tints

Shades of #DCEBEB

#DCEBEB
(220,235,235)
#C8D6D6
(200,214,214)
#B4C1C1
(180,193,193)
#A0ACAC
(160,172,172)
#8C9797
(140,151,151)
#788282
(120,130,130)
#646D6D
(100,109,109)
#505858
(80,88,88)
#3C4343
(60,67,67)
#282E2E
(40,46,46)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #DCEBEB

#DCEBEB
(220,235,235)
#DFECEC
(223,236,236)
#E2EDED
(226,237,237)
#E5EEEE
(229,238,238)
#E8EFEF
(232,239,239)
#EBF0F0
(235,240,240)
#EEF1F1
(238,241,241)
#F1F2F2
(241,242,242)
#F4F3F3
(244,243,243)
#F7F4F4
(247,244,244)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEBEB; }

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

This text font color is #DCEBEB.


Background Color

.myBgColor { background-color: #DCEBEB; }

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

This div background color is #DCEBEB.


Border color

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

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

This div border color is #DCEBEB.


Opacity

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

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

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

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

This text has shadow with #DCEBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEBEB on black background.


Color preview on white background

This text has color #DCEBEB on white background.



Black color preview on #DCEBEB background

This text has black color on #DCEBEB background.


White color preview on #DCEBEB background

This text has white color on #DCEBEB background.