COLOR #C9F6B5

HEX: #C9F6B5
RGB: (201,246,181)

Color info

#C9F6B5 contains mainly red and green colors. Web safe color of #C9F6B5 is #CCFFCC (or #CFC).

RGB color model

#C9F6B5 color RGB value is (201,246,181).

  • red value is 201;
  • green value is 246;
  • blue value is 181.
RGB:
(201,246,181)
(79%,96%,71%)

RGB channels and saturation

R 201 of 255 = 79%
G 246 of 255 = 96%
B 181 of 255 = 71%

201
246
181

R + G + B ~ 82%. #C9F6B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 246 + 181 = 628 (100%)
R 201 of 628 ~ 32.01%
G 246 of 628 ~ 39.17%
B 181 of 628 ~ 28.82%

%32.01
%39.17
%28.82

CMYK color model

#C9F6B5 color CMYK value is (18,0,26,4).

  • cyan value is 18.29%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 3.53%
CMYK:
(18,0,26,4)
C18M0Y26K4 
(18%,0%,26%,4%)
(0.18/0.00/0.26/0.04)	

CMYK percentages

%18.29
%0
%26.42
%3.53

Codes

Color #C9F6B5 in popluar color models

C9F6B5
RGB201246181
HSL102°78.31%83.73%
HSB/HSV102°26.42%96.47%
CMYK18.29%0.00%26.42%
3.53%

Color #C9F6B5 in popluar number systems.

HEXC9F6B5
Decimal201246181
Binary110010011111011010110101
Octal311366265

Shades and tints

Shades of #C9F6B5

#C9F6B5
(201,246,181)
#B7E0A5
(183,224,165)
#A5CA95
(165,202,149)
#93B485
(147,180,133)
#819E75
(129,158,117)
#6F8865
(111,136,101)
#5D7255
(93,114,85)
#4B5C45
(75,92,69)
#394635
(57,70,53)
#273025
(39,48,37)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #C9F6B5

#C9F6B5
(201,246,181)
#CDF6BB
(205,246,187)
#D1F6C1
(209,246,193)
#D5F6C7
(213,246,199)
#D9F6CD
(217,246,205)
#DDF6D3
(221,246,211)
#E1F6D9
(225,246,217)
#E5F6DF
(229,246,223)
#E9F6E5
(233,246,229)
#EDF6EB
(237,246,235)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F6B5 color. Also use rgb(201,246,181) instead hex code.

Text Font Color

.myTextColor { color: #C9F6B5; }

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

This text font color is #C9F6B5.


Background Color

.myBgColor { background-color: #C9F6B5; }

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

This div background color is #C9F6B5.


Border color

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

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

This div border color is #C9F6B5.


Opacity

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

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

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

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

This text has shadow with #C9F6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F6B5 on black background.


Color preview on white background

This text has color #C9F6B5 on white background.



Black color preview on #C9F6B5 background

This text has black color on #C9F6B5 background.


White color preview on #C9F6B5 background

This text has white color on #C9F6B5 background.