COLOR #C7EFB4

HEX: #C7EFB4
RGB: (199,239,180)

Color info

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

RGB color model

#C7EFB4 color RGB value is (199,239,180).

  • red value is 199;
  • green value is 239;
  • blue value is 180.
RGB:
(199,239,180)
(78%,94%,71%)

RGB channels and saturation

R 199 of 255 = 78%
G 239 of 255 = 94%
B 180 of 255 = 71%

199
239
180

R + G + B ~ 81%. #C7EFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 239 + 180 = 618 (100%)
R 199 of 618 ~ 32.2%
G 239 of 618 ~ 38.67%
B 180 of 618 ~ 29.13%

%32.2
%38.67
%29.13

CMYK color model

#C7EFB4 color CMYK value is (17,0,25,6).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 6.27%
CMYK:
(17,0,25,6)
C17M0Y25K6 
(17%,0%,25%,6%)
(0.17/0.00/0.25/0.06)	

CMYK percentages

%16.74
%0
%24.69
%6.27

Codes

Color #C7EFB4 in popluar color models

C7EFB4
RGB199239180
HSL101°64.84%82.16%
HSB/HSV101°24.69%93.73%
CMYK16.74%0.00%24.69%
6.27%

Color #C7EFB4 in popluar number systems.

HEXC7EFB4
Decimal199239180
Binary110001111110111110110100
Octal307357264

Shades and tints

Shades of #C7EFB4

#C7EFB4
(199,239,180)
#B5DAA4
(181,218,164)
#A3C594
(163,197,148)
#91B084
(145,176,132)
#7F9B74
(127,155,116)
#6D8664
(109,134,100)
#5B7154
(91,113,84)
#495C44
(73,92,68)
#374734
(55,71,52)
#253224
(37,50,36)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #C7EFB4

#C7EFB4
(199,239,180)
#CCF0BA
(204,240,186)
#D1F1C0
(209,241,192)
#D6F2C6
(214,242,198)
#DBF3CC
(219,243,204)
#E0F4D2
(224,244,210)
#E5F5D8
(229,245,216)
#EAF6DE
(234,246,222)
#EFF7E4
(239,247,228)
#F4F8EA
(244,248,234)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EFB4; }

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

This text font color is #C7EFB4.


Background Color

.myBgColor { background-color: #C7EFB4; }

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

This div background color is #C7EFB4.


Border color

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

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

This div border color is #C7EFB4.


Opacity

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

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

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

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

This text has shadow with #C7EFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EFB4 on black background.


Color preview on white background

This text has color #C7EFB4 on white background.



Black color preview on #C7EFB4 background

This text has black color on #C7EFB4 background.


White color preview on #C7EFB4 background

This text has white color on #C7EFB4 background.