COLOR #C7EED4

HEX: #C7EED4 RGB: (199,238,212)

Color info

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

RGB color model

#C7EED4 color RGB value is (199,238,212).

RGB: (199,238,212) (78%, 93%, 83%)

RGB channels and saturation

R 199 of 255 = 78%
G 238 of 255 = 93%
B 212 of 255 = 83%

199
238
212

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

Portions of RGB colors in percentages

R + G + B = 199 + 238 + 212 = 649 (100%)
R 199 of 649 ~ 30.66%
G 238 of 649 ~ 36.67%
B 212 of 649 ~ 32.67'%

%30.66
%36.67
%32.67

CMYK color model

#C7EED4 color CMYK value is (16,0,11,7).

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

CMYK: (16,0,11,7)
C16M0Y11K7 (16%, 0%, 11%, 7%)
(0.16 / 0.00 / 0.11 / 0.07)

CMYK percentages

%16.39
%0
%10.92
%6.67

Codes

Color #C7EED4 in popluar color models

C7 EE D4
RGB 199 238 212
HSL 140° 53.42% 85.69%
HSB/HSV 140° 16.39% 93.33%
CMYK 16.39% 0.00% 10.92%
6.67%

Color #C7EED4 in popluar number systems.

HEX C7 EE D4
Decimal 199 238 212
Binary 11000111 11101110 11010100
Octal 307 356 324

Shades and tints

Shades of #C7EED4

#C7EED4
(199,238,212)
#B5D9C1
(181,217,193)
#A3C4AE
(163,196,174)
#91AF9B
(145,175,155)
#7F9A88
(127,154,136)
#6D8575
(109,133,117)
#5B7062
(91,112,98)
#495B4F
(73,91,79)
#37463C
(55,70,60)
#253129
(37,49,41)
#131C16
(19,28,22)
#000000
(0,0,0)

Tints of #C7EED4

#C7EED4
(199,238,212)
#CCEFD7
(204,239,215)
#D1F0DA
(209,240,218)
#D6F1DD
(214,241,221)
#DBF2E0
(219,242,224)
#E0F3E3
(224,243,227)
#E5F4E6
(229,244,230)
#EAF5E9
(234,245,233)
#EFF6EC
(239,246,236)
#F4F7EF
(244,247,239)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EED4; }

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

This text font color is #C7EED4.

Background Color

.myBgColor { background-color: #C7EED4; }

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

This div background color is #C7EED4.

Border color

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

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

This div border color is #C7EED4.

Opacity

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

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

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

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

This text has shadow with #C7EED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EED4.

Preview

Color preview on black background

This text has color #C7EED4 on black background.


Color preview on white background

This text has color #C7EED4 on white background.


Black color preview on #C7EED4 background

This text has black color on #C7EED4 background.


White color preview on #C7EED4 background

This text has white color on #C7EED4 background.


Related colors

Complementary color

Complementary color for #hex is #38112B.


I love getcolorcode.com

Triadic colors

1 #D4C7EE and #EED4C7 with #C7EED4 are triadic colors.

2 #D4EEC7 and #EEC7D4 with #C7EED4 are triadic colors.