COLOR #7CB0DB

HEX: #7CB0DB RGB: (124,176,219)

Color info

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

RGB color model

#7CB0DB color RGB value is (124,176,219).

RGB: (124,176,219) (49%, 69%, 86%)

RGB channels and saturation

R 124 of 255 = 49%
G 176 of 255 = 69%
B 219 of 255 = 86%

124
176
219

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

Portions of RGB colors in percentages

R + G + B = 124 + 176 + 219 = 519 (100%)
R 124 of 519 ~ 23.89%
G 176 of 519 ~ 33.91%
B 219 of 519 ~ 42.2'%

%23.89
%33.91
%42.2

CMYK color model

#7CB0DB color CMYK value is (43,20,0,14).

  • cyan value is 43.38%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (43,20,0,14)
C43M20Y0K14 (43%, 20%, 0%, 14%)
(0.43 / 0.20 / 0.00 / 0.14)

CMYK percentages

%43.38
%19.63
%0
%14.12

Codes

Color #7CB0DB in popluar color models

7C B0 DB
RGB 124 176 219
HSL 207° 56.89% 67.25%
HSB/HSV 207° 43.38% 85.88%
CMYK 43.38% 19.63% 0.00%
14.12%

Color #7CB0DB in popluar number systems.

HEX 7C B0 DB
Decimal 124 176 219
Binary 1111100 10110000 11011011
Octal 174 260 333

Shades and tints

Shades of #7CB0DB

#7CB0DB
(124,176,219)
#71A0C8
(113,160,200)
#6690B5
(102,144,181)
#5B80A2
(91,128,162)
#50708F
(80,112,143)
#45607C
(69,96,124)
#3A5069
(58,80,105)
#2F4056
(47,64,86)
#243043
(36,48,67)
#192030
(25,32,48)
#0E101D
(14,16,29)
#000000
(0,0,0)

Tints of #7CB0DB

#7CB0DB
(124,176,219)
#87B7DE
(135,183,222)
#92BEE1
(146,190,225)
#9DC5E4
(157,197,228)
#A8CCE7
(168,204,231)
#B3D3EA
(179,211,234)
#BEDAED
(190,218,237)
#C9E1F0
(201,225,240)
#D4E8F3
(212,232,243)
#DFEFF6
(223,239,246)
#EAF6F9
(234,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB0DB; }

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

This text font color is #7CB0DB.

Background Color

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

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

This div background color is #7CB0DB.

Border color

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

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

This div border color is #7CB0DB.

Opacity

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

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

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

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

This text has shadow with #7CB0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB0DB.

Preview

Color preview on black background

This text has color #7CB0DB on black background.


Color preview on white background

This text has color #7CB0DB on white background.


Black color preview on #7CB0DB background

This text has black color on #7CB0DB background.


White color preview on #7CB0DB background

This text has white color on #7CB0DB background.


Related colors

Complementary color

Complementary color for #hex is #834F24.


I love getcolorcode.com

Triadic colors

1 #DB7CB0 and #B0DB7C with #7CB0DB are triadic colors.

2 #DBB07C and #B07CDB with #7CB0DB are triadic colors.