COLOR #7CBFCD

HEX: #7CBFCD RGB: (124,191,205)

Color info

#7CBFCD contains mainly green and blue colors. Web safe color of #7CBFCD is #66CCCC (or #6CC).

RGB color model

#7CBFCD color RGB value is (124,191,205).

RGB: (124,191,205) (49%, 75%, 80%)

RGB channels and saturation

R 124 of 255 = 49%
G 191 of 255 = 75%
B 205 of 255 = 80%

124
191
205

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

Portions of RGB colors in percentages

R + G + B = 124 + 191 + 205 = 520 (100%)
R 124 of 520 ~ 23.85%
G 191 of 520 ~ 36.73%
B 205 of 520 ~ 39.42'%

%23.85
%36.73
%39.42

CMYK color model

#7CBFCD color CMYK value is (40,7,0,20).

  • cyan value is 39.51%
  • magenta value is 6.83%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (40,7,0,20)
C40M7Y0K20 (40%, 7%, 0%, 20%)
(0.40 / 0.07 / 0.00 / 0.20)

CMYK percentages

%39.51
%6.83
%0
%19.61

Codes

Color #7CBFCD in popluar color models

7C BF CD
RGB 124 191 205
HSL 190° 44.75% 64.51%
HSB/HSV 190° 39.51% 80.39%
CMYK 39.51% 6.83% 0.00%
19.61%

Color #7CBFCD in popluar number systems.

HEX 7C BF CD
Decimal 124 191 205
Binary 1111100 10111111 11001101
Octal 174 277 315

Shades and tints

Shades of #7CBFCD

#7CBFCD
(124,191,205)
#71AEBB
(113,174,187)
#669DA9
(102,157,169)
#5B8C97
(91,140,151)
#507B85
(80,123,133)
#456A73
(69,106,115)
#3A5961
(58,89,97)
#2F484F
(47,72,79)
#24373D
(36,55,61)
#19262B
(25,38,43)
#0E1519
(14,21,25)
#000000
(0,0,0)

Tints of #7CBFCD

#7CBFCD
(124,191,205)
#87C4D1
(135,196,209)
#92C9D5
(146,201,213)
#9DCED9
(157,206,217)
#A8D3DD
(168,211,221)
#B3D8E1
(179,216,225)
#BEDDE5
(190,221,229)
#C9E2E9
(201,226,233)
#D4E7ED
(212,231,237)
#DFECF1
(223,236,241)
#EAF1F5
(234,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CBFCD color. Also use rgb(124,191,205) instead hex code.

Text Font Color

.myTextColor { color: #7CBFCD; }

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

This text font color is #7CBFCD.

Background Color

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

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

This div background color is #7CBFCD.

Border color

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

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

This div border color is #7CBFCD.

Opacity

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

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

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

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

This text has shadow with #7CBFCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBFCD.

Preview

Color preview on black background

This text has color #7CBFCD on black background.


Color preview on white background

This text has color #7CBFCD on white background.


Black color preview on #7CBFCD background

This text has black color on #7CBFCD background.


White color preview on #7CBFCD background

This text has white color on #7CBFCD background.


Related colors

Complementary color

Complementary color for #hex is #834032.


I love getcolorcode.com

Triadic colors

1 #CD7CBF and #BFCD7C with #7CBFCD are triadic colors.

2 #CDBF7C and #BF7CCD with #7CBFCD are triadic colors.