COLOR #7CABBB

HEX: #7CABBB
RGB: (124,171,187)

Color info

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

RGB color model

#7CABBB color RGB value is (124,171,187).

  • red value is 124;
  • green value is 171;
  • blue value is 187.
RGB:
(124,171,187)
(49%,67%,73%)

RGB channels and saturation

R 124 of 255 = 49%
G 171 of 255 = 67%
B 187 of 255 = 73%

124
171
187

R + G + B ~ 63%. #7CABBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 171 + 187 = 482 (100%)
R 124 of 482 ~ 25.73%
G 171 of 482 ~ 35.48%
B 187 of 482 ~ 38.8%

%25.73
%35.48
%38.8

CMYK color model

#7CABBB color CMYK value is (34,9,0,27).

  • cyan value is 33.69%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(34,9,0,27)
C34M9Y0K27 
(34%,9%,0%,27%)
(0.34/0.09/0.00/0.27)	

CMYK percentages

%33.69
%8.56
%0
%26.67

Codes

Color #7CABBB in popluar color models

7CABBB
RGB124171187
HSL195°31.66%60.98%
HSB/HSV195°33.69%73.33%
CMYK33.69%8.56%0.00%
26.67%

Color #7CABBB in popluar number systems.

HEX7CABBB
Decimal124171187
Binary11111001010101110111011
Octal174253273

Shades and tints

Shades of #7CABBB

#7CABBB
(124,171,187)
#719CAA
(113,156,170)
#668D99
(102,141,153)
#5B7E88
(91,126,136)
#506F77
(80,111,119)
#456066
(69,96,102)
#3A5155
(58,81,85)
#2F4244
(47,66,68)
#243333
(36,51,51)
#192422
(25,36,34)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #7CABBB

#7CABBB
(124,171,187)
#87B2C1
(135,178,193)
#92B9C7
(146,185,199)
#9DC0CD
(157,192,205)
#A8C7D3
(168,199,211)
#B3CED9
(179,206,217)
#BED5DF
(190,213,223)
#C9DCE5
(201,220,229)
#D4E3EB
(212,227,235)
#DFEAF1
(223,234,241)
#EAF1F7
(234,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CABBB color. Also use rgb(124,171,187) instead hex code.

Text Font Color

.myTextColor { color: #7CABBB; }

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

This text font color is #7CABBB.


Background Color

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

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

This div background color is #7CABBB.


Border color

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

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

This div border color is #7CABBB.


Opacity

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

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

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

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

This text has shadow with #7CABBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CABBB on black background.


Color preview on white background

This text has color #7CABBB on white background.



Black color preview on #7CABBB background

This text has black color on #7CABBB background.


White color preview on #7CABBB background

This text has white color on #7CABBB background.