COLOR #C4EFC7

HEX: #C4EFC7 RGB: (196,239,199)

Color info

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

RGB color model

#C4EFC7 color RGB value is (196,239,199).

RGB: (196,239,199) (77%, 94%, 78%)

RGB channels and saturation

R 196 of 255 = 77%
G 239 of 255 = 94%
B 199 of 255 = 78%

196
239
199

R + G + B ~ 83%. #C4EFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 239 + 199 = 634 (100%)
R 196 of 634 ~ 30.91%
G 239 of 634 ~ 37.7%
B 199 of 634 ~ 31.39'%

%30.91
%37.7
%31.39

CMYK color model

#C4EFC7 color CMYK value is (18,0,17,6).

  • cyan value is 17.99%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 6.27%
CMYK: (18,0,17,6) C18M0Y17K6 (18%,0%,17%,6%) (0.18/0.00/0.17/0.06) 

CMYK percentages

%17.99
%0
%16.74
%6.27

Codes

Color #C4EFC7 in popluar color models

C4 EF C7
RGB 196 239 199
HSL 124° 57.33% 85.29%
HSB/HSV 124° 17.99% 93.73%
CMYK 17.99% 0.00% 16.74%
6.27%

Color #C4EFC7 in popluar number systems.

HEX C4 EF C7
Decimal 196 239 199
Binary 11000100 11101111 11000111
Octal 304 357 307

Shades and tints

Shades of #C4EFC7

#C4EFC7
(196,239,199)
#B3DAB5
(179,218,181)
#A2C5A3
(162,197,163)
#91B091
(145,176,145)
#809B7F
(128,155,127)
#6F866D
(111,134,109)
#5E715B
(94,113,91)
#4D5C49
(77,92,73)
#3C4737
(60,71,55)
#2B3225
(43,50,37)
#1A1D13
(26,29,19)
#000000
(0,0,0)

Tints of #C4EFC7

#C4EFC7
(196,239,199)
#C9F0CC
(201,240,204)
#CEF1D1
(206,241,209)
#D3F2D6
(211,242,214)
#D8F3DB
(216,243,219)
#DDF4E0
(221,244,224)
#E2F5E5
(226,245,229)
#E7F6EA
(231,246,234)
#ECF7EF
(236,247,239)
#F1F8F4
(241,248,244)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EFC7; }

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

This text font color is #C4EFC7.

Background Color

.myBgColor { background-color: #C4EFC7; }

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

This div background color is #C4EFC7.

Border color

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

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

This div border color is #C4EFC7.

Opacity

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

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

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

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

This text has shadow with #C4EFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4EFC7.

Preview

Color preview on black background

This text has color #C4EFC7 on black background.


Color preview on white background

This text has color #C4EFC7 on white background.


Black color preview on #C4EFC7 background

This text has black color on #C4EFC7 background.


White color preview on #C4EFC7 background

This text has white color on #C4EFC7 background.


Related colors

Complementary color

Complementary color for #hex is #3B1038.


I love getcolorcode.com

Triadic colors

1 #C7C4EF and #EFC7C4 with #C4EFC7 are triadic colors.

2 #C7EFC4 and #EFC4C7 with #C4EFC7 are triadic colors.