COLOR #C7EFBE

HEX: #C7EFBE
RGB: (199,239,190)

Color info

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

RGB color model

#C7EFBE color RGB value is (199,239,190).

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

RGB channels and saturation

R 199 of 255 = 78%
G 239 of 255 = 94%
B 190 of 255 = 75%

199
239
190

R + G + B ~ 82%. #C7EFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 239 + 190 = 628 (100%)
R 199 of 628 ~ 31.69%
G 239 of 628 ~ 38.06%
B 190 of 628 ~ 30.25%

%31.69
%38.06
%30.25

CMYK color model

#C7EFBE color CMYK value is (17,0,21,6).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 6.27%
CMYK:
(17,0,21,6)
C17M0Y21K6 
(17%,0%,21%,6%)
(0.17/0.00/0.21/0.06)	

CMYK percentages

%16.74
%0
%20.5
%6.27

Codes

Color #C7EFBE in popluar color models

C7EFBE
RGB199239190
HSL109°60.49%84.12%
HSB/HSV109°20.50%93.73%
CMYK16.74%0.00%20.50%
6.27%

Color #C7EFBE in popluar number systems.

HEXC7EFBE
Decimal199239190
Binary110001111110111110111110
Octal307357276

Shades and tints

Shades of #C7EFBE

#C7EFBE
(199,239,190)
#B5DAAD
(181,218,173)
#A3C59C
(163,197,156)
#91B08B
(145,176,139)
#7F9B7A
(127,155,122)
#6D8669
(109,134,105)
#5B7158
(91,113,88)
#495C47
(73,92,71)
#374736
(55,71,54)
#253225
(37,50,37)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #C7EFBE

#C7EFBE
(199,239,190)
#CCF0C3
(204,240,195)
#D1F1C8
(209,241,200)
#D6F2CD
(214,242,205)
#DBF3D2
(219,243,210)
#E0F4D7
(224,244,215)
#E5F5DC
(229,245,220)
#EAF6E1
(234,246,225)
#EFF7E6
(239,247,230)
#F4F8EB
(244,248,235)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EFBE; }

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

This text font color is #C7EFBE.


Background Color

.myBgColor { background-color: #C7EFBE; }

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

This div background color is #C7EFBE.


Border color

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

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

This div border color is #C7EFBE.


Opacity

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

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

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

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

This text has shadow with #C7EFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EFBE on black background.


Color preview on white background

This text has color #C7EFBE on white background.



Black color preview on #C7EFBE background

This text has black color on #C7EFBE background.


White color preview on #C7EFBE background

This text has white color on #C7EFBE background.