COLOR #C7F9DC

HEX: #C7F9DC RGB: (199,249,220)

Color info

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

RGB color model

#C7F9DC color RGB value is (199,249,220).

RGB: (199,249,220) (78%, 98%, 86%)

RGB channels and saturation

R 199 of 255 = 78%
G 249 of 255 = 98%
B 220 of 255 = 86%

199
249
220

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

Portions of RGB colors in percentages

R + G + B = 199 + 249 + 220 = 668 (100%)
R 199 of 668 ~ 29.79%
G 249 of 668 ~ 37.28%
B 220 of 668 ~ 32.93'%

%29.79
%37.28
%32.93

CMYK color model

#C7F9DC color CMYK value is (20,0,12,2).

  • cyan value is 20.08%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 2.35%

CMYK: (20,0,12,2)
C20M0Y12K2 (20%, 0%, 12%, 2%)
(0.20 / 0.00 / 0.12 / 0.02)

CMYK percentages

%20.08
%0
%11.65
%2.35

Codes

Color #C7F9DC in popluar color models

C7 F9 DC
RGB 199 249 220
HSL 145° 80.65% 87.84%
HSB/HSV 145° 20.08% 97.65%
CMYK 20.08% 0.00% 11.65%
2.35%

Color #C7F9DC in popluar number systems.

HEX C7 F9 DC
Decimal 199 249 220
Binary 11000111 11111001 11011100
Octal 307 371 334

Shades and tints

Shades of #C7F9DC

#C7F9DC
(199,249,220)
#B5E3C8
(181,227,200)
#A3CDB4
(163,205,180)
#91B7A0
(145,183,160)
#7FA18C
(127,161,140)
#6D8B78
(109,139,120)
#5B7564
(91,117,100)
#495F50
(73,95,80)
#37493C
(55,73,60)
#253328
(37,51,40)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #C7F9DC

#C7F9DC
(199,249,220)
#CCF9DF
(204,249,223)
#D1F9E2
(209,249,226)
#D6F9E5
(214,249,229)
#DBF9E8
(219,249,232)
#E0F9EB
(224,249,235)
#E5F9EE
(229,249,238)
#EAF9F1
(234,249,241)
#EFF9F4
(239,249,244)
#F4F9F7
(244,249,247)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F9DC; }

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

This text font color is #C7F9DC.

Background Color

.myBgColor { background-color: #C7F9DC; }

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

This div background color is #C7F9DC.

Border color

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

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

This div border color is #C7F9DC.

Opacity

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

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

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

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

This text has shadow with #C7F9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F9DC.

Preview

Color preview on black background

This text has color #C7F9DC on black background.


Color preview on white background

This text has color #C7F9DC on white background.


Black color preview on #C7F9DC background

This text has black color on #C7F9DC background.


White color preview on #C7F9DC background

This text has white color on #C7F9DC background.


Related colors

Complementary color

Complementary color for #hex is #380623.


I love getcolorcode.com

Triadic colors

1 #DCC7F9 and #F9DCC7 with #C7F9DC are triadic colors.

2 #DCF9C7 and #F9C7DC with #C7F9DC are triadic colors.