COLOR #7CBDC9

HEX: #7CBDC9 RGB: (124,189,201)

Color info

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

RGB color model

#7CBDC9 color RGB value is (124,189,201).

RGB: (124,189,201) (49%, 74%, 79%)

RGB channels and saturation

R 124 of 255 = 49%
G 189 of 255 = 74%
B 201 of 255 = 79%

124
189
201

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

Portions of RGB colors in percentages

R + G + B = 124 + 189 + 201 = 514 (100%)
R 124 of 514 ~ 24.12%
G 189 of 514 ~ 36.77%
B 201 of 514 ~ 39.11'%

%24.12
%36.77
%39.11

CMYK color model

#7CBDC9 color CMYK value is (38,6,0,21).

  • cyan value is 38.31%
  • magenta value is 5.97%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (38,6,0,21)
C38M6Y0K21 (38%, 6%, 0%, 21%)
(0.38 / 0.06 / 0.00 / 0.21)

CMYK percentages

%38.31
%5.97
%0
%21.18

Codes

Color #7CBDC9 in popluar color models

7C BD C9
RGB 124 189 201
HSL 189° 41.62% 63.73%
HSB/HSV 189° 38.31% 78.82%
CMYK 38.31% 5.97% 0.00%
21.18%

Color #7CBDC9 in popluar number systems.

HEX 7C BD C9
Decimal 124 189 201
Binary 1111100 10111101 11001001
Octal 174 275 311

Shades and tints

Shades of #7CBDC9

#7CBDC9
(124,189,201)
#71ACB7
(113,172,183)
#669BA5
(102,155,165)
#5B8A93
(91,138,147)
#507981
(80,121,129)
#45686F
(69,104,111)
#3A575D
(58,87,93)
#2F464B
(47,70,75)
#243539
(36,53,57)
#192427
(25,36,39)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #7CBDC9

#7CBDC9
(124,189,201)
#87C3CD
(135,195,205)
#92C9D1
(146,201,209)
#9DCFD5
(157,207,213)
#A8D5D9
(168,213,217)
#B3DBDD
(179,219,221)
#BEE1E1
(190,225,225)
#C9E7E5
(201,231,229)
#D4EDE9
(212,237,233)
#DFF3ED
(223,243,237)
#EAF9F1
(234,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CBDC9 color. Also use rgb(124,189,201) instead hex code.

Text Font Color

.myTextColor { color: #7CBDC9; }

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

This text font color is #7CBDC9.

Background Color

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

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

This div background color is #7CBDC9.

Border color

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

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

This div border color is #7CBDC9.

Opacity

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

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

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

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

This text has shadow with #7CBDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBDC9.

Preview

Color preview on black background

This text has color #7CBDC9 on black background.


Color preview on white background

This text has color #7CBDC9 on white background.


Black color preview on #7CBDC9 background

This text has black color on #7CBDC9 background.


White color preview on #7CBDC9 background

This text has white color on #7CBDC9 background.


Related colors

Complementary color

Complementary color for #hex is #834236.


I love getcolorcode.com

Triadic colors

1 #C97CBD and #BDC97C with #7CBDC9 are triadic colors.

2 #C9BD7C and #BD7CC9 with #7CBDC9 are triadic colors.