COLOR #C4FBF7

HEX: #C4FBF7
RGB: (196,251,247)

Color info

#C4FBF7 contains red, green and blue colors in about the same proportion. Web safe color of #C4FBF7 is #CCFFFF (or #CFF).

RGB color model

#C4FBF7 color RGB value is (196,251,247).

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

RGB channels and saturation

R 196 of 255 = 77%
G 251 of 255 = 98%
B 247 of 255 = 97%

196
251
247

R + G + B ~ 91%. #C4FBF7 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 251 + 247 = 694 (100%)
R 196 of 694 ~ 28.24%
G 251 of 694 ~ 36.17%
B 247 of 694 ~ 35.59%

%28.24
%36.17
%35.59

CMYK color model

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

  • cyan value is 21.91%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 1.57%
CMYK:
(22,0,2,2)
C22M0Y2K2 
(22%,0%,2%,2%)
(0.22/0.00/0.02/0.02)	

CMYK percentages

%21.91
%0
%1.59
%1.57

Codes

Color #C4FBF7 in popluar color models

C4FBF7
RGB196251247
HSL176°87.30%87.65%
HSB/HSV176°21.91%98.43%
CMYK21.91%0.00%1.59%
1.57%

Color #C4FBF7 in popluar number systems.

HEXC4FBF7
Decimal196251247
Binary110001001111101111110111
Octal304373367

Shades and tints

Shades of #C4FBF7

#C4FBF7
(196,251,247)
#B3E5E1
(179,229,225)
#A2CFCB
(162,207,203)
#91B9B5
(145,185,181)
#80A39F
(128,163,159)
#6F8D89
(111,141,137)
#5E7773
(94,119,115)
#4D615D
(77,97,93)
#3C4B47
(60,75,71)
#2B3531
(43,53,49)
#1A1F1B
(26,31,27)
#000000
(0,0,0)

Tints of #C4FBF7

#C4FBF7
(196,251,247)
#C9FBF7
(201,251,247)
#CEFBF7
(206,251,247)
#D3FBF7
(211,251,247)
#D8FBF7
(216,251,247)
#DDFBF7
(221,251,247)
#E2FBF7
(226,251,247)
#E7FBF7
(231,251,247)
#ECFBF7
(236,251,247)
#F1FBF7
(241,251,247)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FBF7; }

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

This text font color is #C4FBF7.


Background Color

.myBgColor { background-color: #C4FBF7; }

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

This div background color is #C4FBF7.


Border color

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

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

This div border color is #C4FBF7.


Opacity

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

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

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

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

This text has shadow with #C4FBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FBF7 on black background.


Color preview on white background

This text has color #C4FBF7 on white background.



Black color preview on #C4FBF7 background

This text has black color on #C4FBF7 background.


White color preview on #C4FBF7 background

This text has white color on #C4FBF7 background.