COLOR #C7E1E7

HEX: #C7E1E7
RGB: (199,225,231)

Color info

#C7E1E7 contains red, green and blue colors in about the same proportion. Web safe color of #C7E1E7 is #CCCCFF (or #CCF).

RGB color model

#C7E1E7 color RGB value is (199,225,231).

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

RGB channels and saturation

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

199
225
231

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

Portions of RGB colors in percentages

R + G + B =
199 + 225 + 231 = 655 (100%)
R 199 of 655 ~ 30.38%
G 225 of 655 ~ 34.35%
B 231 of 655 ~ 35.27%

%30.38
%34.35
%35.27

CMYK color model

#C7E1E7 color CMYK value is (14,3,0,9).

  • cyan value is 13.85%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(14,3,0,9)
C14M3Y0K9 
(14%,3%,0%,9%)
(0.14/0.03/0.00/0.09)	

CMYK percentages

%13.85
%2.6
%0
%9.41

Codes

Color #C7E1E7 in popluar color models

C7E1E7
RGB199225231
HSL191°40.00%84.31%
HSB/HSV191°13.85%90.59%
CMYK13.85%2.60%0.00%
9.41%

Color #C7E1E7 in popluar number systems.

HEXC7E1E7
Decimal199225231
Binary110001111110000111100111
Octal307341347

Shades and tints

Shades of #C7E1E7

#C7E1E7
(199,225,231)
#B5CDD2
(181,205,210)
#A3B9BD
(163,185,189)
#91A5A8
(145,165,168)
#7F9193
(127,145,147)
#6D7D7E
(109,125,126)
#5B6969
(91,105,105)
#495554
(73,85,84)
#37413F
(55,65,63)
#252D2A
(37,45,42)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #C7E1E7

#C7E1E7
(199,225,231)
#CCE3E9
(204,227,233)
#D1E5EB
(209,229,235)
#D6E7ED
(214,231,237)
#DBE9EF
(219,233,239)
#E0EBF1
(224,235,241)
#E5EDF3
(229,237,243)
#EAEFF5
(234,239,245)
#EFF1F7
(239,241,247)
#F4F3F9
(244,243,249)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E1E7; }

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

This text font color is #C7E1E7.


Background Color

.myBgColor { background-color: #C7E1E7; }

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

This div background color is #C7E1E7.


Border color

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

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

This div border color is #C7E1E7.


Opacity

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

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

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

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

This text has shadow with #C7E1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E1E7 on black background.


Color preview on white background

This text has color #C7E1E7 on white background.



Black color preview on #C7E1E7 background

This text has black color on #C7E1E7 background.


White color preview on #C7E1E7 background

This text has white color on #C7E1E7 background.