COLOR #C4FDB8

HEX: #C4FDB8
RGB: (196,253,184)

Color info

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

RGB color model

#C4FDB8 color RGB value is (196,253,184).

  • red value is 196;
  • green value is 253;
  • blue value is 184.
RGB:
(196,253,184)
(77%,99%,72%)

RGB channels and saturation

R 196 of 255 = 77%
G 253 of 255 = 99%
B 184 of 255 = 72%

196
253
184

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

Portions of RGB colors in percentages

R + G + B =
196 + 253 + 184 = 633 (100%)
R 196 of 633 ~ 30.96%
G 253 of 633 ~ 39.97%
B 184 of 633 ~ 29.07%

%30.96
%39.97
%29.07

CMYK color model

#C4FDB8 color CMYK value is (23,0,27,1).

  • cyan value is 22.53%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 0.78%
CMYK:
(23,0,27,1)
C23M0Y27K1 
(23%,0%,27%,1%)
(0.23/0.00/0.27/0.01)	

CMYK percentages

%22.53
%0
%27.27
%0.78

Codes

Color #C4FDB8 in popluar color models

C4FDB8
RGB196253184
HSL110°94.52%85.69%
HSB/HSV110°27.27%99.22%
CMYK22.53%0.00%27.27%
0.78%

Color #C4FDB8 in popluar number systems.

HEXC4FDB8
Decimal196253184
Binary110001001111110110111000
Octal304375270

Shades and tints

Shades of #C4FDB8

#C4FDB8
(196,253,184)
#B3E6A8
(179,230,168)
#A2CF98
(162,207,152)
#91B888
(145,184,136)
#80A178
(128,161,120)
#6F8A68
(111,138,104)
#5E7358
(94,115,88)
#4D5C48
(77,92,72)
#3C4538
(60,69,56)
#2B2E28
(43,46,40)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #C4FDB8

#C4FDB8
(196,253,184)
#C9FDBE
(201,253,190)
#CEFDC4
(206,253,196)
#D3FDCA
(211,253,202)
#D8FDD0
(216,253,208)
#DDFDD6
(221,253,214)
#E2FDDC
(226,253,220)
#E7FDE2
(231,253,226)
#ECFDE8
(236,253,232)
#F1FDEE
(241,253,238)
#F6FDF4
(246,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4FDB8 color. Also use rgb(196,253,184) instead hex code.

Text Font Color

.myTextColor { color: #C4FDB8; }

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

This text font color is #C4FDB8.


Background Color

.myBgColor { background-color: #C4FDB8; }

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

This div background color is #C4FDB8.


Border color

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

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

This div border color is #C4FDB8.


Opacity

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

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

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

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

This text has shadow with #C4FDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FDB8 on black background.


Color preview on white background

This text has color #C4FDB8 on white background.



Black color preview on #C4FDB8 background

This text has black color on #C4FDB8 background.


White color preview on #C4FDB8 background

This text has white color on #C4FDB8 background.