COLOR #7FC4DB

HEX: #7FC4DB RGB: (127,196,219)

Color info

#7FC4DB contains mainly green and blue colors. Web safe color of #7FC4DB is #66CCCC (or #6CC).

RGB color model

#7FC4DB color RGB value is (127,196,219).

RGB: (127,196,219) (50%, 77%, 86%)

RGB channels and saturation

R 127 of 255 = 50%
G 196 of 255 = 77%
B 219 of 255 = 86%

127
196
219

R + G + B ~ 71%. #7FC4DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 196 + 219 = 542 (100%)
R 127 of 542 ~ 23.43%
G 196 of 542 ~ 36.16%
B 219 of 542 ~ 40.41'%

%23.43
%36.16
%40.41

CMYK color model

#7FC4DB color CMYK value is (42,11,0,14).

  • cyan value is 42.01%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (42,11,0,14)
C42M11Y0K14 (42%, 11%, 0%, 14%)
(0.42 / 0.11 / 0.00 / 0.14)

CMYK percentages

%42.01
%10.5
%0
%14.12

Codes

Color #7FC4DB in popluar color models

7F C4 DB
RGB 127 196 219
HSL 195° 56.10% 67.84%
HSB/HSV 195° 42.01% 85.88%
CMYK 42.01% 10.50% 0.00%
14.12%

Color #7FC4DB in popluar number systems.

HEX 7F C4 DB
Decimal 127 196 219
Binary 1111111 11000100 11011011
Octal 177 304 333

Shades and tints

Shades of #7FC4DB

#7FC4DB
(127,196,219)
#74B3C8
(116,179,200)
#69A2B5
(105,162,181)
#5E91A2
(94,145,162)
#53808F
(83,128,143)
#486F7C
(72,111,124)
#3D5E69
(61,94,105)
#324D56
(50,77,86)
#273C43
(39,60,67)
#1C2B30
(28,43,48)
#111A1D
(17,26,29)
#000000
(0,0,0)

Tints of #7FC4DB

#7FC4DB
(127,196,219)
#8AC9DE
(138,201,222)
#95CEE1
(149,206,225)
#A0D3E4
(160,211,228)
#ABD8E7
(171,216,231)
#B6DDEA
(182,221,234)
#C1E2ED
(193,226,237)
#CCE7F0
(204,231,240)
#D7ECF3
(215,236,243)
#E2F1F6
(226,241,246)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC4DB color. Also use rgb(127,196,219) instead hex code.

Text Font Color

.myTextColor { color: #7FC4DB; }

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

This text font color is #7FC4DB.

Background Color

.myBgColor { background-color: #7FC4DB; }

<div style="background-color:#7FC4DB">Inner text</div>

This div background color is #7FC4DB.

Border color

.myBorderColor { border: 1px solid #7FC4DB; }

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

This div border color is #7FC4DB.

Opacity

.myOpacity80 { color: #7FC4DB; opacity: 0.8; }

<p style="color:#7FC4DB;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FC4DB color.


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

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

This text has shadow with #7FC4DB primary color and red secondary color.


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

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

This text has shadow with #7FC4DB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7FC4DB.

Preview

Color preview on black background

This text has color #7FC4DB on black background.


Color preview on white background

This text has color #7FC4DB on white background.


Black color preview on #7FC4DB background

This text has black color on #7FC4DB background.


White color preview on #7FC4DB background

This text has white color on #7FC4DB background.


Related colors

Complementary color

Complementary color for #hex is #803B24.


I love getcolorcode.com

Triadic colors

1 #DB7FC4 and #C4DB7F with #7FC4DB are triadic colors.

2 #DBC47F and #C47FDB with #7FC4DB are triadic colors.