COLOR #7CBDB5

HEX: #7CBDB5
RGB: (124,189,181)

Color info

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

RGB color model

#7CBDB5 color RGB value is (124,189,181).

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

RGB channels and saturation

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

124
189
181

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

Portions of RGB colors in percentages

R + G + B =
124 + 189 + 181 = 494 (100%)
R 124 of 494 ~ 25.1%
G 189 of 494 ~ 38.26%
B 181 of 494 ~ 36.64%

%25.1
%38.26
%36.64

CMYK color model

#7CBDB5 color CMYK value is (34,0,4,26).

  • cyan value is 34.39%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 25.88%
CMYK:
(34,0,4,26)
C34M0Y4K26 
(34%,0%,4%,26%)
(0.34/0.00/0.04/0.26)	

CMYK percentages

%34.39
%0
%4.23
%25.88

Codes

Color #7CBDB5 in popluar color models

7CBDB5
RGB124189181
HSL173°32.99%61.37%
HSB/HSV173°34.39%74.12%
CMYK34.39%0.00%4.23%
25.88%

Color #7CBDB5 in popluar number systems.

HEX7CBDB5
Decimal124189181
Binary11111001011110110110101
Octal174275265

Shades and tints

Shades of #7CBDB5

#7CBDB5
(124,189,181)
#71ACA5
(113,172,165)
#669B95
(102,155,149)
#5B8A85
(91,138,133)
#507975
(80,121,117)
#456865
(69,104,101)
#3A5755
(58,87,85)
#2F4645
(47,70,69)
#243535
(36,53,53)
#192425
(25,36,37)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #7CBDB5

#7CBDB5
(124,189,181)
#87C3BB
(135,195,187)
#92C9C1
(146,201,193)
#9DCFC7
(157,207,199)
#A8D5CD
(168,213,205)
#B3DBD3
(179,219,211)
#BEE1D9
(190,225,217)
#C9E7DF
(201,231,223)
#D4EDE5
(212,237,229)
#DFF3EB
(223,243,235)
#EAF9F1
(234,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBDB5; }

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

This text font color is #7CBDB5.


Background Color

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

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

This div background color is #7CBDB5.


Border color

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

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

This div border color is #7CBDB5.


Opacity

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

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

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

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

This text has shadow with #7CBDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBDB5 on black background.


Color preview on white background

This text has color #7CBDB5 on white background.



Black color preview on #7CBDB5 background

This text has black color on #7CBDB5 background.


White color preview on #7CBDB5 background

This text has white color on #7CBDB5 background.