COLOR #C7EABF

HEX: #C7EABF
RGB: (199,234,191)

Color info

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

RGB color model

#C7EABF color RGB value is (199,234,191).

  • red value is 199;
  • green value is 234;
  • blue value is 191.
RGB:
(199,234,191)
(78%,92%,75%)

RGB channels and saturation

R 199 of 255 = 78%
G 234 of 255 = 92%
B 191 of 255 = 75%

199
234
191

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

Portions of RGB colors in percentages

R + G + B =
199 + 234 + 191 = 624 (100%)
R 199 of 624 ~ 31.89%
G 234 of 624 ~ 37.5%
B 191 of 624 ~ 30.61%

%31.89
%37.5
%30.61

CMYK color model

#C7EABF color CMYK value is (15,0,18,8).

  • cyan value is 14.96%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 8.24%
CMYK:
(15,0,18,8)
C15M0Y18K8 
(15%,0%,18%,8%)
(0.15/0.00/0.18/0.08)	

CMYK percentages

%14.96
%0
%18.38
%8.24

Codes

Color #C7EABF in popluar color models

C7EABF
RGB199234191
HSL109°50.59%83.33%
HSB/HSV109°18.38%91.76%
CMYK14.96%0.00%18.38%
8.24%

Color #C7EABF in popluar number systems.

HEXC7EABF
Decimal199234191
Binary110001111110101010111111
Octal307352277

Shades and tints

Shades of #C7EABF

#C7EABF
(199,234,191)
#B5D5AE
(181,213,174)
#A3C09D
(163,192,157)
#91AB8C
(145,171,140)
#7F967B
(127,150,123)
#6D816A
(109,129,106)
#5B6C59
(91,108,89)
#495748
(73,87,72)
#374237
(55,66,55)
#252D26
(37,45,38)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #C7EABF

#C7EABF
(199,234,191)
#CCEBC4
(204,235,196)
#D1ECC9
(209,236,201)
#D6EDCE
(214,237,206)
#DBEED3
(219,238,211)
#E0EFD8
(224,239,216)
#E5F0DD
(229,240,221)
#EAF1E2
(234,241,226)
#EFF2E7
(239,242,231)
#F4F3EC
(244,243,236)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7EABF color. Also use rgb(199,234,191) instead hex code.

Text Font Color

.myTextColor { color: #C7EABF; }

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

This text font color is #C7EABF.


Background Color

.myBgColor { background-color: #C7EABF; }

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

This div background color is #C7EABF.


Border color

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

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

This div border color is #C7EABF.


Opacity

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

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

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

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

This text has shadow with #C7EABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EABF on black background.


Color preview on white background

This text has color #C7EABF on white background.



Black color preview on #C7EABF background

This text has black color on #C7EABF background.


White color preview on #C7EABF background

This text has white color on #C7EABF background.