COLOR #C7EECF

HEX: #C7EECF RGB: (199,238,207)

Color info

#C7EECF contains red, green and blue colors in about the same proportion. Web safe color of #C7EECF is #CCFFCC (or #CFC).

RGB color model

#C7EECF color RGB value is (199,238,207).

RGB: (199,238,207) (78%, 93%, 81%)

RGB channels and saturation

R 199 of 255 = 78%
G 238 of 255 = 93%
B 207 of 255 = 81%

199
238
207

R + G + B ~ 84%. #C7EECF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 238 + 207 = 644 (100%)
R 199 of 644 ~ 30.9%
G 238 of 644 ~ 36.96%
B 207 of 644 ~ 32.14'%

%30.9
%36.96
%32.14

CMYK color model

#C7EECF color CMYK value is (16,0,13,7).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 13.03%
  • key color value is 6.67%

CMYK: (16,0,13,7)
C16M0Y13K7 (16%, 0%, 13%, 7%)
(0.16 / 0.00 / 0.13 / 0.07)

CMYK percentages

%16.39
%0
%13.03
%6.67

Codes

Color #C7EECF in popluar color models

C7 EE CF
RGB 199 238 207
HSL 132° 53.42% 85.69%
HSB/HSV 132° 16.39% 93.33%
CMYK 16.39% 0.00% 13.03%
6.67%

Color #C7EECF in popluar number systems.

HEX C7 EE CF
Decimal 199 238 207
Binary 11000111 11101110 11001111
Octal 307 356 317

Shades and tints

Shades of #C7EECF

#C7EECF
(199,238,207)
#B5D9BD
(181,217,189)
#A3C4AB
(163,196,171)
#91AF99
(145,175,153)
#7F9A87
(127,154,135)
#6D8575
(109,133,117)
#5B7063
(91,112,99)
#495B51
(73,91,81)
#37463F
(55,70,63)
#25312D
(37,49,45)
#131C1B
(19,28,27)
#000000
(0,0,0)

Tints of #C7EECF

#C7EECF
(199,238,207)
#CCEFD3
(204,239,211)
#D1F0D7
(209,240,215)
#D6F1DB
(214,241,219)
#DBF2DF
(219,242,223)
#E0F3E3
(224,243,227)
#E5F4E7
(229,244,231)
#EAF5EB
(234,245,235)
#EFF6EF
(239,246,239)
#F4F7F3
(244,247,243)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7EECF color. Also use rgb(199,238,207) instead hex code.

Text Font Color

.myTextColor { color: #C7EECF; }

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

This text font color is #C7EECF.

Background Color

.myBgColor { background-color: #C7EECF; }

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

This div background color is #C7EECF.

Border color

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

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

This div border color is #C7EECF.

Opacity

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

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

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

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

This text has shadow with #C7EECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EECF.

Preview

Color preview on black background

This text has color #C7EECF on black background.


Color preview on white background

This text has color #C7EECF on white background.


Black color preview on #C7EECF background

This text has black color on #C7EECF background.


White color preview on #C7EECF background

This text has white color on #C7EECF background.


Related colors

Complementary color

Complementary color for #hex is #381130.


I love getcolorcode.com

Triadic colors

1 #CFC7EE and #EECFC7 with #C7EECF are triadic colors.

2 #CFEEC7 and #EEC7CF with #C7EECF are triadic colors.