COLOR #C7FBDE

HEX: #C7FBDE
RGB: (199,251,222)

Color info

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

RGB color model

#C7FBDE color RGB value is (199,251,222).

  • red value is 199;
  • green value is 251;
  • blue value is 222.
RGB:
(199,251,222)
(78%,98%,87%)

RGB channels and saturation

R 199 of 255 = 78%
G 251 of 255 = 98%
B 222 of 255 = 87%

199
251
222

R + G + B ~ 88%. #C7FBDE is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 251 + 222 = 672 (100%)
R 199 of 672 ~ 29.61%
G 251 of 672 ~ 37.35%
B 222 of 672 ~ 33.04%

%29.61
%37.35
%33.04

CMYK color model

#C7FBDE color CMYK value is (21,0,12,2).

  • cyan value is 20.72%
  • magenta value is 0.00%
  • yellow value is 11.55%
  • key color value is 1.57%
CMYK:
(21,0,12,2)
C21M0Y12K2 
(21%,0%,12%,2%)
(0.21/0.00/0.12/0.02)	

CMYK percentages

%20.72
%0
%11.55
%1.57

Codes

Color #C7FBDE in popluar color models

C7FBDE
RGB199251222
HSL147°86.67%88.24%
HSB/HSV147°20.72%98.43%
CMYK20.72%0.00%11.55%
1.57%

Color #C7FBDE in popluar number systems.

HEXC7FBDE
Decimal199251222
Binary110001111111101111011110
Octal307373336

Shades and tints

Shades of #C7FBDE

#C7FBDE
(199,251,222)
#B5E5CA
(181,229,202)
#A3CFB6
(163,207,182)
#91B9A2
(145,185,162)
#7FA38E
(127,163,142)
#6D8D7A
(109,141,122)
#5B7766
(91,119,102)
#496152
(73,97,82)
#374B3E
(55,75,62)
#25352A
(37,53,42)
#131F16
(19,31,22)
#000000
(0,0,0)

Tints of #C7FBDE

#C7FBDE
(199,251,222)
#CCFBE1
(204,251,225)
#D1FBE4
(209,251,228)
#D6FBE7
(214,251,231)
#DBFBEA
(219,251,234)
#E0FBED
(224,251,237)
#E5FBF0
(229,251,240)
#EAFBF3
(234,251,243)
#EFFBF6
(239,251,246)
#F4FBF9
(244,251,249)
#F9FBFC
(249,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FBDE color. Also use rgb(199,251,222) instead hex code.

Text Font Color

.myTextColor { color: #C7FBDE; }

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

This text font color is #C7FBDE.


Background Color

.myBgColor { background-color: #C7FBDE; }

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

This div background color is #C7FBDE.


Border color

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

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

This div border color is #C7FBDE.


Opacity

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

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

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

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

This text has shadow with #C7FBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FBDE on black background.


Color preview on white background

This text has color #C7FBDE on white background.



Black color preview on #C7FBDE background

This text has black color on #C7FBDE background.


White color preview on #C7FBDE background

This text has white color on #C7FBDE background.