COLOR #7CCDB9

HEX: #7CCDB9
RGB: (124,205,185)

Color info

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

RGB color model

#7CCDB9 color RGB value is (124,205,185).

  • red value is 124;
  • green value is 205;
  • blue value is 185.
RGB:
(124,205,185)
(49%,80%,73%)

RGB channels and saturation

R 124 of 255 = 49%
G 205 of 255 = 80%
B 185 of 255 = 73%

124
205
185

R + G + B ~ 67%. #7CCDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 205 + 185 = 514 (100%)
R 124 of 514 ~ 24.12%
G 205 of 514 ~ 39.88%
B 185 of 514 ~ 35.99%

%24.12
%39.88
%35.99

CMYK color model

#7CCDB9 color CMYK value is (40,0,10,20).

  • cyan value is 39.51%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 19.61%
CMYK:
(40,0,10,20)
C40M0Y10K20 
(40%,0%,10%,20%)
(0.40/0.00/0.10/0.20)	

CMYK percentages

%39.51
%0
%9.76
%19.61

Codes

Color #7CCDB9 in popluar color models

7CCDB9
RGB124205185
HSL165°44.75%64.51%
HSB/HSV165°39.51%80.39%
CMYK39.51%0.00%9.76%
19.61%

Color #7CCDB9 in popluar number systems.

HEX7CCDB9
Decimal124205185
Binary11111001100110110111001
Octal174315271

Shades and tints

Shades of #7CCDB9

#7CCDB9
(124,205,185)
#71BBA9
(113,187,169)
#66A999
(102,169,153)
#5B9789
(91,151,137)
#508579
(80,133,121)
#457369
(69,115,105)
#3A6159
(58,97,89)
#2F4F49
(47,79,73)
#243D39
(36,61,57)
#192B29
(25,43,41)
#0E1919
(14,25,25)
#000000
(0,0,0)

Tints of #7CCDB9

#7CCDB9
(124,205,185)
#87D1BF
(135,209,191)
#92D5C5
(146,213,197)
#9DD9CB
(157,217,203)
#A8DDD1
(168,221,209)
#B3E1D7
(179,225,215)
#BEE5DD
(190,229,221)
#C9E9E3
(201,233,227)
#D4EDE9
(212,237,233)
#DFF1EF
(223,241,239)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CCDB9 color. Also use rgb(124,205,185) instead hex code.

Text Font Color

.myTextColor { color: #7CCDB9; }

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

This text font color is #7CCDB9.


Background Color

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

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

This div background color is #7CCDB9.


Border color

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

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

This div border color is #7CCDB9.


Opacity

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

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

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

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

This text has shadow with #7CCDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CCDB9 on black background.


Color preview on white background

This text has color #7CCDB9 on white background.



Black color preview on #7CCDB9 background

This text has black color on #7CCDB9 background.


White color preview on #7CCDB9 background

This text has white color on #7CCDB9 background.