COLOR #C7F1CB

HEX: #C7F1CB
RGB: (199,241,203)

Color info

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

RGB color model

#C7F1CB color RGB value is (199,241,203).

  • red value is 199;
  • green value is 241;
  • blue value is 203.
RGB:
(199,241,203)
(78%,95%,80%)

RGB channels and saturation

R 199 of 255 = 78%
G 241 of 255 = 95%
B 203 of 255 = 80%

199
241
203

R + G + B ~ 84%. #C7F1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 241 + 203 = 643 (100%)
R 199 of 643 ~ 30.95%
G 241 of 643 ~ 37.48%
B 203 of 643 ~ 31.57%

%30.95
%37.48
%31.57

CMYK color model

#C7F1CB color CMYK value is (17,0,16,5).

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 15.77%
  • key color value is 5.49%
CMYK:
(17,0,16,5)
C17M0Y16K5 
(17%,0%,16%,5%)
(0.17/0.00/0.16/0.05)	

CMYK percentages

%17.43
%0
%15.77
%5.49

Codes

Color #C7F1CB in popluar color models

C7F1CB
RGB199241203
HSL126°60.00%86.27%
HSB/HSV126°17.43%94.51%
CMYK17.43%0.00%15.77%
5.49%

Color #C7F1CB in popluar number systems.

HEXC7F1CB
Decimal199241203
Binary110001111111000111001011
Octal307361313

Shades and tints

Shades of #C7F1CB

#C7F1CB
(199,241,203)
#B5DCB9
(181,220,185)
#A3C7A7
(163,199,167)
#91B295
(145,178,149)
#7F9D83
(127,157,131)
#6D8871
(109,136,113)
#5B735F
(91,115,95)
#495E4D
(73,94,77)
#37493B
(55,73,59)
#253429
(37,52,41)
#131F17
(19,31,23)
#000000
(0,0,0)

Tints of #C7F1CB

#C7F1CB
(199,241,203)
#CCF2CF
(204,242,207)
#D1F3D3
(209,243,211)
#D6F4D7
(214,244,215)
#DBF5DB
(219,245,219)
#E0F6DF
(224,246,223)
#E5F7E3
(229,247,227)
#EAF8E7
(234,248,231)
#EFF9EB
(239,249,235)
#F4FAEF
(244,250,239)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F1CB color. Also use rgb(199,241,203) instead hex code.

Text Font Color

.myTextColor { color: #C7F1CB; }

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

This text font color is #C7F1CB.


Background Color

.myBgColor { background-color: #C7F1CB; }

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

This div background color is #C7F1CB.


Border color

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

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

This div border color is #C7F1CB.


Opacity

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

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

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

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

This text has shadow with #C7F1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F1CB on black background.


Color preview on white background

This text has color #C7F1CB on white background.



Black color preview on #C7F1CB background

This text has black color on #C7F1CB background.


White color preview on #C7F1CB background

This text has white color on #C7F1CB background.