COLOR #C7EFD6

HEX: #C7EFD6 RGB: (199,239,214)

Color info

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

RGB color model

#C7EFD6 color RGB value is (199,239,214).

RGB: (199,239,214) (78%, 94%, 84%)

RGB channels and saturation

R 199 of 255 = 78%
G 239 of 255 = 94%
B 214 of 255 = 84%

199
239
214

R + G + B ~ 85%. #C7EFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 239 + 214 = 652 (100%)
R 199 of 652 ~ 30.52%
G 239 of 652 ~ 36.66%
B 214 of 652 ~ 32.82'%

%30.52
%36.66
%32.82

CMYK color model

#C7EFD6 color CMYK value is (17,0,10,6).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 6.27%

CMYK: (17,0,10,6)
C17M0Y10K6 (17%, 0%, 10%, 6%)
(0.17 / 0.00 / 0.10 / 0.06)

CMYK percentages

%16.74
%0
%10.46
%6.27

Codes

Color #C7EFD6 in popluar color models

C7 EF D6
RGB 199 239 214
HSL 143° 55.56% 85.88%
HSB/HSV 143° 16.74% 93.73%
CMYK 16.74% 0.00% 10.46%
6.27%

Color #C7EFD6 in popluar number systems.

HEX C7 EF D6
Decimal 199 239 214
Binary 11000111 11101111 11010110
Octal 307 357 326

Shades and tints

Shades of #C7EFD6

#C7EFD6
(199,239,214)
#B5DAC3
(181,218,195)
#A3C5B0
(163,197,176)
#91B09D
(145,176,157)
#7F9B8A
(127,155,138)
#6D8677
(109,134,119)
#5B7164
(91,113,100)
#495C51
(73,92,81)
#37473E
(55,71,62)
#25322B
(37,50,43)
#131D18
(19,29,24)
#000000
(0,0,0)

Tints of #C7EFD6

#C7EFD6
(199,239,214)
#CCF0D9
(204,240,217)
#D1F1DC
(209,241,220)
#D6F2DF
(214,242,223)
#DBF3E2
(219,243,226)
#E0F4E5
(224,244,229)
#E5F5E8
(229,245,232)
#EAF6EB
(234,246,235)
#EFF7EE
(239,247,238)
#F4F8F1
(244,248,241)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EFD6; }

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

This text font color is #C7EFD6.

Background Color

.myBgColor { background-color: #C7EFD6; }

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

This div background color is #C7EFD6.

Border color

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

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

This div border color is #C7EFD6.

Opacity

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

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

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

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

This text has shadow with #C7EFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EFD6.

Preview

Color preview on black background

This text has color #C7EFD6 on black background.


Color preview on white background

This text has color #C7EFD6 on white background.


Black color preview on #C7EFD6 background

This text has black color on #C7EFD6 background.


White color preview on #C7EFD6 background

This text has white color on #C7EFD6 background.


Related colors

Complementary color

Complementary color for #hex is #381029.


I love getcolorcode.com

Triadic colors

1 #D6C7EF and #EFD6C7 with #C7EFD6 are triadic colors.

2 #D6EFC7 and #EFC7D6 with #C7EFD6 are triadic colors.