COLOR #C4FCEF

HEX: #C4FCEF RGB: (196,252,239)

Color info

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

RGB color model

#C4FCEF color RGB value is (196,252,239).

RGB: (196,252,239) (77%, 99%, 94%)

RGB channels and saturation

R 196 of 255 = 77%
G 252 of 255 = 99%
B 239 of 255 = 94%

196
252
239

R + G + B ~ 90%. #C4FCEF is light color.

Portions of RGB colors in percentages

R + G + B = 196 + 252 + 239 = 687 (100%)
R 196 of 687 ~ 28.53%
G 252 of 687 ~ 36.68%
B 239 of 687 ~ 34.79'%

%28.53
%36.68
%34.79

CMYK color model

#C4FCEF color CMYK value is (22,0,5,1).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 1.18%

CMYK: (22,0,5,1)
C22M0Y5K1 (22%, 0%, 5%, 1%)
(0.22 / 0.00 / 0.05 / 0.01)

CMYK percentages

%22.22
%0
%5.16
%1.18

Codes

Color #C4FCEF in popluar color models

C4 FC EF
RGB 196 252 239
HSL 166° 90.32% 87.84%
HSB/HSV 166° 22.22% 98.82%
CMYK 22.22% 0.00% 5.16%
1.18%

Color #C4FCEF in popluar number systems.

HEX C4 FC EF
Decimal 196 252 239
Binary 11000100 11111100 11101111
Octal 304 374 357

Shades and tints

Shades of #C4FCEF

#C4FCEF
(196,252,239)
#B3E6DA
(179,230,218)
#A2D0C5
(162,208,197)
#91BAB0
(145,186,176)
#80A49B
(128,164,155)
#6F8E86
(111,142,134)
#5E7871
(94,120,113)
#4D625C
(77,98,92)
#3C4C47
(60,76,71)
#2B3632
(43,54,50)
#1A201D
(26,32,29)
#000000
(0,0,0)

Tints of #C4FCEF

#C4FCEF
(196,252,239)
#C9FCF0
(201,252,240)
#CEFCF1
(206,252,241)
#D3FCF2
(211,252,242)
#D8FCF3
(216,252,243)
#DDFCF4
(221,252,244)
#E2FCF5
(226,252,245)
#E7FCF6
(231,252,246)
#ECFCF7
(236,252,247)
#F1FCF8
(241,252,248)
#F6FCF9
(246,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4FCEF color. Also use rgb(196,252,239) instead hex code.

Text Font Color

.myTextColor { color: #C4FCEF; }

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

This text font color is #C4FCEF.

Background Color

.myBgColor { background-color: #C4FCEF; }

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

This div background color is #C4FCEF.

Border color

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

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

This div border color is #C4FCEF.

Opacity

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

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

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

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

This text has shadow with #C4FCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4FCEF.

Preview

Color preview on black background

This text has color #C4FCEF on black background.


Color preview on white background

This text has color #C4FCEF on white background.


Black color preview on #C4FCEF background

This text has black color on #C4FCEF background.


White color preview on #C4FCEF background

This text has white color on #C4FCEF background.


Related colors

Complementary color

Complementary color for #hex is #3B0310.


I love getcolorcode.com

Triadic colors

1 #EFC4FC and #FCEFC4 with #C4FCEF are triadic colors.

2 #EFFCC4 and #FCC4EF with #C4FCEF are triadic colors.