COLOR #7CB1D0

HEX: #7CB1D0
RGB: (124,177,208)

Color info

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

RGB color model

#7CB1D0 color RGB value is (124,177,208).

  • red value is 124;
  • green value is 177;
  • blue value is 208.
RGB:
(124,177,208)
(49%,69%,82%)

RGB channels and saturation

R 124 of 255 = 49%
G 177 of 255 = 69%
B 208 of 255 = 82%

124
177
208

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

Portions of RGB colors in percentages

R + G + B =
124 + 177 + 208 = 509 (100%)
R 124 of 509 ~ 24.36%
G 177 of 509 ~ 34.77%
B 208 of 509 ~ 40.86%

%24.36
%34.77
%40.86

CMYK color model

#7CB1D0 color CMYK value is (40,15,0,18).

  • cyan value is 40.38%
  • magenta value is 14.90%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(40,15,0,18)
C40M15Y0K18 
(40%,15%,0%,18%)
(0.40/0.15/0.00/0.18)	

CMYK percentages

%40.38
%14.9
%0
%18.43

Codes

Color #7CB1D0 in popluar color models

7CB1D0
RGB124177208
HSL202°47.19%65.10%
HSB/HSV202°40.38%81.57%
CMYK40.38%14.90%0.00%
18.43%

Color #7CB1D0 in popluar number systems.

HEX7CB1D0
Decimal124177208
Binary11111001011000111010000
Octal174261320

Shades and tints

Shades of #7CB1D0

#7CB1D0
(124,177,208)
#71A1BE
(113,161,190)
#6691AC
(102,145,172)
#5B819A
(91,129,154)
#507188
(80,113,136)
#456176
(69,97,118)
#3A5164
(58,81,100)
#2F4152
(47,65,82)
#243140
(36,49,64)
#19212E
(25,33,46)
#0E111C
(14,17,28)
#000000
(0,0,0)

Tints of #7CB1D0

#7CB1D0
(124,177,208)
#87B8D4
(135,184,212)
#92BFD8
(146,191,216)
#9DC6DC
(157,198,220)
#A8CDE0
(168,205,224)
#B3D4E4
(179,212,228)
#BEDBE8
(190,219,232)
#C9E2EC
(201,226,236)
#D4E9F0
(212,233,240)
#DFF0F4
(223,240,244)
#EAF7F8
(234,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB1D0 color. Also use rgb(124,177,208) instead hex code.

Text Font Color

.myTextColor { color: #7CB1D0; }

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

This text font color is #7CB1D0.


Background Color

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

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

This div background color is #7CB1D0.


Border color

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

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

This div border color is #7CB1D0.


Opacity

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

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

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

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

This text has shadow with #7CB1D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB1D0 on black background.


Color preview on white background

This text has color #7CB1D0 on white background.



Black color preview on #7CB1D0 background

This text has black color on #7CB1D0 background.


White color preview on #7CB1D0 background

This text has white color on #7CB1D0 background.