COLOR #C7FCE9

HEX: #C7FCE9 RGB: (199,252,233)

Color info

#C7FCE9 contains red, green and blue colors in about the same proportion. Web safe color of #C7FCE9 is #CCFFFF (or #CFF).

RGB color model

#C7FCE9 color RGB value is (199,252,233).

RGB: (199,252,233) (78%, 99%, 91%)

RGB channels and saturation

R 199 of 255 = 78%
G 252 of 255 = 99%
B 233 of 255 = 91%

199
252
233

R + G + B ~ 89%. #C7FCE9 is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 252 + 233 = 684 (100%)
R 199 of 684 ~ 29.09%
G 252 of 684 ~ 36.84%
B 233 of 684 ~ 34.06'%

%29.09
%36.84
%34.06

CMYK color model

#C7FCE9 color CMYK value is (21,0,8,1).

  • cyan value is 21.03%
  • magenta value is 0.00%
  • yellow value is 7.54%
  • key color value is 1.18%

CMYK: (21,0,8,1)
C21M0Y8K1 (21%, 0%, 8%, 1%)
(0.21 / 0.00 / 0.08 / 0.01)

CMYK percentages

%21.03
%0
%7.54
%1.18

Codes

Color #C7FCE9 in popluar color models

C7 FC E9
RGB 199 252 233
HSL 158° 89.83% 88.43%
HSB/HSV 158° 21.03% 98.82%
CMYK 21.03% 0.00% 7.54%
1.18%

Color #C7FCE9 in popluar number systems.

HEX C7 FC E9
Decimal 199 252 233
Binary 11000111 11111100 11101001
Octal 307 374 351

Shades and tints

Shades of #C7FCE9

#C7FCE9
(199,252,233)
#B5E6D4
(181,230,212)
#A3D0BF
(163,208,191)
#91BAAA
(145,186,170)
#7FA495
(127,164,149)
#6D8E80
(109,142,128)
#5B786B
(91,120,107)
#496256
(73,98,86)
#374C41
(55,76,65)
#25362C
(37,54,44)
#132017
(19,32,23)
#000000
(0,0,0)

Tints of #C7FCE9

#C7FCE9
(199,252,233)
#CCFCEB
(204,252,235)
#D1FCED
(209,252,237)
#D6FCEF
(214,252,239)
#DBFCF1
(219,252,241)
#E0FCF3
(224,252,243)
#E5FCF5
(229,252,245)
#EAFCF7
(234,252,247)
#EFFCF9
(239,252,249)
#F4FCFB
(244,252,251)
#F9FCFD
(249,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FCE9; }

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

This text font color is #C7FCE9.

Background Color

.myBgColor { background-color: #C7FCE9; }

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

This div background color is #C7FCE9.

Border color

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

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

This div border color is #C7FCE9.

Opacity

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

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

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

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

This text has shadow with #C7FCE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7FCE9.

Preview

Color preview on black background

This text has color #C7FCE9 on black background.


Color preview on white background

This text has color #C7FCE9 on white background.


Black color preview on #C7FCE9 background

This text has black color on #C7FCE9 background.


White color preview on #C7FCE9 background

This text has white color on #C7FCE9 background.


Related colors

Complementary color

Complementary color for #hex is #380316.


I love getcolorcode.com

Triadic colors

1 #E9C7FC and #FCE9C7 with #C7FCE9 are triadic colors.

2 #E9FCC7 and #FCC7E9 with #C7FCE9 are triadic colors.