COLOR #C7F3DF

HEX: #C7F3DF
RGB: (199,243,223)

Color info

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

RGB color model

#C7F3DF color RGB value is (199,243,223).

  • red value is 199;
  • green value is 243;
  • blue value is 223.
RGB:
(199,243,223)
(78%,95%,87%)

RGB channels and saturation

R 199 of 255 = 78%
G 243 of 255 = 95%
B 223 of 255 = 87%

199
243
223

R + G + B ~ 87%. #C7F3DF is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 243 + 223 = 665 (100%)
R 199 of 665 ~ 29.92%
G 243 of 665 ~ 36.54%
B 223 of 665 ~ 33.53%

%29.92
%36.54
%33.53

CMYK color model

#C7F3DF color CMYK value is (18,0,8,5).

  • cyan value is 18.11%
  • magenta value is 0.00%
  • yellow value is 8.23%
  • key color value is 4.71%
CMYK:
(18,0,8,5)
C18M0Y8K5 
(18%,0%,8%,5%)
(0.18/0.00/0.08/0.05)	

CMYK percentages

%18.11
%0
%8.23
%4.71

Codes

Color #C7F3DF in popluar color models

C7F3DF
RGB199243223
HSL153°64.71%86.67%
HSB/HSV153°18.11%95.29%
CMYK18.11%0.00%8.23%
4.71%

Color #C7F3DF in popluar number systems.

HEXC7F3DF
Decimal199243223
Binary110001111111001111011111
Octal307363337

Shades and tints

Shades of #C7F3DF

#C7F3DF
(199,243,223)
#B5DDCB
(181,221,203)
#A3C7B7
(163,199,183)
#91B1A3
(145,177,163)
#7F9B8F
(127,155,143)
#6D857B
(109,133,123)
#5B6F67
(91,111,103)
#495953
(73,89,83)
#37433F
(55,67,63)
#252D2B
(37,45,43)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #C7F3DF

#C7F3DF
(199,243,223)
#CCF4E1
(204,244,225)
#D1F5E3
(209,245,227)
#D6F6E5
(214,246,229)
#DBF7E7
(219,247,231)
#E0F8E9
(224,248,233)
#E5F9EB
(229,249,235)
#EAFAED
(234,250,237)
#EFFBEF
(239,251,239)
#F4FCF1
(244,252,241)
#F9FDF3
(249,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F3DF color. Also use rgb(199,243,223) instead hex code.

Text Font Color

.myTextColor { color: #C7F3DF; }

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

This text font color is #C7F3DF.


Background Color

.myBgColor { background-color: #C7F3DF; }

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

This div background color is #C7F3DF.


Border color

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

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

This div border color is #C7F3DF.


Opacity

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

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

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

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

This text has shadow with #C7F3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F3DF on black background.


Color preview on white background

This text has color #C7F3DF on white background.



Black color preview on #C7F3DF background

This text has black color on #C7F3DF background.


White color preview on #C7F3DF background

This text has white color on #C7F3DF background.