COLOR #7CBCCE

HEX: #7CBCCE RGB: (124,188,206)

Color info

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

RGB color model

#7CBCCE color RGB value is (124,188,206).

RGB: (124,188,206) (49%, 74%, 81%)

RGB channels and saturation

R 124 of 255 = 49%
G 188 of 255 = 74%
B 206 of 255 = 81%

124
188
206

R + G + B ~ 68%. #7CBCCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 188 + 206 = 518 (100%)
R 124 of 518 ~ 23.94%
G 188 of 518 ~ 36.29%
B 206 of 518 ~ 39.77'%

%23.94
%36.29
%39.77

CMYK color model

#7CBCCE color CMYK value is (40,9,0,19).

  • cyan value is 39.81%
  • magenta value is 8.74%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (40,9,0,19)
C40M9Y0K19 (40%, 9%, 0%, 19%)
(0.40 / 0.09 / 0.00 / 0.19)

CMYK percentages

%39.81
%8.74
%0
%19.22

Codes

Color #7CBCCE in popluar color models

7C BC CE
RGB 124 188 206
HSL 193° 45.56% 64.71%
HSB/HSV 193° 39.81% 80.78%
CMYK 39.81% 8.74% 0.00%
19.22%

Color #7CBCCE in popluar number systems.

HEX 7C BC CE
Decimal 124 188 206
Binary 1111100 10111100 11001110
Octal 174 274 316

Shades and tints

Shades of #7CBCCE

#7CBCCE
(124,188,206)
#71ABBC
(113,171,188)
#669AAA
(102,154,170)
#5B8998
(91,137,152)
#507886
(80,120,134)
#456774
(69,103,116)
#3A5662
(58,86,98)
#2F4550
(47,69,80)
#24343E
(36,52,62)
#19232C
(25,35,44)
#0E121A
(14,18,26)
#000000
(0,0,0)

Tints of #7CBCCE

#7CBCCE
(124,188,206)
#87C2D2
(135,194,210)
#92C8D6
(146,200,214)
#9DCEDA
(157,206,218)
#A8D4DE
(168,212,222)
#B3DAE2
(179,218,226)
#BEE0E6
(190,224,230)
#C9E6EA
(201,230,234)
#D4ECEE
(212,236,238)
#DFF2F2
(223,242,242)
#EAF8F6
(234,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CBCCE color. Also use rgb(124,188,206) instead hex code.

Text Font Color

.myTextColor { color: #7CBCCE; }

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

This text font color is #7CBCCE.

Background Color

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

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

This div background color is #7CBCCE.

Border color

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

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

This div border color is #7CBCCE.

Opacity

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

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

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

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

This text has shadow with #7CBCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBCCE.

Preview

Color preview on black background

This text has color #7CBCCE on black background.


Color preview on white background

This text has color #7CBCCE on white background.


Black color preview on #7CBCCE background

This text has black color on #7CBCCE background.


White color preview on #7CBCCE background

This text has white color on #7CBCCE background.


Related colors

Complementary color

Complementary color for #hex is #834331.


I love getcolorcode.com

Triadic colors

1 #CE7CBC and #BCCE7C with #7CBCCE are triadic colors.

2 #CEBC7C and #BC7CCE with #7CBCCE are triadic colors.