COLOR #7CBDB4

HEX: #7CBDB4
RGB: (124,189,180)

Color info

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

RGB color model

#7CBDB4 color RGB value is (124,189,180).

  • red value is 124;
  • green value is 189;
  • blue value is 180.
RGB:
(124,189,180)
(49%,74%,71%)

RGB channels and saturation

R 124 of 255 = 49%
G 189 of 255 = 74%
B 180 of 255 = 71%

124
189
180

R + G + B ~ 65%. #7CBDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 189 + 180 = 493 (100%)
R 124 of 493 ~ 25.15%
G 189 of 493 ~ 38.34%
B 180 of 493 ~ 36.51%

%25.15
%38.34
%36.51

CMYK color model

#7CBDB4 color CMYK value is (34,0,5,26).

  • cyan value is 34.39%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 25.88%
CMYK:
(34,0,5,26)
C34M0Y5K26 
(34%,0%,5%,26%)
(0.34/0.00/0.05/0.26)	

CMYK percentages

%34.39
%0
%4.76
%25.88

Codes

Color #7CBDB4 in popluar color models

7CBDB4
RGB124189180
HSL172°32.99%61.37%
HSB/HSV172°34.39%74.12%
CMYK34.39%0.00%4.76%
25.88%

Color #7CBDB4 in popluar number systems.

HEX7CBDB4
Decimal124189180
Binary11111001011110110110100
Octal174275264

Shades and tints

Shades of #7CBDB4

#7CBDB4
(124,189,180)
#71ACA4
(113,172,164)
#669B94
(102,155,148)
#5B8A84
(91,138,132)
#507974
(80,121,116)
#456864
(69,104,100)
#3A5754
(58,87,84)
#2F4644
(47,70,68)
#243534
(36,53,52)
#192424
(25,36,36)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #7CBDB4

#7CBDB4
(124,189,180)
#87C3BA
(135,195,186)
#92C9C0
(146,201,192)
#9DCFC6
(157,207,198)
#A8D5CC
(168,213,204)
#B3DBD2
(179,219,210)
#BEE1D8
(190,225,216)
#C9E7DE
(201,231,222)
#D4EDE4
(212,237,228)
#DFF3EA
(223,243,234)
#EAF9F0
(234,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBDB4; }

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

This text font color is #7CBDB4.


Background Color

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

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

This div background color is #7CBDB4.


Border color

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

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

This div border color is #7CBDB4.


Opacity

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

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

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

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

This text has shadow with #7CBDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBDB4 on black background.


Color preview on white background

This text has color #7CBDB4 on white background.



Black color preview on #7CBDB4 background

This text has black color on #7CBDB4 background.


White color preview on #7CBDB4 background

This text has white color on #7CBDB4 background.