COLOR #7CABBE

HEX: #7CABBE
RGB: (124,171,190)

Color info

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

RGB color model

#7CABBE color RGB value is (124,171,190).

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

RGB channels and saturation

R 124 of 255 = 49%
G 171 of 255 = 67%
B 190 of 255 = 75%

124
171
190

R + G + B ~ 64%. #7CABBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 171 + 190 = 485 (100%)
R 124 of 485 ~ 25.57%
G 171 of 485 ~ 35.26%
B 190 of 485 ~ 39.18%

%25.57
%35.26
%39.18

CMYK color model

#7CABBE color CMYK value is (35,10,0,25).

  • cyan value is 34.74%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(35,10,0,25)
C35M10Y0K25 
(35%,10%,0%,25%)
(0.35/0.10/0.00/0.25)	

CMYK percentages

%34.74
%10
%0
%25.49

Codes

Color #7CABBE in popluar color models

7CABBE
RGB124171190
HSL197°33.67%61.57%
HSB/HSV197°34.74%74.51%
CMYK34.74%10.00%0.00%
25.49%

Color #7CABBE in popluar number systems.

HEX7CABBE
Decimal124171190
Binary11111001010101110111110
Octal174253276

Shades and tints

Shades of #7CABBE

#7CABBE
(124,171,190)
#719CAD
(113,156,173)
#668D9C
(102,141,156)
#5B7E8B
(91,126,139)
#506F7A
(80,111,122)
#456069
(69,96,105)
#3A5158
(58,81,88)
#2F4247
(47,66,71)
#243336
(36,51,54)
#192425
(25,36,37)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #7CABBE

#7CABBE
(124,171,190)
#87B2C3
(135,178,195)
#92B9C8
(146,185,200)
#9DC0CD
(157,192,205)
#A8C7D2
(168,199,210)
#B3CED7
(179,206,215)
#BED5DC
(190,213,220)
#C9DCE1
(201,220,225)
#D4E3E6
(212,227,230)
#DFEAEB
(223,234,235)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CABBE; }

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

This text font color is #7CABBE.


Background Color

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

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

This div background color is #7CABBE.


Border color

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

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

This div border color is #7CABBE.


Opacity

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

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

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

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

This text has shadow with #7CABBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CABBE on black background.


Color preview on white background

This text has color #7CABBE on white background.



Black color preview on #7CABBE background

This text has black color on #7CABBE background.


White color preview on #7CABBE background

This text has white color on #7CABBE background.