COLOR #1CC7DB

HEX: #1CC7DB RGB: (28,199,219)

Color info

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

RGB color model

#1CC7DB color RGB value is (28,199,219).

RGB: (28,199,219) (11%, 78%, 86%)

RGB channels and saturation

R 28 of 255 = 11%
G 199 of 255 = 78%
B 219 of 255 = 86%

28
199
219

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

Portions of RGB colors in percentages

R + G + B = 28 + 199 + 219 = 446 (100%)
R 28 of 446 ~ 6.28%
G 199 of 446 ~ 44.62%
B 219 of 446 ~ 49.1'%

%44.62
%49.1

CMYK color model

#1CC7DB color CMYK value is (87,9,0,14).

  • cyan value is 87.21%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (87,9,0,14)
C87M9Y0K14 (87%, 9%, 0%, 14%)
(0.87 / 0.09 / 0.00 / 0.14)

CMYK percentages

%87.21
%9.13
%0
%14.12

Codes

Color #1CC7DB in popluar color models

1C C7 DB
RGB 28 199 219
HSL 186° 77.33% 48.43%
HSB/HSV 186° 87.21% 85.88%
CMYK 87.21% 9.13% 0.00%
14.12%

Color #1CC7DB in popluar number systems.

HEX 1C C7 DB
Decimal 28 199 219
Binary 11100 11000111 11011011
Octal 34 307 333

Shades and tints

Shades of #1CC7DB

#1CC7DB
(28,199,219)
#1AB5C8
(26,181,200)
#18A3B5
(24,163,181)
#1691A2
(22,145,162)
#147F8F
(20,127,143)
#126D7C
(18,109,124)
#105B69
(16,91,105)
#0E4956
(14,73,86)
#0C3743
(12,55,67)
#0A2530
(10,37,48)
#08131D
(8,19,29)
#000000
(0,0,0)

Tints of #1CC7DB

#1CC7DB
(28,199,219)
#30CCDE
(48,204,222)
#44D1E1
(68,209,225)
#58D6E4
(88,214,228)
#6CDBE7
(108,219,231)
#80E0EA
(128,224,234)
#94E5ED
(148,229,237)
#A8EAF0
(168,234,240)
#BCEFF3
(188,239,243)
#D0F4F6
(208,244,246)
#E4F9F9
(228,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CC7DB color. Also use rgb(28,199,219) instead hex code.

Text Font Color

.myTextColor { color: #1CC7DB; }

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

This text font color is #1CC7DB.

Background Color

.myBgColor { background-color: #1CC7DB; }

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

This div background color is #1CC7DB.

Border color

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

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

This div border color is #1CC7DB.

Opacity

.myOpacity80 { color: #1CC7DB; opacity: 0.8; }

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

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

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

This text has shadow with #1CC7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1CC7DB.

Preview

Color preview on black background

This text has color #1CC7DB on black background.


Color preview on white background

This text has color #1CC7DB on white background.


Black color preview on #1CC7DB background

This text has black color on #1CC7DB background.


White color preview on #1CC7DB background

This text has white color on #1CC7DB background.


Related colors

Complementary color

Complementary color for #hex is #E33824.


I love getcolorcode.com

Triadic colors

1 #DB1CC7 and #C7DB1C with #1CC7DB are triadic colors.

2 #DBC71C and #C71CDB with #1CC7DB are triadic colors.