COLOR #C4EFF1

HEX: #C4EFF1
RGB: (196,239,241)

Color info

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

RGB color model

#C4EFF1 color RGB value is (196,239,241).

  • red value is 196;
  • green value is 239;
  • blue value is 241.
RGB:
(196,239,241)
(77%,94%,95%)

RGB channels and saturation

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

196
239
241

R + G + B ~ 89%. #C4EFF1 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 239 + 241 = 676 (100%)
R 196 of 676 ~ 28.99%
G 239 of 676 ~ 35.36%
B 241 of 676 ~ 35.65%

%28.99
%35.36
%35.65

CMYK color model

#C4EFF1 color CMYK value is (19,1,0,5).

  • cyan value is 18.67%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(19,1,0,5)
C19M1Y0K5 
(19%,1%,0%,5%)
(0.19/0.01/0.00/0.05)	

CMYK percentages

%18.67
%0.83
%0
%5.49

Codes

Color #C4EFF1 in popluar color models

C4EFF1
RGB196239241
HSL183°61.64%85.69%
HSB/HSV183°18.67%94.51%
CMYK18.67%0.83%0.00%
5.49%

Color #C4EFF1 in popluar number systems.

HEXC4EFF1
Decimal196239241
Binary110001001110111111110001
Octal304357361

Shades and tints

Shades of #C4EFF1

#C4EFF1
(196,239,241)
#B3DADC
(179,218,220)
#A2C5C7
(162,197,199)
#91B0B2
(145,176,178)
#809B9D
(128,155,157)
#6F8688
(111,134,136)
#5E7173
(94,113,115)
#4D5C5E
(77,92,94)
#3C4749
(60,71,73)
#2B3234
(43,50,52)
#1A1D1F
(26,29,31)
#000000
(0,0,0)

Tints of #C4EFF1

#C4EFF1
(196,239,241)
#C9F0F2
(201,240,242)
#CEF1F3
(206,241,243)
#D3F2F4
(211,242,244)
#D8F3F5
(216,243,245)
#DDF4F6
(221,244,246)
#E2F5F7
(226,245,247)
#E7F6F8
(231,246,248)
#ECF7F9
(236,247,249)
#F1F8FA
(241,248,250)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EFF1; }

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

This text font color is #C4EFF1.


Background Color

.myBgColor { background-color: #C4EFF1; }

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

This div background color is #C4EFF1.


Border color

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

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

This div border color is #C4EFF1.


Opacity

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

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

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

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

This text has shadow with #C4EFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EFF1 on black background.


Color preview on white background

This text has color #C4EFF1 on white background.



Black color preview on #C4EFF1 background

This text has black color on #C4EFF1 background.


White color preview on #C4EFF1 background

This text has white color on #C4EFF1 background.