COLOR #3DCCD9

HEX: #3DCCD9
RGB: (61,204,217)

Color info

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

RGB color model

#3DCCD9 color RGB value is (61,204,217).

  • red value is 61;
  • green value is 204;
  • blue value is 217.
RGB:
(61,204,217)
(24%,80%,85%)

RGB channels and saturation

R 61 of 255 = 24%
G 204 of 255 = 80%
B 217 of 255 = 85%

61
204
217

R + G + B ~ 63%. #3DCCD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
61 + 204 + 217 = 482 (100%)
R 61 of 482 ~ 12.66%
G 204 of 482 ~ 42.32%
B 217 of 482 ~ 45.02%

%12.66
%42.32
%45.02

CMYK color model

#3DCCD9 color CMYK value is (72,6,0,15).

  • cyan value is 71.89%
  • magenta value is 5.99%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(72,6,0,15)
C72M6Y0K15 
(72%,6%,0%,15%)
(0.72/0.06/0.00/0.15)	

CMYK percentages

%71.89
%5.99
%0
%14.9

Codes

Color #3DCCD9 in popluar color models

3DCCD9
RGB61204217
HSL185°67.24%54.51%
HSB/HSV185°71.89%85.10%
CMYK71.89%5.99%0.00%
14.90%

Color #3DCCD9 in popluar number systems.

HEX3DCCD9
Decimal61204217
Binary1111011100110011011001
Octal75314331

Shades and tints

Shades of #3DCCD9

#3DCCD9
(61,204,217)
#38BAC6
(56,186,198)
#33A8B3
(51,168,179)
#2E96A0
(46,150,160)
#29848D
(41,132,141)
#24727A
(36,114,122)
#1F6067
(31,96,103)
#1A4E54
(26,78,84)
#153C41
(21,60,65)
#102A2E
(16,42,46)
#0B181B
(11,24,27)
#000000
(0,0,0)

Tints of #3DCCD9

#3DCCD9
(61,204,217)
#4ED0DC
(78,208,220)
#5FD4DF
(95,212,223)
#70D8E2
(112,216,226)
#81DCE5
(129,220,229)
#92E0E8
(146,224,232)
#A3E4EB
(163,228,235)
#B4E8EE
(180,232,238)
#C5ECF1
(197,236,241)
#D6F0F4
(214,240,244)
#E7F4F7
(231,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DCCD9 color. Also use rgb(61,204,217) instead hex code.

Text Font Color

.myTextColor { color: #3DCCD9; }

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

This text font color is #3DCCD9.


Background Color

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

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

This div background color is #3DCCD9.


Border color

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

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

This div border color is #3DCCD9.


Opacity

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

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

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

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

This text has shadow with #3DCCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DCCD9 on black background.


Color preview on white background

This text has color #3DCCD9 on white background.



Black color preview on #3DCCD9 background

This text has black color on #3DCCD9 background.


White color preview on #3DCCD9 background

This text has white color on #3DCCD9 background.