COLOR #7CBED5

HEX: #7CBED5 RGB: (124,190,213)

Color info

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

RGB color model

#7CBED5 color RGB value is (124,190,213).

RGB: (124,190,213) (49%, 75%, 84%)

RGB channels and saturation

R 124 of 255 = 49%
G 190 of 255 = 75%
B 213 of 255 = 84%

124
190
213

R + G + B ~ 69%. #7CBED5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 190 + 213 = 527 (100%)
R 124 of 527 ~ 23.53%
G 190 of 527 ~ 36.05%
B 213 of 527 ~ 40.42'%

%23.53
%36.05
%40.42

CMYK color model

#7CBED5 color CMYK value is (42,11,0,16).

  • cyan value is 41.78%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (42,11,0,16)
C42M11Y0K16 (42%, 11%, 0%, 16%)
(0.42 / 0.11 / 0.00 / 0.16)

CMYK percentages

%41.78
%10.8
%0
%16.47

Codes

Color #7CBED5 in popluar color models

7C BE D5
RGB 124 190 213
HSL 196° 51.45% 66.08%
HSB/HSV 196° 41.78% 83.53%
CMYK 41.78% 10.80% 0.00%
16.47%

Color #7CBED5 in popluar number systems.

HEX 7C BE D5
Decimal 124 190 213
Binary 1111100 10111110 11010101
Octal 174 276 325

Shades and tints

Shades of #7CBED5

#7CBED5
(124,190,213)
#71ADC2
(113,173,194)
#669CAF
(102,156,175)
#5B8B9C
(91,139,156)
#507A89
(80,122,137)
#456976
(69,105,118)
#3A5863
(58,88,99)
#2F4750
(47,71,80)
#24363D
(36,54,61)
#19252A
(25,37,42)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #7CBED5

#7CBED5
(124,190,213)
#87C3D8
(135,195,216)
#92C8DB
(146,200,219)
#9DCDDE
(157,205,222)
#A8D2E1
(168,210,225)
#B3D7E4
(179,215,228)
#BEDCE7
(190,220,231)
#C9E1EA
(201,225,234)
#D4E6ED
(212,230,237)
#DFEBF0
(223,235,240)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CBED5 color. Also use rgb(124,190,213) instead hex code.

Text Font Color

.myTextColor { color: #7CBED5; }

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

This text font color is #7CBED5.

Background Color

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

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

This div background color is #7CBED5.

Border color

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

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

This div border color is #7CBED5.

Opacity

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

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

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

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

This text has shadow with #7CBED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBED5.

Preview

Color preview on black background

This text has color #7CBED5 on black background.


Color preview on white background

This text has color #7CBED5 on white background.


Black color preview on #7CBED5 background

This text has black color on #7CBED5 background.


White color preview on #7CBED5 background

This text has white color on #7CBED5 background.


Related colors

Complementary color

Complementary color for #hex is #83412A.


I love getcolorcode.com

Triadic colors

1 #D57CBE and #BED57C with #7CBED5 are triadic colors.

2 #D5BE7C and #BE7CD5 with #7CBED5 are triadic colors.