COLOR #C1F9D7

HEX: #C1F9D7
RGB: (193,249,215)

Color info

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

RGB color model

#C1F9D7 color RGB value is (193,249,215).

  • red value is 193;
  • green value is 249;
  • blue value is 215.
RGB:
(193,249,215)
(76%,98%,84%)

RGB channels and saturation

R 193 of 255 = 76%
G 249 of 255 = 98%
B 215 of 255 = 84%

193
249
215

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

Portions of RGB colors in percentages

R + G + B =
193 + 249 + 215 = 657 (100%)
R 193 of 657 ~ 29.38%
G 249 of 657 ~ 37.9%
B 215 of 657 ~ 32.72%

%29.38
%37.9
%32.72

CMYK color model

#C1F9D7 color CMYK value is (22,0,14,2).

  • cyan value is 22.49%
  • magenta value is 0.00%
  • yellow value is 13.65%
  • key color value is 2.35%
CMYK:
(22,0,14,2)
C22M0Y14K2 
(22%,0%,14%,2%)
(0.22/0.00/0.14/0.02)	

CMYK percentages

%22.49
%0
%13.65
%2.35

Codes

Color #C1F9D7 in popluar color models

C1F9D7
RGB193249215
HSL144°82.35%86.67%
HSB/HSV144°22.49%97.65%
CMYK22.49%0.00%13.65%
2.35%

Color #C1F9D7 in popluar number systems.

HEXC1F9D7
Decimal193249215
Binary110000011111100111010111
Octal301371327

Shades and tints

Shades of #C1F9D7

#C1F9D7
(193,249,215)
#B0E3C4
(176,227,196)
#9FCDB1
(159,205,177)
#8EB79E
(142,183,158)
#7DA18B
(125,161,139)
#6C8B78
(108,139,120)
#5B7565
(91,117,101)
#4A5F52
(74,95,82)
#39493F
(57,73,63)
#28332C
(40,51,44)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #C1F9D7

#C1F9D7
(193,249,215)
#C6F9DA
(198,249,218)
#CBF9DD
(203,249,221)
#D0F9E0
(208,249,224)
#D5F9E3
(213,249,227)
#DAF9E6
(218,249,230)
#DFF9E9
(223,249,233)
#E4F9EC
(228,249,236)
#E9F9EF
(233,249,239)
#EEF9F2
(238,249,242)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1F9D7 color. Also use rgb(193,249,215) instead hex code.

Text Font Color

.myTextColor { color: #C1F9D7; }

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

This text font color is #C1F9D7.


Background Color

.myBgColor { background-color: #C1F9D7; }

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

This div background color is #C1F9D7.


Border color

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

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

This div border color is #C1F9D7.


Opacity

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

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

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

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

This text has shadow with #C1F9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F9D7 on black background.


Color preview on white background

This text has color #C1F9D7 on white background.



Black color preview on #C1F9D7 background

This text has black color on #C1F9D7 background.


White color preview on #C1F9D7 background

This text has white color on #C1F9D7 background.