COLOR #7C99BA

HEX: #7C99BA RGB: (124,153,186)

Color info

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

RGB color model

#7C99BA color RGB value is (124,153,186).

RGB: (124,153,186) (49%, 60%, 73%)

RGB channels and saturation

R 124 of 255 = 49%
G 153 of 255 = 60%
B 186 of 255 = 73%

124
153
186

R + G + B ~ 61%. #7C99BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 153 + 186 = 463 (100%)
R 124 of 463 ~ 26.78%
G 153 of 463 ~ 33.05%
B 186 of 463 ~ 40.17'%

%26.78
%33.05
%40.17

CMYK color model

#7C99BA color CMYK value is (33,18,0,27).

  • cyan value is 33.33%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (33,18,0,27)
C33M18Y0K27 (33%, 18%, 0%, 27%)
(0.33 / 0.18 / 0.00 / 0.27)

CMYK percentages

%33.33
%17.74
%0
%27.06

Codes

Color #7C99BA in popluar color models

7C 99 BA
RGB 124 153 186
HSL 212° 31.00% 60.78%
HSB/HSV 212° 33.33% 72.94%
CMYK 33.33% 17.74% 0.00%
27.06%

Color #7C99BA in popluar number systems.

HEX 7C 99 BA
Decimal 124 153 186
Binary 1111100 10011001 10111010
Octal 174 231 272

Shades and tints

Shades of #7C99BA

#7C99BA
(124,153,186)
#718CAA
(113,140,170)
#667F9A
(102,127,154)
#5B728A
(91,114,138)
#50657A
(80,101,122)
#45586A
(69,88,106)
#3A4B5A
(58,75,90)
#2F3E4A
(47,62,74)
#24313A
(36,49,58)
#19242A
(25,36,42)
#0E171A
(14,23,26)
#000000
(0,0,0)

Tints of #7C99BA

#7C99BA
(124,153,186)
#87A2C0
(135,162,192)
#92ABC6
(146,171,198)
#9DB4CC
(157,180,204)
#A8BDD2
(168,189,210)
#B3C6D8
(179,198,216)
#BECFDE
(190,207,222)
#C9D8E4
(201,216,228)
#D4E1EA
(212,225,234)
#DFEAF0
(223,234,240)
#EAF3F6
(234,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C99BA color. Also use rgb(124,153,186) instead hex code.

Text Font Color

.myTextColor { color: #7C99BA; }

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

This text font color is #7C99BA.

Background Color

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

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

This div background color is #7C99BA.

Border color

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

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

This div border color is #7C99BA.

Opacity

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

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

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

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

This text has shadow with #7C99BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C99BA.

Preview

Color preview on black background

This text has color #7C99BA on black background.


Color preview on white background

This text has color #7C99BA on white background.


Black color preview on #7C99BA background

This text has black color on #7C99BA background.


White color preview on #7C99BA background

This text has white color on #7C99BA background.


Related colors

Complementary color

Complementary color for #hex is #836645.


I love getcolorcode.com

Triadic colors

1 #BA7C99 and #99BA7C with #7C99BA are triadic colors.

2 #BA997C and #997CBA with #7C99BA are triadic colors.