COLOR #C7F3DC

HEX: #C7F3DC
RGB: (199,243,220)

Color info

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

RGB color model

#C7F3DC color RGB value is (199,243,220).

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

RGB channels and saturation

R 199 of 255 = 78%
G 243 of 255 = 95%
B 220 of 255 = 86%

199
243
220

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

Portions of RGB colors in percentages

R + G + B =
199 + 243 + 220 = 662 (100%)
R 199 of 662 ~ 30.06%
G 243 of 662 ~ 36.71%
B 220 of 662 ~ 33.23%

%30.06
%36.71
%33.23

CMYK color model

#C7F3DC color CMYK value is (18,0,9,5).

  • cyan value is 18.11%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 4.71%
CMYK:
(18,0,9,5)
C18M0Y9K5 
(18%,0%,9%,5%)
(0.18/0.00/0.09/0.05)	

CMYK percentages

%18.11
%0
%9.47
%4.71

Codes

Color #C7F3DC in popluar color models

C7F3DC
RGB199243220
HSL149°64.71%86.67%
HSB/HSV149°18.11%95.29%
CMYK18.11%0.00%9.47%
4.71%

Color #C7F3DC in popluar number systems.

HEXC7F3DC
Decimal199243220
Binary110001111111001111011100
Octal307363334

Shades and tints

Shades of #C7F3DC

#C7F3DC
(199,243,220)
#B5DDC8
(181,221,200)
#A3C7B4
(163,199,180)
#91B1A0
(145,177,160)
#7F9B8C
(127,155,140)
#6D8578
(109,133,120)
#5B6F64
(91,111,100)
#495950
(73,89,80)
#37433C
(55,67,60)
#252D28
(37,45,40)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #C7F3DC

#C7F3DC
(199,243,220)
#CCF4DF
(204,244,223)
#D1F5E2
(209,245,226)
#D6F6E5
(214,246,229)
#DBF7E8
(219,247,232)
#E0F8EB
(224,248,235)
#E5F9EE
(229,249,238)
#EAFAF1
(234,250,241)
#EFFBF4
(239,251,244)
#F4FCF7
(244,252,247)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F3DC; }

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

This text font color is #C7F3DC.


Background Color

.myBgColor { background-color: #C7F3DC; }

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

This div background color is #C7F3DC.


Border color

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

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

This div border color is #C7F3DC.


Opacity

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

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

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

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

This text has shadow with #C7F3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F3DC on black background.


Color preview on white background

This text has color #C7F3DC on white background.



Black color preview on #C7F3DC background

This text has black color on #C7F3DC background.


White color preview on #C7F3DC background

This text has white color on #C7F3DC background.