COLOR #00DCE4

HEX: #00DCE4
RGB: (0,220,228)

Color info

#00DCE4 contains only green and blue colors. Web safe color of #00DCE4 is #00CCCC (or #0CC).

RGB color model

#00DCE4 color RGB value is (0,220,228).

  • red value is 0;
  • green value is 220;
  • blue value is 228.
RGB:
(0,220,228)
(0%,86%,89%)

RGB channels and saturation

R 0 of 255 = 0%
G 220 of 255 = 86%
B 228 of 255 = 89%

0
220
228

R + G + B ~ 58%. #00DCE4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 220 + 228 = 448 (100%)
R 0 of 448 ~ 0%
G 220 of 448 ~ 49.11%
B 228 of 448 ~ 50.89%

%49.11
%50.89

CMYK color model

#00DCE4 color CMYK value is (100,4,0,11).

  • cyan value is 100.00%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(100,4,0,11)
C100M4Y0K11 
(100%,4%,0%,11%)
(1.00/0.04/0.00/0.11)	

CMYK percentages

%100
%3.51
%0
%10.59

Codes

Color #00DCE4 in popluar color models

00DCE4
RGB0220228
HSL182°100.00%44.71%
HSB/HSV182°100.00%89.41%
CMYK100.00%3.51%0.00%
10.59%

Color #00DCE4 in popluar number systems.

HEX00DCE4
Decimal0220228
Binary01101110011100100
Octal0334344

Shades and tints

Shades of #00DCE4

#00DCE4
(0,220,228)
#00C8D0
(0,200,208)
#00B4BC
(0,180,188)
#00A0A8
(0,160,168)
#008C94
(0,140,148)
#007880
(0,120,128)
#00646C
(0,100,108)
#005058
(0,80,88)
#003C44
(0,60,68)
#002830
(0,40,48)
#00141C
(0,20,28)
#000000
(0,0,0)

Tints of #00DCE4

#00DCE4
(0,220,228)
#17DFE6
(23,223,230)
#2EE2E8
(46,226,232)
#45E5EA
(69,229,234)
#5CE8EC
(92,232,236)
#73EBEE
(115,235,238)
#8AEEF0
(138,238,240)
#A1F1F2
(161,241,242)
#B8F4F4
(184,244,244)
#CFF7F6
(207,247,246)
#E6FAF8
(230,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00DCE4 color. Also use rgb(0,220,228) instead hex code.

Text Font Color

.myTextColor { color: #00DCE4; }

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

This text font color is #00DCE4.


Background Color

.myBgColor { background-color: #00DCE4; }

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

This div background color is #00DCE4.


Border color

.myBorderColor { border: 1px solid #00DCE4; }

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

This div border color is #00DCE4.


Opacity

.myOpacity80 { color: #00DCE4; opacity: 0.8; }

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

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

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

This text has shadow with #00DCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00DCE4 on black background.


Color preview on white background

This text has color #00DCE4 on white background.



Black color preview on #00DCE4 background

This text has black color on #00DCE4 background.


White color preview on #00DCE4 background

This text has white color on #00DCE4 background.