COLOR #7CE7CB

HEX: #7CE7CB
RGB: (124,231,203)

Color info

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

RGB color model

#7CE7CB color RGB value is (124,231,203).

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

RGB channels and saturation

R 124 of 255 = 49%
G 231 of 255 = 91%
B 203 of 255 = 80%

124
231
203

R + G + B ~ 73%. #7CE7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 231 + 203 = 558 (100%)
R 124 of 558 ~ 22.22%
G 231 of 558 ~ 41.4%
B 203 of 558 ~ 36.38%

%22.22
%41.4
%36.38

CMYK color model

#7CE7CB color CMYK value is (46,0,12,9).

  • cyan value is 46.32%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 9.41%
CMYK:
(46,0,12,9)
C46M0Y12K9 
(46%,0%,12%,9%)
(0.46/0.00/0.12/0.09)	

CMYK percentages

%46.32
%0
%12.12
%9.41

Codes

Color #7CE7CB in popluar color models

7CE7CB
RGB124231203
HSL164°69.03%69.61%
HSB/HSV164°46.32%90.59%
CMYK46.32%0.00%12.12%
9.41%

Color #7CE7CB in popluar number systems.

HEX7CE7CB
Decimal124231203
Binary11111001110011111001011
Octal174347313

Shades and tints

Shades of #7CE7CB

#7CE7CB
(124,231,203)
#71D2B9
(113,210,185)
#66BDA7
(102,189,167)
#5BA895
(91,168,149)
#509383
(80,147,131)
#457E71
(69,126,113)
#3A695F
(58,105,95)
#2F544D
(47,84,77)
#243F3B
(36,63,59)
#192A29
(25,42,41)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #7CE7CB

#7CE7CB
(124,231,203)
#87E9CF
(135,233,207)
#92EBD3
(146,235,211)
#9DEDD7
(157,237,215)
#A8EFDB
(168,239,219)
#B3F1DF
(179,241,223)
#BEF3E3
(190,243,227)
#C9F5E7
(201,245,231)
#D4F7EB
(212,247,235)
#DFF9EF
(223,249,239)
#EAFBF3
(234,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CE7CB; }

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

This text font color is #7CE7CB.


Background Color

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

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

This div background color is #7CE7CB.


Border color

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

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

This div border color is #7CE7CB.


Opacity

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

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

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

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

This text has shadow with #7CE7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CE7CB on black background.


Color preview on white background

This text has color #7CE7CB on white background.



Black color preview on #7CE7CB background

This text has black color on #7CE7CB background.


White color preview on #7CE7CB background

This text has white color on #7CE7CB background.