COLOR #C4FBD6

HEX: #C4FBD6
RGB: (196,251,214)

Color info

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

RGB color model

#C4FBD6 color RGB value is (196,251,214).

  • red value is 196;
  • green value is 251;
  • blue value is 214.
RGB:
(196,251,214)
(77%,98%,84%)

RGB channels and saturation

R 196 of 255 = 77%
G 251 of 255 = 98%
B 214 of 255 = 84%

196
251
214

R + G + B ~ 86%. #C4FBD6 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 251 + 214 = 661 (100%)
R 196 of 661 ~ 29.65%
G 251 of 661 ~ 37.97%
B 214 of 661 ~ 32.38%

%29.65
%37.97
%32.38

CMYK color model

#C4FBD6 color CMYK value is (22,0,15,2).

  • cyan value is 21.91%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 1.57%
CMYK:
(22,0,15,2)
C22M0Y15K2 
(22%,0%,15%,2%)
(0.22/0.00/0.15/0.02)	

CMYK percentages

%21.91
%0
%14.74
%1.57

Codes

Color #C4FBD6 in popluar color models

C4FBD6
RGB196251214
HSL140°87.30%87.65%
HSB/HSV140°21.91%98.43%
CMYK21.91%0.00%14.74%
1.57%

Color #C4FBD6 in popluar number systems.

HEXC4FBD6
Decimal196251214
Binary110001001111101111010110
Octal304373326

Shades and tints

Shades of #C4FBD6

#C4FBD6
(196,251,214)
#B3E5C3
(179,229,195)
#A2CFB0
(162,207,176)
#91B99D
(145,185,157)
#80A38A
(128,163,138)
#6F8D77
(111,141,119)
#5E7764
(94,119,100)
#4D6151
(77,97,81)
#3C4B3E
(60,75,62)
#2B352B
(43,53,43)
#1A1F18
(26,31,24)
#000000
(0,0,0)

Tints of #C4FBD6

#C4FBD6
(196,251,214)
#C9FBD9
(201,251,217)
#CEFBDC
(206,251,220)
#D3FBDF
(211,251,223)
#D8FBE2
(216,251,226)
#DDFBE5
(221,251,229)
#E2FBE8
(226,251,232)
#E7FBEB
(231,251,235)
#ECFBEE
(236,251,238)
#F1FBF1
(241,251,241)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4FBD6 color. Also use rgb(196,251,214) instead hex code.

Text Font Color

.myTextColor { color: #C4FBD6; }

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

This text font color is #C4FBD6.


Background Color

.myBgColor { background-color: #C4FBD6; }

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

This div background color is #C4FBD6.


Border color

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

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

This div border color is #C4FBD6.


Opacity

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

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

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

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

This text has shadow with #C4FBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FBD6 on black background.


Color preview on white background

This text has color #C4FBD6 on white background.



Black color preview on #C4FBD6 background

This text has black color on #C4FBD6 background.


White color preview on #C4FBD6 background

This text has white color on #C4FBD6 background.