COLOR #C7E9E1

HEX: #C7E9E1
RGB: (199,233,225)

Color info

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

RGB color model

#C7E9E1 color RGB value is (199,233,225).

  • red value is 199;
  • green value is 233;
  • blue value is 225.
RGB:
(199,233,225)
(78%,91%,88%)

RGB channels and saturation

R 199 of 255 = 78%
G 233 of 255 = 91%
B 225 of 255 = 88%

199
233
225

R + G + B ~ 86%. #C7E9E1 is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 233 + 225 = 657 (100%)
R 199 of 657 ~ 30.29%
G 233 of 657 ~ 35.46%
B 225 of 657 ~ 34.25%

%30.29
%35.46
%34.25

CMYK color model

#C7E9E1 color CMYK value is (15,0,3,9).

  • cyan value is 14.59%
  • magenta value is 0.00%
  • yellow value is 3.43%
  • key color value is 8.63%
CMYK:
(15,0,3,9)
C15M0Y3K9 
(15%,0%,3%,9%)
(0.15/0.00/0.03/0.09)	

CMYK percentages

%14.59
%0
%3.43
%8.63

Codes

Color #C7E9E1 in popluar color models

C7E9E1
RGB199233225
HSL166°43.59%84.71%
HSB/HSV166°14.59%91.37%
CMYK14.59%0.00%3.43%
8.63%

Color #C7E9E1 in popluar number systems.

HEXC7E9E1
Decimal199233225
Binary110001111110100111100001
Octal307351341

Shades and tints

Shades of #C7E9E1

#C7E9E1
(199,233,225)
#B5D4CD
(181,212,205)
#A3BFB9
(163,191,185)
#91AAA5
(145,170,165)
#7F9591
(127,149,145)
#6D807D
(109,128,125)
#5B6B69
(91,107,105)
#495655
(73,86,85)
#374141
(55,65,65)
#252C2D
(37,44,45)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #C7E9E1

#C7E9E1
(199,233,225)
#CCEBE3
(204,235,227)
#D1EDE5
(209,237,229)
#D6EFE7
(214,239,231)
#DBF1E9
(219,241,233)
#E0F3EB
(224,243,235)
#E5F5ED
(229,245,237)
#EAF7EF
(234,247,239)
#EFF9F1
(239,249,241)
#F4FBF3
(244,251,243)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E9E1 color. Also use rgb(199,233,225) instead hex code.

Text Font Color

.myTextColor { color: #C7E9E1; }

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

This text font color is #C7E9E1.


Background Color

.myBgColor { background-color: #C7E9E1; }

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

This div background color is #C7E9E1.


Border color

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

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

This div border color is #C7E9E1.


Opacity

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

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

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

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

This text has shadow with #C7E9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E9E1 on black background.


Color preview on white background

This text has color #C7E9E1 on white background.



Black color preview on #C7E9E1 background

This text has black color on #C7E9E1 background.


White color preview on #C7E9E1 background

This text has white color on #C7E9E1 background.