COLOR #3AD9E7

HEX: #3AD9E7
RGB: (58,217,231)

Color info

#3AD9E7 contains mainly green and blue colors. Web safe color of #3AD9E7 is #33CCFF (or #3CF).

RGB color model

#3AD9E7 color RGB value is (58,217,231).

  • red value is 58;
  • green value is 217;
  • blue value is 231.
RGB:
(58,217,231)
(23%,85%,91%)

RGB channels and saturation

R 58 of 255 = 23%
G 217 of 255 = 85%
B 231 of 255 = 91%

58
217
231

R + G + B ~ 66%. #3AD9E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
58 + 217 + 231 = 506 (100%)
R 58 of 506 ~ 11.46%
G 217 of 506 ~ 42.89%
B 231 of 506 ~ 45.65%

%11.46
%42.89
%45.65

CMYK color model

#3AD9E7 color CMYK value is (75,6,0,9).

  • cyan value is 74.89%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(75,6,0,9)
C75M6Y0K9 
(75%,6%,0%,9%)
(0.75/0.06/0.00/0.09)	

CMYK percentages

%74.89
%6.06
%0
%9.41

Codes

Color #3AD9E7 in popluar color models

3AD9E7
RGB58217231
HSL185°78.28%56.67%
HSB/HSV185°74.89%90.59%
CMYK74.89%6.06%0.00%
9.41%

Color #3AD9E7 in popluar number systems.

HEX3AD9E7
Decimal58217231
Binary1110101101100111100111
Octal72331347

Shades and tints

Shades of #3AD9E7

#3AD9E7
(58,217,231)
#35C6D2
(53,198,210)
#30B3BD
(48,179,189)
#2BA0A8
(43,160,168)
#268D93
(38,141,147)
#217A7E
(33,122,126)
#1C6769
(28,103,105)
#175454
(23,84,84)
#12413F
(18,65,63)
#0D2E2A
(13,46,42)
#081B15
(8,27,21)
#000000
(0,0,0)

Tints of #3AD9E7

#3AD9E7
(58,217,231)
#4BDCE9
(75,220,233)
#5CDFEB
(92,223,235)
#6DE2ED
(109,226,237)
#7EE5EF
(126,229,239)
#8FE8F1
(143,232,241)
#A0EBF3
(160,235,243)
#B1EEF5
(177,238,245)
#C2F1F7
(194,241,247)
#D3F4F9
(211,244,249)
#E4F7FB
(228,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AD9E7 color. Also use rgb(58,217,231) instead hex code.

Text Font Color

.myTextColor { color: #3AD9E7; }

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

This text font color is #3AD9E7.


Background Color

.myBgColor { background-color: #3AD9E7; }

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

This div background color is #3AD9E7.


Border color

.myBorderColor { border: 1px solid #3AD9E7; }

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

This div border color is #3AD9E7.


Opacity

.myOpacity80 { color: #3AD9E7; opacity: 0.8; }

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

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

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

This text has shadow with #3AD9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AD9E7 on black background.


Color preview on white background

This text has color #3AD9E7 on white background.



Black color preview on #3AD9E7 background

This text has black color on #3AD9E7 background.


White color preview on #3AD9E7 background

This text has white color on #3AD9E7 background.