COLOR #C7EAC2

HEX: #C7EAC2
RGB: (199,234,194)

Color info

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

RGB color model

#C7EAC2 color RGB value is (199,234,194).

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

RGB channels and saturation

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

199
234
194

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

Portions of RGB colors in percentages

R + G + B =
199 + 234 + 194 = 627 (100%)
R 199 of 627 ~ 31.74%
G 234 of 627 ~ 37.32%
B 194 of 627 ~ 30.94%

%31.74
%37.32
%30.94

CMYK color model

#C7EAC2 color CMYK value is (15,0,17,8).

  • cyan value is 14.96%
  • magenta value is 0.00%
  • yellow value is 17.09%
  • key color value is 8.24%
CMYK:
(15,0,17,8)
C15M0Y17K8 
(15%,0%,17%,8%)
(0.15/0.00/0.17/0.08)	

CMYK percentages

%14.96
%0
%17.09
%8.24

Codes

Color #C7EAC2 in popluar color models

C7EAC2
RGB199234194
HSL113°48.78%83.92%
HSB/HSV113°17.09%91.76%
CMYK14.96%0.00%17.09%
8.24%

Color #C7EAC2 in popluar number systems.

HEXC7EAC2
Decimal199234194
Binary110001111110101011000010
Octal307352302

Shades and tints

Shades of #C7EAC2

#C7EAC2
(199,234,194)
#B5D5B1
(181,213,177)
#A3C0A0
(163,192,160)
#91AB8F
(145,171,143)
#7F967E
(127,150,126)
#6D816D
(109,129,109)
#5B6C5C
(91,108,92)
#49574B
(73,87,75)
#37423A
(55,66,58)
#252D29
(37,45,41)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7EAC2

#C7EAC2
(199,234,194)
#CCEBC7
(204,235,199)
#D1ECCC
(209,236,204)
#D6EDD1
(214,237,209)
#DBEED6
(219,238,214)
#E0EFDB
(224,239,219)
#E5F0E0
(229,240,224)
#EAF1E5
(234,241,229)
#EFF2EA
(239,242,234)
#F4F3EF
(244,243,239)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EAC2; }

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

This text font color is #C7EAC2.


Background Color

.myBgColor { background-color: #C7EAC2; }

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

This div background color is #C7EAC2.


Border color

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

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

This div border color is #C7EAC2.


Opacity

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

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

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

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

This text has shadow with #C7EAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EAC2 on black background.


Color preview on white background

This text has color #C7EAC2 on white background.



Black color preview on #C7EAC2 background

This text has black color on #C7EAC2 background.


White color preview on #C7EAC2 background

This text has white color on #C7EAC2 background.