COLOR #7CBE9C

HEX: #7CBE9C RGB: (124,190,156)

Color info

#7CBE9C contains mainly green and blue colors. Web safe color of #7CBE9C is #66CC99 (or #6C9).

RGB color model

#7CBE9C color RGB value is (124,190,156).

RGB: (124,190,156) (49%, 75%, 61%)

RGB channels and saturation

R 124 of 255 = 49%
G 190 of 255 = 75%
B 156 of 255 = 61%

124
190
156

R + G + B ~ 62%. #7CBE9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 190 + 156 = 470 (100%)
R 124 of 470 ~ 26.38%
G 190 of 470 ~ 40.43%
B 156 of 470 ~ 33.19'%

%26.38
%40.43
%33.19

CMYK color model

#7CBE9C color CMYK value is (35,0,18,25).

  • cyan value is 34.74%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 25.49%

CMYK: (35,0,18,25)
C35M0Y18K25 (35%, 0%, 18%, 25%)
(0.35 / 0.00 / 0.18 / 0.25)

CMYK percentages

%34.74
%0
%17.89
%25.49

Codes

Color #7CBE9C in popluar color models

7C BE 9C
RGB 124 190 156
HSL 149° 33.67% 61.57%
HSB/HSV 149° 34.74% 74.51%
CMYK 34.74% 0.00% 17.89%
25.49%

Color #7CBE9C in popluar number systems.

HEX 7C BE 9C
Decimal 124 190 156
Binary 1111100 10111110 10011100
Octal 174 276 234

Shades and tints

Shades of #7CBE9C

#7CBE9C
(124,190,156)
#71AD8E
(113,173,142)
#669C80
(102,156,128)
#5B8B72
(91,139,114)
#507A64
(80,122,100)
#456956
(69,105,86)
#3A5848
(58,88,72)
#2F473A
(47,71,58)
#24362C
(36,54,44)
#19251E
(25,37,30)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #7CBE9C

#7CBE9C
(124,190,156)
#87C3A5
(135,195,165)
#92C8AE
(146,200,174)
#9DCDB7
(157,205,183)
#A8D2C0
(168,210,192)
#B3D7C9
(179,215,201)
#BEDCD2
(190,220,210)
#C9E1DB
(201,225,219)
#D4E6E4
(212,230,228)
#DFEBED
(223,235,237)
#EAF0F6
(234,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBE9C; }

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

This text font color is #7CBE9C.

Background Color

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

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

This div background color is #7CBE9C.

Border color

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

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

This div border color is #7CBE9C.

Opacity

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

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

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

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

This text has shadow with #7CBE9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBE9C.

Preview

Color preview on black background

This text has color #7CBE9C on black background.


Color preview on white background

This text has color #7CBE9C on white background.


Black color preview on #7CBE9C background

This text has black color on #7CBE9C background.


White color preview on #7CBE9C background

This text has white color on #7CBE9C background.


Related colors

Complementary color

Complementary color for #hex is #834163.


I love getcolorcode.com

Triadic colors

1 #9C7CBE and #BE9C7C with #7CBE9C are triadic colors.

2 #9CBE7C and #BE7C9C with #7CBE9C are triadic colors.