COLOR #7CEAD5

HEX: #7CEAD5
RGB: (124,234,213)

Color info

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

RGB color model

#7CEAD5 color RGB value is (124,234,213).

  • red value is 124;
  • green value is 234;
  • blue value is 213.
RGB:
(124,234,213)
(49%,92%,84%)

RGB channels and saturation

R 124 of 255 = 49%
G 234 of 255 = 92%
B 213 of 255 = 84%

124
234
213

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

Portions of RGB colors in percentages

R + G + B =
124 + 234 + 213 = 571 (100%)
R 124 of 571 ~ 21.72%
G 234 of 571 ~ 40.98%
B 213 of 571 ~ 37.3%

%21.72
%40.98
%37.3

CMYK color model

#7CEAD5 color CMYK value is (47,0,9,8).

  • cyan value is 47.01%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 8.24%
CMYK:
(47,0,9,8)
C47M0Y9K8 
(47%,0%,9%,8%)
(0.47/0.00/0.09/0.08)	

CMYK percentages

%47.01
%0
%8.97
%8.24

Codes

Color #7CEAD5 in popluar color models

7CEAD5
RGB124234213
HSL169°72.37%70.20%
HSB/HSV169°47.01%91.76%
CMYK47.01%0.00%8.97%
8.24%

Color #7CEAD5 in popluar number systems.

HEX7CEAD5
Decimal124234213
Binary11111001110101011010101
Octal174352325

Shades and tints

Shades of #7CEAD5

#7CEAD5
(124,234,213)
#71D5C2
(113,213,194)
#66C0AF
(102,192,175)
#5BAB9C
(91,171,156)
#509689
(80,150,137)
#458176
(69,129,118)
#3A6C63
(58,108,99)
#2F5750
(47,87,80)
#24423D
(36,66,61)
#192D2A
(25,45,42)
#0E1817
(14,24,23)
#000000
(0,0,0)

Tints of #7CEAD5

#7CEAD5
(124,234,213)
#87EBD8
(135,235,216)
#92ECDB
(146,236,219)
#9DEDDE
(157,237,222)
#A8EEE1
(168,238,225)
#B3EFE4
(179,239,228)
#BEF0E7
(190,240,231)
#C9F1EA
(201,241,234)
#D4F2ED
(212,242,237)
#DFF3F0
(223,243,240)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CEAD5 color. Also use rgb(124,234,213) instead hex code.

Text Font Color

.myTextColor { color: #7CEAD5; }

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

This text font color is #7CEAD5.


Background Color

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

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

This div background color is #7CEAD5.


Border color

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

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

This div border color is #7CEAD5.


Opacity

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

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

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

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

This text has shadow with #7CEAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CEAD5 on black background.


Color preview on white background

This text has color #7CEAD5 on white background.



Black color preview on #7CEAD5 background

This text has black color on #7CEAD5 background.


White color preview on #7CEAD5 background

This text has white color on #7CEAD5 background.