COLOR #7CE7D9

HEX: #7CE7D9
RGB: (124,231,217)

Color info

#7CE7D9 contains mainly green and blue colors. Web safe color of #7CE7D9 is #66FFCC (or #6FC).

RGB color model

#7CE7D9 color RGB value is (124,231,217).

  • red value is 124;
  • green value is 231;
  • blue value is 217.
RGB:
(124,231,217)
(49%,91%,85%)

RGB channels and saturation

R 124 of 255 = 49%
G 231 of 255 = 91%
B 217 of 255 = 85%

124
231
217

R + G + B ~ 75%. #7CE7D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 231 + 217 = 572 (100%)
R 124 of 572 ~ 21.68%
G 231 of 572 ~ 40.38%
B 217 of 572 ~ 37.94%

%21.68
%40.38
%37.94

CMYK color model

#7CE7D9 color CMYK value is (46,0,6,9).

  • cyan value is 46.32%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 9.41%
CMYK:
(46,0,6,9)
C46M0Y6K9 
(46%,0%,6%,9%)
(0.46/0.00/0.06/0.09)	

CMYK percentages

%46.32
%0
%6.06
%9.41

Codes

Color #7CE7D9 in popluar color models

7CE7D9
RGB124231217
HSL172°69.03%69.61%
HSB/HSV172°46.32%90.59%
CMYK46.32%0.00%6.06%
9.41%

Color #7CE7D9 in popluar number systems.

HEX7CE7D9
Decimal124231217
Binary11111001110011111011001
Octal174347331

Shades and tints

Shades of #7CE7D9

#7CE7D9
(124,231,217)
#71D2C6
(113,210,198)
#66BDB3
(102,189,179)
#5BA8A0
(91,168,160)
#50938D
(80,147,141)
#457E7A
(69,126,122)
#3A6967
(58,105,103)
#2F5454
(47,84,84)
#243F41
(36,63,65)
#192A2E
(25,42,46)
#0E151B
(14,21,27)
#000000
(0,0,0)

Tints of #7CE7D9

#7CE7D9
(124,231,217)
#87E9DC
(135,233,220)
#92EBDF
(146,235,223)
#9DEDE2
(157,237,226)
#A8EFE5
(168,239,229)
#B3F1E8
(179,241,232)
#BEF3EB
(190,243,235)
#C9F5EE
(201,245,238)
#D4F7F1
(212,247,241)
#DFF9F4
(223,249,244)
#EAFBF7
(234,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CE7D9 color. Also use rgb(124,231,217) instead hex code.

Text Font Color

.myTextColor { color: #7CE7D9; }

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

This text font color is #7CE7D9.


Background Color

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

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

This div background color is #7CE7D9.


Border color

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

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

This div border color is #7CE7D9.


Opacity

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

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

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

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

This text has shadow with #7CE7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CE7D9 on black background.


Color preview on white background

This text has color #7CE7D9 on white background.



Black color preview on #7CE7D9 background

This text has black color on #7CE7D9 background.


White color preview on #7CE7D9 background

This text has white color on #7CE7D9 background.