COLOR #28D6E5

HEX: #28D6E5
RGB: (40,214,229)

Color info

#28D6E5 contains mainly green and blue colors. Web safe color of #28D6E5 is #33CCCC (or #3CC).

RGB color model

#28D6E5 color RGB value is (40,214,229).

  • red value is 40;
  • green value is 214;
  • blue value is 229.
RGB:
(40,214,229)
(16%,84%,90%)

RGB channels and saturation

R 40 of 255 = 16%
G 214 of 255 = 84%
B 229 of 255 = 90%

40
214
229

R + G + B ~ 63%. #28D6E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
40 + 214 + 229 = 483 (100%)
R 40 of 483 ~ 8.28%
G 214 of 483 ~ 44.31%
B 229 of 483 ~ 47.41%

%44.31
%47.41

CMYK color model

#28D6E5 color CMYK value is (83,7,0,10).

  • cyan value is 82.53%
  • magenta value is 6.55%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(83,7,0,10)
C83M7Y0K10 
(83%,7%,0%,10%)
(0.83/0.07/0.00/0.10)	

CMYK percentages

%82.53
%6.55
%0
%10.2

Codes

Color #28D6E5 in popluar color models

28D6E5
RGB40214229
HSL185°78.42%52.75%
HSB/HSV185°82.53%89.80%
CMYK82.53%6.55%0.00%
10.20%

Color #28D6E5 in popluar number systems.

HEX28D6E5
Decimal40214229
Binary1010001101011011100101
Octal50326345

Shades and tints

Shades of #28D6E5

#28D6E5
(40,214,229)
#25C3D1
(37,195,209)
#22B0BD
(34,176,189)
#1F9DA9
(31,157,169)
#1C8A95
(28,138,149)
#197781
(25,119,129)
#16646D
(22,100,109)
#135159
(19,81,89)
#103E45
(16,62,69)
#0D2B31
(13,43,49)
#0A181D
(10,24,29)
#000000
(0,0,0)

Tints of #28D6E5

#28D6E5
(40,214,229)
#3BD9E7
(59,217,231)
#4EDCE9
(78,220,233)
#61DFEB
(97,223,235)
#74E2ED
(116,226,237)
#87E5EF
(135,229,239)
#9AE8F1
(154,232,241)
#ADEBF3
(173,235,243)
#C0EEF5
(192,238,245)
#D3F1F7
(211,241,247)
#E6F4F9
(230,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28D6E5 color. Also use rgb(40,214,229) instead hex code.

Text Font Color

.myTextColor { color: #28D6E5; }

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

This text font color is #28D6E5.


Background Color

.myBgColor { background-color: #28D6E5; }

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

This div background color is #28D6E5.


Border color

.myBorderColor { border: 1px solid #28D6E5; }

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

This div border color is #28D6E5.


Opacity

.myOpacity80 { color: #28D6E5; opacity: 0.8; }

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

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

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

This text has shadow with #28D6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28D6E5 on black background.


Color preview on white background

This text has color #28D6E5 on white background.



Black color preview on #28D6E5 background

This text has black color on #28D6E5 background.


White color preview on #28D6E5 background

This text has white color on #28D6E5 background.