COLOR #C9F3BA

HEX: #C9F3BA
RGB: (201,243,186)

Color info

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

RGB color model

#C9F3BA color RGB value is (201,243,186).

  • red value is 201;
  • green value is 243;
  • blue value is 186.
RGB:
(201,243,186)
(79%,95%,73%)

RGB channels and saturation

R 201 of 255 = 79%
G 243 of 255 = 95%
B 186 of 255 = 73%

201
243
186

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

Portions of RGB colors in percentages

R + G + B =
201 + 243 + 186 = 630 (100%)
R 201 of 630 ~ 31.9%
G 243 of 630 ~ 38.57%
B 186 of 630 ~ 29.52%

%31.9
%38.57
%29.52

CMYK color model

#C9F3BA color CMYK value is (17,0,23,5).

  • cyan value is 17.28%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 4.71%
CMYK:
(17,0,23,5)
C17M0Y23K5 
(17%,0%,23%,5%)
(0.17/0.00/0.23/0.05)	

CMYK percentages

%17.28
%0
%23.46
%4.71

Codes

Color #C9F3BA in popluar color models

C9F3BA
RGB201243186
HSL104°70.37%84.12%
HSB/HSV104°23.46%95.29%
CMYK17.28%0.00%23.46%
4.71%

Color #C9F3BA in popluar number systems.

HEXC9F3BA
Decimal201243186
Binary110010011111001110111010
Octal311363272

Shades and tints

Shades of #C9F3BA

#C9F3BA
(201,243,186)
#B7DDAA
(183,221,170)
#A5C79A
(165,199,154)
#93B18A
(147,177,138)
#819B7A
(129,155,122)
#6F856A
(111,133,106)
#5D6F5A
(93,111,90)
#4B594A
(75,89,74)
#39433A
(57,67,58)
#272D2A
(39,45,42)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #C9F3BA

#C9F3BA
(201,243,186)
#CDF4C0
(205,244,192)
#D1F5C6
(209,245,198)
#D5F6CC
(213,246,204)
#D9F7D2
(217,247,210)
#DDF8D8
(221,248,216)
#E1F9DE
(225,249,222)
#E5FAE4
(229,250,228)
#E9FBEA
(233,251,234)
#EDFCF0
(237,252,240)
#F1FDF6
(241,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F3BA color. Also use rgb(201,243,186) instead hex code.

Text Font Color

.myTextColor { color: #C9F3BA; }

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

This text font color is #C9F3BA.


Background Color

.myBgColor { background-color: #C9F3BA; }

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

This div background color is #C9F3BA.


Border color

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

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

This div border color is #C9F3BA.


Opacity

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

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

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

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

This text has shadow with #C9F3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F3BA on black background.


Color preview on white background

This text has color #C9F3BA on white background.



Black color preview on #C9F3BA background

This text has black color on #C9F3BA background.


White color preview on #C9F3BA background

This text has white color on #C9F3BA background.