COLOR #C7F2EC

HEX: #C7F2EC RGB: (199,242,236)

Color info

#C7F2EC contains red, green and blue colors in about the same proportion. Web safe color of #C7F2EC is #CCFFFF (or #CFF).

RGB color model

#C7F2EC color RGB value is (199,242,236).

RGB: (199,242,236) (78%, 95%, 93%)

RGB channels and saturation

R 199 of 255 = 78%
G 242 of 255 = 95%
B 236 of 255 = 93%

199
242
236

R + G + B ~ 89%. #C7F2EC is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 242 + 236 = 677 (100%)
R 199 of 677 ~ 29.39%
G 242 of 677 ~ 35.75%
B 236 of 677 ~ 34.86'%

%29.39
%35.75
%34.86

CMYK color model

#C7F2EC color CMYK value is (18,0,2,5).

  • cyan value is 17.77%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 5.10%
CMYK: (18,0,2,5) C18M0Y2K5 (18%,0%,2%,5%) (0.18/0.00/0.02/0.05) 

CMYK percentages

%17.77
%0
%2.48
%5.1

Codes

Color #C7F2EC in popluar color models

C7 F2 EC
RGB 199 242 236
HSL 172° 62.32% 86.47%
HSB/HSV 172° 17.77% 94.90%
CMYK 17.77% 0.00% 2.48%
5.10%

Color #C7F2EC in popluar number systems.

HEX C7 F2 EC
Decimal 199 242 236
Binary 11000111 11110010 11101100
Octal 307 362 354

Shades and tints

Shades of #C7F2EC

#C7F2EC
(199,242,236)
#B5DCD7
(181,220,215)
#A3C6C2
(163,198,194)
#91B0AD
(145,176,173)
#7F9A98
(127,154,152)
#6D8483
(109,132,131)
#5B6E6E
(91,110,110)
#495859
(73,88,89)
#374244
(55,66,68)
#252C2F
(37,44,47)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #C7F2EC

#C7F2EC
(199,242,236)
#CCF3ED
(204,243,237)
#D1F4EE
(209,244,238)
#D6F5EF
(214,245,239)
#DBF6F0
(219,246,240)
#E0F7F1
(224,247,241)
#E5F8F2
(229,248,242)
#EAF9F3
(234,249,243)
#EFFAF4
(239,250,244)
#F4FBF5
(244,251,245)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F2EC color. Also use rgb(199,242,236) instead hex code.

Text Font Color

.myTextColor { color: #C7F2EC; }

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

This text font color is #C7F2EC.

Background Color

.myBgColor { background-color: #C7F2EC; }

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

This div background color is #C7F2EC.

Border color

.myBorderColor { border: 1px solid #C7F2EC; }

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

This div border color is #C7F2EC.

Opacity

.myOpacity80 { color: #C7F2EC; opacity: 0.8; }

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

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

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

This text has shadow with #C7F2EC color.


.textShadow {text-shadow: 3px 3px 1px #C7F2EC', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7F2EC; -webkit-box-shadow: 1px 1px 3px 2px #C7F2EC; box-shadow:1px 1px 3px 2px #C7F2EC;">
Div content here
</div>

This div box has shadow with color #C7F2EC.

Preview

Color preview on black background

This text has color #C7F2EC on black background.


Color preview on white background

This text has color #C7F2EC on white background.


Black color preview on #C7F2EC background

This text has black color on #C7F2EC background.


White color preview on #C7F2EC background

This text has white color on #C7F2EC background.


Related colors

Complementary color

Complementary color for #hex is #380D13.


I love getcolorcode.com

Triadic colors

1 #ECC7F2 and #F2ECC7 with #C7F2EC are triadic colors.

2 #ECF2C7 and #F2C7EC with #C7F2EC are triadic colors.