COLOR #C7EABE

HEX: #C7EABE
RGB: (199,234,190)

Color info

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

RGB color model

#C7EABE color RGB value is (199,234,190).

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

RGB channels and saturation

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

199
234
190

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

Portions of RGB colors in percentages

R + G + B =
199 + 234 + 190 = 623 (100%)
R 199 of 623 ~ 31.94%
G 234 of 623 ~ 37.56%
B 190 of 623 ~ 30.5%

%31.94
%37.56
%30.5

CMYK color model

#C7EABE color CMYK value is (15,0,19,8).

  • cyan value is 14.96%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 8.24%
CMYK:
(15,0,19,8)
C15M0Y19K8 
(15%,0%,19%,8%)
(0.15/0.00/0.19/0.08)	

CMYK percentages

%14.96
%0
%18.8
%8.24

Codes

Color #C7EABE in popluar color models

C7EABE
RGB199234190
HSL108°51.16%83.14%
HSB/HSV108°18.80%91.76%
CMYK14.96%0.00%18.80%
8.24%

Color #C7EABE in popluar number systems.

HEXC7EABE
Decimal199234190
Binary110001111110101010111110
Octal307352276

Shades and tints

Shades of #C7EABE

#C7EABE
(199,234,190)
#B5D5AD
(181,213,173)
#A3C09C
(163,192,156)
#91AB8B
(145,171,139)
#7F967A
(127,150,122)
#6D8169
(109,129,105)
#5B6C58
(91,108,88)
#495747
(73,87,71)
#374236
(55,66,54)
#252D25
(37,45,37)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #C7EABE

#C7EABE
(199,234,190)
#CCEBC3
(204,235,195)
#D1ECC8
(209,236,200)
#D6EDCD
(214,237,205)
#DBEED2
(219,238,210)
#E0EFD7
(224,239,215)
#E5F0DC
(229,240,220)
#EAF1E1
(234,241,225)
#EFF2E6
(239,242,230)
#F4F3EB
(244,243,235)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EABE; }

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

This text font color is #C7EABE.


Background Color

.myBgColor { background-color: #C7EABE; }

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

This div background color is #C7EABE.


Border color

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

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

This div border color is #C7EABE.


Opacity

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

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

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

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

This text has shadow with #C7EABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EABE on black background.


Color preview on white background

This text has color #C7EABE on white background.



Black color preview on #C7EABE background

This text has black color on #C7EABE background.


White color preview on #C7EABE background

This text has white color on #C7EABE background.