COLOR #C7EFAC

HEX: #C7EFAC RGB: (199,239,172)

Color info

#C7EFAC contains mainly red and green colors. Web safe color of #C7EFAC is #CCFF99 (or #CF9).

RGB color model

#C7EFAC color RGB value is (199,239,172).

RGB: (199,239,172) (78%, 94%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 239 of 255 = 94%
B 172 of 255 = 67%

199
239
172

R + G + B ~ 80%. #C7EFAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 239 + 172 = 610 (100%)
R 199 of 610 ~ 32.62%
G 239 of 610 ~ 39.18%
B 172 of 610 ~ 28.2'%

%32.62
%39.18
%28.2

CMYK color model

#C7EFAC color CMYK value is (17,0,28,6).

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

CMYK: (17,0,28,6)
C17M0Y28K6 (17%, 0%, 28%, 6%)
(0.17 / 0.00 / 0.28 / 0.06)

CMYK percentages

%16.74
%0
%28.03
%6.27

Codes

Color #C7EFAC in popluar color models

C7 EF AC
RGB 199 239 172
HSL 96° 67.68% 80.59%
HSB/HSV 96° 28.03% 93.73%
CMYK 16.74% 0.00% 28.03%
6.27%

Color #C7EFAC in popluar number systems.

HEX C7 EF AC
Decimal 199 239 172
Binary 11000111 11101111 10101100
Octal 307 357 254

Shades and tints

Shades of #C7EFAC

#C7EFAC
(199,239,172)
#B5DA9D
(181,218,157)
#A3C58E
(163,197,142)
#91B07F
(145,176,127)
#7F9B70
(127,155,112)
#6D8661
(109,134,97)
#5B7152
(91,113,82)
#495C43
(73,92,67)
#374734
(55,71,52)
#253225
(37,50,37)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #C7EFAC

#C7EFAC
(199,239,172)
#CCF0B3
(204,240,179)
#D1F1BA
(209,241,186)
#D6F2C1
(214,242,193)
#DBF3C8
(219,243,200)
#E0F4CF
(224,244,207)
#E5F5D6
(229,245,214)
#EAF6DD
(234,246,221)
#EFF7E4
(239,247,228)
#F4F8EB
(244,248,235)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EFAC; }

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

This text font color is #C7EFAC.

Background Color

.myBgColor { background-color: #C7EFAC; }

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

This div background color is #C7EFAC.

Border color

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

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

This div border color is #C7EFAC.

Opacity

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

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

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

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

This text has shadow with #C7EFAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EFAC.

Preview

Color preview on black background

This text has color #C7EFAC on black background.


Color preview on white background

This text has color #C7EFAC on white background.


Black color preview on #C7EFAC background

This text has black color on #C7EFAC background.


White color preview on #C7EFAC background

This text has white color on #C7EFAC background.


Related colors

Complementary color

Complementary color for #hex is #381053.


I love getcolorcode.com

Triadic colors

1 #ACC7EF and #EFACC7 with #C7EFAC are triadic colors.

2 #ACEFC7 and #EFC7AC with #C7EFAC are triadic colors.