COLOR #C7EAAF

HEX: #C7EAAF
RGB: (199,234,175)

Color info

#C7EAAF contains red, green and blue colors in about the same proportion. Web safe color of #C7EAAF is #CCFF99 (or #CF9).

RGB color model

#C7EAAF color RGB value is (199,234,175).

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

RGB channels and saturation

R 199 of 255 = 78%
G 234 of 255 = 92%
B 175 of 255 = 69%

199
234
175

R + G + B ~ 80%. #C7EAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 234 + 175 = 608 (100%)
R 199 of 608 ~ 32.73%
G 234 of 608 ~ 38.49%
B 175 of 608 ~ 28.78%

%32.73
%38.49
%28.78

CMYK color model

#C7EAAF color CMYK value is (15,0,25,8).

  • cyan value is 14.96%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 8.24%
CMYK:
(15,0,25,8)
C15M0Y25K8 
(15%,0%,25%,8%)
(0.15/0.00/0.25/0.08)	

CMYK percentages

%14.96
%0
%25.21
%8.24

Codes

Color #C7EAAF in popluar color models

C7EAAF
RGB199234175
HSL96°58.42%80.20%
HSB/HSV96°25.21%91.76%
CMYK14.96%0.00%25.21%
8.24%

Color #C7EAAF in popluar number systems.

HEXC7EAAF
Decimal199234175
Binary110001111110101010101111
Octal307352257

Shades and tints

Shades of #C7EAAF

#C7EAAF
(199,234,175)
#B5D5A0
(181,213,160)
#A3C091
(163,192,145)
#91AB82
(145,171,130)
#7F9673
(127,150,115)
#6D8164
(109,129,100)
#5B6C55
(91,108,85)
#495746
(73,87,70)
#374237
(55,66,55)
#252D28
(37,45,40)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #C7EAAF

#C7EAAF
(199,234,175)
#CCEBB6
(204,235,182)
#D1ECBD
(209,236,189)
#D6EDC4
(214,237,196)
#DBEECB
(219,238,203)
#E0EFD2
(224,239,210)
#E5F0D9
(229,240,217)
#EAF1E0
(234,241,224)
#EFF2E7
(239,242,231)
#F4F3EE
(244,243,238)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EAAF; }

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

This text font color is #C7EAAF.


Background Color

.myBgColor { background-color: #C7EAAF; }

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

This div background color is #C7EAAF.


Border color

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

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

This div border color is #C7EAAF.


Opacity

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

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

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

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

This text has shadow with #C7EAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EAAF on black background.


Color preview on white background

This text has color #C7EAAF on white background.



Black color preview on #C7EAAF background

This text has black color on #C7EAAF background.


White color preview on #C7EAAF background

This text has white color on #C7EAAF background.