COLOR #C4FAB9

HEX: #C4FAB9
RGB: (196,250,185)

Color info

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

RGB color model

#C4FAB9 color RGB value is (196,250,185).

  • red value is 196;
  • green value is 250;
  • blue value is 185.
RGB:
(196,250,185)
(77%,98%,73%)

RGB channels and saturation

R 196 of 255 = 77%
G 250 of 255 = 98%
B 185 of 255 = 73%

196
250
185

R + G + B ~ 83%. #C4FAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 250 + 185 = 631 (100%)
R 196 of 631 ~ 31.06%
G 250 of 631 ~ 39.62%
B 185 of 631 ~ 29.32%

%31.06
%39.62
%29.32

CMYK color model

#C4FAB9 color CMYK value is (22,0,26,2).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 1.96%
CMYK:
(22,0,26,2)
C22M0Y26K2 
(22%,0%,26%,2%)
(0.22/0.00/0.26/0.02)	

CMYK percentages

%21.6
%0
%26
%1.96

Codes

Color #C4FAB9 in popluar color models

C4FAB9
RGB196250185
HSL110°86.67%85.29%
HSB/HSV110°26.00%98.04%
CMYK21.60%0.00%26.00%
1.96%

Color #C4FAB9 in popluar number systems.

HEXC4FAB9
Decimal196250185
Binary110001001111101010111001
Octal304372271

Shades and tints

Shades of #C4FAB9

#C4FAB9
(196,250,185)
#B3E4A9
(179,228,169)
#A2CE99
(162,206,153)
#91B889
(145,184,137)
#80A279
(128,162,121)
#6F8C69
(111,140,105)
#5E7659
(94,118,89)
#4D6049
(77,96,73)
#3C4A39
(60,74,57)
#2B3429
(43,52,41)
#1A1E19
(26,30,25)
#000000
(0,0,0)

Tints of #C4FAB9

#C4FAB9
(196,250,185)
#C9FABF
(201,250,191)
#CEFAC5
(206,250,197)
#D3FACB
(211,250,203)
#D8FAD1
(216,250,209)
#DDFAD7
(221,250,215)
#E2FADD
(226,250,221)
#E7FAE3
(231,250,227)
#ECFAE9
(236,250,233)
#F1FAEF
(241,250,239)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4FAB9 color. Also use rgb(196,250,185) instead hex code.

Text Font Color

.myTextColor { color: #C4FAB9; }

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

This text font color is #C4FAB9.


Background Color

.myBgColor { background-color: #C4FAB9; }

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

This div background color is #C4FAB9.


Border color

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

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

This div border color is #C4FAB9.


Opacity

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

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

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

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

This text has shadow with #C4FAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FAB9 on black background.


Color preview on white background

This text has color #C4FAB9 on white background.



Black color preview on #C4FAB9 background

This text has black color on #C4FAB9 background.


White color preview on #C4FAB9 background

This text has white color on #C4FAB9 background.