COLOR #C7EAD7

HEX: #C7EAD7
RGB: (199,234,215)

Color info

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

RGB color model

#C7EAD7 color RGB value is (199,234,215).

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

RGB channels and saturation

R 199 of 255 = 78%
G 234 of 255 = 92%
B 215 of 255 = 84%

199
234
215

R + G + B ~ 85%. #C7EAD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 234 + 215 = 648 (100%)
R 199 of 648 ~ 30.71%
G 234 of 648 ~ 36.11%
B 215 of 648 ~ 33.18%

%30.71
%36.11
%33.18

CMYK color model

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

  • cyan value is 14.96%
  • magenta value is 0.00%
  • yellow value is 8.12%
  • key color value is 8.24%
CMYK:
(15,0,8,8)
C15M0Y8K8 
(15%,0%,8%,8%)
(0.15/0.00/0.08/0.08)	

CMYK percentages

%14.96
%0
%8.12
%8.24

Codes

Color #C7EAD7 in popluar color models

C7EAD7
RGB199234215
HSL147°45.45%84.90%
HSB/HSV147°14.96%91.76%
CMYK14.96%0.00%8.12%
8.24%

Color #C7EAD7 in popluar number systems.

HEXC7EAD7
Decimal199234215
Binary110001111110101011010111
Octal307352327

Shades and tints

Shades of #C7EAD7

#C7EAD7
(199,234,215)
#B5D5C4
(181,213,196)
#A3C0B1
(163,192,177)
#91AB9E
(145,171,158)
#7F968B
(127,150,139)
#6D8178
(109,129,120)
#5B6C65
(91,108,101)
#495752
(73,87,82)
#37423F
(55,66,63)
#252D2C
(37,45,44)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #C7EAD7

#C7EAD7
(199,234,215)
#CCEBDA
(204,235,218)
#D1ECDD
(209,236,221)
#D6EDE0
(214,237,224)
#DBEEE3
(219,238,227)
#E0EFE6
(224,239,230)
#E5F0E9
(229,240,233)
#EAF1EC
(234,241,236)
#EFF2EF
(239,242,239)
#F4F3F2
(244,243,242)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EAD7; }

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

This text font color is #C7EAD7.


Background Color

.myBgColor { background-color: #C7EAD7; }

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

This div background color is #C7EAD7.


Border color

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

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

This div border color is #C7EAD7.


Opacity

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

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

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

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

This text has shadow with #C7EAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EAD7 on black background.


Color preview on white background

This text has color #C7EAD7 on white background.



Black color preview on #C7EAD7 background

This text has black color on #C7EAD7 background.


White color preview on #C7EAD7 background

This text has white color on #C7EAD7 background.