COLOR #7CB0D2

HEX: #7CB0D2 RGB: (124,176,210)

Color info

#7CB0D2 contains mainly green and blue colors. Web safe color of #7CB0D2 is #6699CC (or #69C).

RGB color model

#7CB0D2 color RGB value is (124,176,210).

RGB: (124,176,210) (49%, 69%, 82%)

RGB channels and saturation

R 124 of 255 = 49%
G 176 of 255 = 69%
B 210 of 255 = 82%

124
176
210

R + G + B ~ 67%. #7CB0D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 176 + 210 = 510 (100%)
R 124 of 510 ~ 24.31%
G 176 of 510 ~ 34.51%
B 210 of 510 ~ 41.18'%

%24.31
%34.51
%41.18

CMYK color model

#7CB0D2 color CMYK value is (41,16,0,18).

  • cyan value is 40.95%
  • magenta value is 16.19%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (41,16,0,18)
C41M16Y0K18 (41%, 16%, 0%, 18%)
(0.41 / 0.16 / 0.00 / 0.18)

CMYK percentages

%40.95
%16.19
%0
%17.65

Codes

Color #7CB0D2 in popluar color models

7C B0 D2
RGB 124 176 210
HSL 204° 48.86% 65.49%
HSB/HSV 204° 40.95% 82.35%
CMYK 40.95% 16.19% 0.00%
17.65%

Color #7CB0D2 in popluar number systems.

HEX 7C B0 D2
Decimal 124 176 210
Binary 1111100 10110000 11010010
Octal 174 260 322

Shades and tints

Shades of #7CB0D2

#7CB0D2
(124,176,210)
#71A0BF
(113,160,191)
#6690AC
(102,144,172)
#5B8099
(91,128,153)
#507086
(80,112,134)
#456073
(69,96,115)
#3A5060
(58,80,96)
#2F404D
(47,64,77)
#24303A
(36,48,58)
#192027
(25,32,39)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #7CB0D2

#7CB0D2
(124,176,210)
#87B7D6
(135,183,214)
#92BEDA
(146,190,218)
#9DC5DE
(157,197,222)
#A8CCE2
(168,204,226)
#B3D3E6
(179,211,230)
#BEDAEA
(190,218,234)
#C9E1EE
(201,225,238)
#D4E8F2
(212,232,242)
#DFEFF6
(223,239,246)
#EAF6FA
(234,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB0D2 color. Also use rgb(124,176,210) instead hex code.

Text Font Color

.myTextColor { color: #7CB0D2; }

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

This text font color is #7CB0D2.

Background Color

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

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

This div background color is #7CB0D2.

Border color

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

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

This div border color is #7CB0D2.

Opacity

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

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

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

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

This text has shadow with #7CB0D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB0D2.

Preview

Color preview on black background

This text has color #7CB0D2 on black background.


Color preview on white background

This text has color #7CB0D2 on white background.


Black color preview on #7CB0D2 background

This text has black color on #7CB0D2 background.


White color preview on #7CB0D2 background

This text has white color on #7CB0D2 background.


Related colors

Complementary color

Complementary color for #hex is #834F2D.


I love getcolorcode.com

Triadic colors

1 #D27CB0 and #B0D27C with #7CB0D2 are triadic colors.

2 #D2B07C and #B07CD2 with #7CB0D2 are triadic colors.