COLOR #C7F2EF

HEX: #C7F2EF RGB: (199,242,239)

Color info

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

RGB color model

#C7F2EF color RGB value is (199,242,239).

RGB: (199,242,239) (78%, 95%, 94%)

RGB channels and saturation

R 199 of 255 = 78%
G 242 of 255 = 95%
B 239 of 255 = 94%

199
242
239

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

Portions of RGB colors in percentages

R + G + B = 199 + 242 + 239 = 680 (100%)
R 199 of 680 ~ 29.26%
G 242 of 680 ~ 35.59%
B 239 of 680 ~ 35.15'%

%29.26
%35.59
%35.15

CMYK color model

#C7F2EF color CMYK value is (18,0,1,5).

  • cyan value is 17.77%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.10%

CMYK: (18,0,1,5)
C18M0Y1K5 (18%, 0%, 1%, 5%)
(0.18 / 0.00 / 0.01 / 0.05)

CMYK percentages

%17.77
%0
%1.24
%5.1

Codes

Color #C7F2EF in popluar color models

C7 F2 EF
RGB 199 242 239
HSL 176° 62.32% 86.47%
HSB/HSV 176° 17.77% 94.90%
CMYK 17.77% 0.00% 1.24%
5.10%

Color #C7F2EF in popluar number systems.

HEX C7 F2 EF
Decimal 199 242 239
Binary 11000111 11110010 11101111
Octal 307 362 357

Shades and tints

Shades of #C7F2EF

#C7F2EF
(199,242,239)
#B5DCDA
(181,220,218)
#A3C6C5
(163,198,197)
#91B0B0
(145,176,176)
#7F9A9B
(127,154,155)
#6D8486
(109,132,134)
#5B6E71
(91,110,113)
#49585C
(73,88,92)
#374247
(55,66,71)
#252C32
(37,44,50)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #C7F2EF

#C7F2EF
(199,242,239)
#CCF3F0
(204,243,240)
#D1F4F1
(209,244,241)
#D6F5F2
(214,245,242)
#DBF6F3
(219,246,243)
#E0F7F4
(224,247,244)
#E5F8F5
(229,248,245)
#EAF9F6
(234,249,246)
#EFFAF7
(239,250,247)
#F4FBF8
(244,251,248)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F2EF; }

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

This text font color is #C7F2EF.

Background Color

.myBgColor { background-color: #C7F2EF; }

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

This div background color is #C7F2EF.

Border color

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

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

This div border color is #C7F2EF.

Opacity

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

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

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

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

This text has shadow with #C7F2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F2EF.

Preview

Color preview on black background

This text has color #C7F2EF on black background.


Color preview on white background

This text has color #C7F2EF on white background.


Black color preview on #C7F2EF background

This text has black color on #C7F2EF background.


White color preview on #C7F2EF background

This text has white color on #C7F2EF background.


Related colors

Complementary color

Complementary color for #hex is #380D10.


I love getcolorcode.com

Triadic colors

1 #EFC7F2 and #F2EFC7 with #C7F2EF are triadic colors.

2 #EFF2C7 and #F2C7EF with #C7F2EF are triadic colors.