COLOR #C7FDE8

HEX: #C7FDE8 RGB: (199,253,232)

Color info

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

RGB color model

#C7FDE8 color RGB value is (199,253,232).

RGB: (199,253,232) (78%, 99%, 91%)

RGB channels and saturation

R 199 of 255 = 78%
G 253 of 255 = 99%
B 232 of 255 = 91%

199
253
232

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

Portions of RGB colors in percentages

R + G + B = 199 + 253 + 232 = 684 (100%)
R 199 of 684 ~ 29.09%
G 253 of 684 ~ 36.99%
B 232 of 684 ~ 33.92'%

%29.09
%36.99
%33.92

CMYK color model

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

  • cyan value is 21.34%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 0.78%

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

CMYK percentages

%21.34
%0
%8.3
%0.78

Codes

Color #C7FDE8 in popluar color models

C7 FD E8
RGB 199 253 232
HSL 157° 93.10% 88.63%
HSB/HSV 157° 21.34% 99.22%
CMYK 21.34% 0.00% 8.30%
0.78%

Color #C7FDE8 in popluar number systems.

HEX C7 FD E8
Decimal 199 253 232
Binary 11000111 11111101 11101000
Octal 307 375 350

Shades and tints

Shades of #C7FDE8

#C7FDE8
(199,253,232)
#B5E6D3
(181,230,211)
#A3CFBE
(163,207,190)
#91B8A9
(145,184,169)
#7FA194
(127,161,148)
#6D8A7F
(109,138,127)
#5B736A
(91,115,106)
#495C55
(73,92,85)
#374540
(55,69,64)
#252E2B
(37,46,43)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #C7FDE8

#C7FDE8
(199,253,232)
#CCFDEA
(204,253,234)
#D1FDEC
(209,253,236)
#D6FDEE
(214,253,238)
#DBFDF0
(219,253,240)
#E0FDF2
(224,253,242)
#E5FDF4
(229,253,244)
#EAFDF6
(234,253,246)
#EFFDF8
(239,253,248)
#F4FDFA
(244,253,250)
#F9FDFC
(249,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FDE8 color. Also use rgb(199,253,232) instead hex code.

Text Font Color

.myTextColor { color: #C7FDE8; }

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

This text font color is #C7FDE8.

Background Color

.myBgColor { background-color: #C7FDE8; }

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

This div background color is #C7FDE8.

Border color

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

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

This div border color is #C7FDE8.

Opacity

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

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

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

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

This text has shadow with #C7FDE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7FDE8.

Preview

Color preview on black background

This text has color #C7FDE8 on black background.


Color preview on white background

This text has color #C7FDE8 on white background.


Black color preview on #C7FDE8 background

This text has black color on #C7FDE8 background.


White color preview on #C7FDE8 background

This text has white color on #C7FDE8 background.


Related colors

Complementary color

Complementary color for #hex is #380217.


I love getcolorcode.com

Triadic colors

1 #E8C7FD and #FDE8C7 with #C7FDE8 are triadic colors.

2 #E8FDC7 and #FDC7E8 with #C7FDE8 are triadic colors.