COLOR #C4EFEF

HEX: #C4EFEF RGB: (196,239,239)

Color info

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

RGB color model

#C4EFEF color RGB value is (196,239,239).

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

RGB channels and saturation

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

196
239
239

R + G + B ~ 88%. #C4EFEF is light color.

Portions of RGB colors in percentages

R + G + B = 196 + 239 + 239 = 674 (100%)
R 196 of 674 ~ 29.08%
G 239 of 674 ~ 35.46%
B 239 of 674 ~ 35.46'%

%29.08
%35.46
%35.46

CMYK color model

#C4EFEF color CMYK value is (18,0,0,6).

  • cyan value is 17.99%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (18,0,0,6)
C18M0Y0K6 (18%, 0%, 0%, 6%)
(0.18 / 0.00 / 0.00 / 0.06)

CMYK percentages

%17.99
%0
%0
%6.27

Codes

Color #C4EFEF in popluar color models

C4 EF EF
RGB 196 239 239
HSL 180° 57.33% 85.29%
HSB/HSV 180° 17.99% 93.73%
CMYK 17.99% 0.00% 0.00%
6.27%

Color #C4EFEF in popluar number systems.

HEX C4 EF EF
Decimal 196 239 239
Binary 11000100 11101111 11101111
Octal 304 357 357

Shades and tints

Shades of #C4EFEF

#C4EFEF
(196,239,239)
#B3DADA
(179,218,218)
#A2C5C5
(162,197,197)
#91B0B0
(145,176,176)
#809B9B
(128,155,155)
#6F8686
(111,134,134)
#5E7171
(94,113,113)
#4D5C5C
(77,92,92)
#3C4747
(60,71,71)
#2B3232
(43,50,50)
#1A1D1D
(26,29,29)
#000000
(0,0,0)

Tints of #C4EFEF

#C4EFEF
(196,239,239)
#C9F0F0
(201,240,240)
#CEF1F1
(206,241,241)
#D3F2F2
(211,242,242)
#D8F3F3
(216,243,243)
#DDF4F4
(221,244,244)
#E2F5F5
(226,245,245)
#E7F6F6
(231,246,246)
#ECF7F7
(236,247,247)
#F1F8F8
(241,248,248)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EFEF; }

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

This text font color is #C4EFEF.

Background Color

.myBgColor { background-color: #C4EFEF; }

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

This div background color is #C4EFEF.

Border color

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

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

This div border color is #C4EFEF.

Opacity

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

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

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

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

This text has shadow with #C4EFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4EFEF.

Preview

Color preview on black background

This text has color #C4EFEF on black background.


Color preview on white background

This text has color #C4EFEF on white background.


Black color preview on #C4EFEF background

This text has black color on #C4EFEF background.


White color preview on #C4EFEF background

This text has white color on #C4EFEF background.


Related colors

Complementary color

Complementary color for #hex is #3B1010.


I love getcolorcode.com