COLOR #7CD8BD

HEX: #7CD8BD
RGB: (124,216,189)

Color info

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

RGB color model

#7CD8BD color RGB value is (124,216,189).

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

RGB channels and saturation

R 124 of 255 = 49%
G 216 of 255 = 85%
B 189 of 255 = 74%

124
216
189

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

Portions of RGB colors in percentages

R + G + B =
124 + 216 + 189 = 529 (100%)
R 124 of 529 ~ 23.44%
G 216 of 529 ~ 40.83%
B 189 of 529 ~ 35.73%

%23.44
%40.83
%35.73

CMYK color model

#7CD8BD color CMYK value is (43,0,13,15).

  • cyan value is 42.59%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 15.29%
CMYK:
(43,0,13,15)
C43M0Y13K15 
(43%,0%,13%,15%)
(0.43/0.00/0.13/0.15)	

CMYK percentages

%42.59
%0
%12.5
%15.29

Codes

Color #7CD8BD in popluar color models

7CD8BD
RGB124216189
HSL162°54.12%66.67%
HSB/HSV162°42.59%84.71%
CMYK42.59%0.00%12.50%
15.29%

Color #7CD8BD in popluar number systems.

HEX7CD8BD
Decimal124216189
Binary11111001101100010111101
Octal174330275

Shades and tints

Shades of #7CD8BD

#7CD8BD
(124,216,189)
#71C5AC
(113,197,172)
#66B29B
(102,178,155)
#5B9F8A
(91,159,138)
#508C79
(80,140,121)
#457968
(69,121,104)
#3A6657
(58,102,87)
#2F5346
(47,83,70)
#244035
(36,64,53)
#192D24
(25,45,36)
#0E1A13
(14,26,19)
#000000
(0,0,0)

Tints of #7CD8BD

#7CD8BD
(124,216,189)
#87DBC3
(135,219,195)
#92DEC9
(146,222,201)
#9DE1CF
(157,225,207)
#A8E4D5
(168,228,213)
#B3E7DB
(179,231,219)
#BEEAE1
(190,234,225)
#C9EDE7
(201,237,231)
#D4F0ED
(212,240,237)
#DFF3F3
(223,243,243)
#EAF6F9
(234,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CD8BD; }

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

This text font color is #7CD8BD.


Background Color

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

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

This div background color is #7CD8BD.


Border color

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

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

This div border color is #7CD8BD.


Opacity

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

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

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

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

This text has shadow with #7CD8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CD8BD on black background.


Color preview on white background

This text has color #7CD8BD on white background.



Black color preview on #7CD8BD background

This text has black color on #7CD8BD background.


White color preview on #7CD8BD background

This text has white color on #7CD8BD background.