COLOR #C7EAC1

HEX: #C7EAC1
RGB: (199,234,193)

Color info

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

RGB color model

#C7EAC1 color RGB value is (199,234,193).

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

RGB channels and saturation

R 199 of 255 = 78%
G 234 of 255 = 92%
B 193 of 255 = 76%

199
234
193

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

Portions of RGB colors in percentages

R + G + B =
199 + 234 + 193 = 626 (100%)
R 199 of 626 ~ 31.79%
G 234 of 626 ~ 37.38%
B 193 of 626 ~ 30.83%

%31.79
%37.38
%30.83

CMYK color model

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

  • cyan value is 14.96%
  • magenta value is 0.00%
  • yellow value is 17.52%
  • 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
%17.52
%8.24

Codes

Color #C7EAC1 in popluar color models

C7EAC1
RGB199234193
HSL111°49.40%83.73%
HSB/HSV111°17.52%91.76%
CMYK14.96%0.00%17.52%
8.24%

Color #C7EAC1 in popluar number systems.

HEXC7EAC1
Decimal199234193
Binary110001111110101011000001
Octal307352301

Shades and tints

Shades of #C7EAC1

#C7EAC1
(199,234,193)
#B5D5B0
(181,213,176)
#A3C09F
(163,192,159)
#91AB8E
(145,171,142)
#7F967D
(127,150,125)
#6D816C
(109,129,108)
#5B6C5B
(91,108,91)
#49574A
(73,87,74)
#374239
(55,66,57)
#252D28
(37,45,40)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #C7EAC1

#C7EAC1
(199,234,193)
#CCEBC6
(204,235,198)
#D1ECCB
(209,236,203)
#D6EDD0
(214,237,208)
#DBEED5
(219,238,213)
#E0EFDA
(224,239,218)
#E5F0DF
(229,240,223)
#EAF1E4
(234,241,228)
#EFF2E9
(239,242,233)
#F4F3EE
(244,243,238)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EAC1; }

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

This text font color is #C7EAC1.


Background Color

.myBgColor { background-color: #C7EAC1; }

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

This div background color is #C7EAC1.


Border color

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

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

This div border color is #C7EAC1.


Opacity

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

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

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

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

This text has shadow with #C7EAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EAC1 on black background.


Color preview on white background

This text has color #C7EAC1 on white background.



Black color preview on #C7EAC1 background

This text has black color on #C7EAC1 background.


White color preview on #C7EAC1 background

This text has white color on #C7EAC1 background.