COLOR #C7EFB9

HEX: #C7EFB9
RGB: (199,239,185)

Color info

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

RGB color model

#C7EFB9 color RGB value is (199,239,185).

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

RGB channels and saturation

R 199 of 255 = 78%
G 239 of 255 = 94%
B 185 of 255 = 73%

199
239
185

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

Portions of RGB colors in percentages

R + G + B =
199 + 239 + 185 = 623 (100%)
R 199 of 623 ~ 31.94%
G 239 of 623 ~ 38.36%
B 185 of 623 ~ 29.7%

%31.94
%38.36
%29.7

CMYK color model

#C7EFB9 color CMYK value is (17,0,23,6).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 22.59%
  • key color value is 6.27%
CMYK:
(17,0,23,6)
C17M0Y23K6 
(17%,0%,23%,6%)
(0.17/0.00/0.23/0.06)	

CMYK percentages

%16.74
%0
%22.59
%6.27

Codes

Color #C7EFB9 in popluar color models

C7EFB9
RGB199239185
HSL104°62.79%83.14%
HSB/HSV104°22.59%93.73%
CMYK16.74%0.00%22.59%
6.27%

Color #C7EFB9 in popluar number systems.

HEXC7EFB9
Decimal199239185
Binary110001111110111110111001
Octal307357271

Shades and tints

Shades of #C7EFB9

#C7EFB9
(199,239,185)
#B5DAA9
(181,218,169)
#A3C599
(163,197,153)
#91B089
(145,176,137)
#7F9B79
(127,155,121)
#6D8669
(109,134,105)
#5B7159
(91,113,89)
#495C49
(73,92,73)
#374739
(55,71,57)
#253229
(37,50,41)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #C7EFB9

#C7EFB9
(199,239,185)
#CCF0BF
(204,240,191)
#D1F1C5
(209,241,197)
#D6F2CB
(214,242,203)
#DBF3D1
(219,243,209)
#E0F4D7
(224,244,215)
#E5F5DD
(229,245,221)
#EAF6E3
(234,246,227)
#EFF7E9
(239,247,233)
#F4F8EF
(244,248,239)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EFB9; }

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

This text font color is #C7EFB9.


Background Color

.myBgColor { background-color: #C7EFB9; }

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

This div background color is #C7EFB9.


Border color

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

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

This div border color is #C7EFB9.


Opacity

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

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

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

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

This text has shadow with #C7EFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EFB9 on black background.


Color preview on white background

This text has color #C7EFB9 on white background.



Black color preview on #C7EFB9 background

This text has black color on #C7EFB9 background.


White color preview on #C7EFB9 background

This text has white color on #C7EFB9 background.