COLOR #C1F9B3

HEX: #C1F9B3 RGB: (193,249,179)

Color info

#C1F9B3 contains mainly red and green colors. Web safe color of #C1F9B3 is #CCFF99 (or #CF9).

RGB color model

#C1F9B3 color RGB value is (193,249,179).

RGB: (193,249,179) (76%, 98%, 70%)

RGB channels and saturation

R 193 of 255 = 76%
G 249 of 255 = 98%
B 179 of 255 = 70%

193
249
179

R + G + B ~ 81%. #C1F9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 249 + 179 = 621 (100%)
R 193 of 621 ~ 31.08%
G 249 of 621 ~ 40.1%
B 179 of 621 ~ 28.82'%

%31.08
%40.1
%28.82

CMYK color model

#C1F9B3 color CMYK value is (22,0,28,2).

  • cyan value is 22.49%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 2.35%

CMYK: (22,0,28,2)
C22M0Y28K2 (22%, 0%, 28%, 2%)
(0.22 / 0.00 / 0.28 / 0.02)

CMYK percentages

%22.49
%0
%28.11
%2.35

Codes

Color #C1F9B3 in popluar color models

C1 F9 B3
RGB 193 249 179
HSL 108° 85.37% 83.92%
HSB/HSV 108° 28.11% 97.65%
CMYK 22.49% 0.00% 28.11%
2.35%

Color #C1F9B3 in popluar number systems.

HEX C1 F9 B3
Decimal 193 249 179
Binary 11000001 11111001 10110011
Octal 301 371 263

Shades and tints

Shades of #C1F9B3

#C1F9B3
(193,249,179)
#B0E3A3
(176,227,163)
#9FCD93
(159,205,147)
#8EB783
(142,183,131)
#7DA173
(125,161,115)
#6C8B63
(108,139,99)
#5B7553
(91,117,83)
#4A5F43
(74,95,67)
#394933
(57,73,51)
#283323
(40,51,35)
#171D13
(23,29,19)
#000000
(0,0,0)

Tints of #C1F9B3

#C1F9B3
(193,249,179)
#C6F9B9
(198,249,185)
#CBF9BF
(203,249,191)
#D0F9C5
(208,249,197)
#D5F9CB
(213,249,203)
#DAF9D1
(218,249,209)
#DFF9D7
(223,249,215)
#E4F9DD
(228,249,221)
#E9F9E3
(233,249,227)
#EEF9E9
(238,249,233)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1F9B3; }

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

This text font color is #C1F9B3.

Background Color

.myBgColor { background-color: #C1F9B3; }

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

This div background color is #C1F9B3.

Border color

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

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

This div border color is #C1F9B3.

Opacity

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

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

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

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

This text has shadow with #C1F9B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1F9B3.

Preview

Color preview on black background

This text has color #C1F9B3 on black background.


Color preview on white background

This text has color #C1F9B3 on white background.


Black color preview on #C1F9B3 background

This text has black color on #C1F9B3 background.


White color preview on #C1F9B3 background

This text has white color on #C1F9B3 background.


Related colors

Complementary color

Complementary color for #hex is #3E064C.


I love getcolorcode.com

Triadic colors

1 #B3C1F9 and #F9B3C1 with #C1F9B3 are triadic colors.

2 #B3F9C1 and #F9C1B3 with #C1F9B3 are triadic colors.