COLOR #C4E3F1

HEX: #C4E3F1
RGB: (196,227,241)

Color info

#C4E3F1 contains red, green and blue colors in about the same proportion. Web safe color of #C4E3F1 is #CCCCFF (or #CCF).

RGB color model

#C4E3F1 color RGB value is (196,227,241).

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

RGB channels and saturation

R 196 of 255 = 77%
G 227 of 255 = 89%
B 241 of 255 = 95%

196
227
241

R + G + B ~ 87%. #C4E3F1 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 227 + 241 = 664 (100%)
R 196 of 664 ~ 29.52%
G 227 of 664 ~ 34.19%
B 241 of 664 ~ 36.3%

%29.52
%34.19
%36.3

CMYK color model

#C4E3F1 color CMYK value is (19,6,0,5).

  • cyan value is 18.67%
  • magenta value is 5.81%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(19,6,0,5)
C19M6Y0K5 
(19%,6%,0%,5%)
(0.19/0.06/0.00/0.05)	

CMYK percentages

%18.67
%5.81
%0
%5.49

Codes

Color #C4E3F1 in popluar color models

C4E3F1
RGB196227241
HSL199°61.64%85.69%
HSB/HSV199°18.67%94.51%
CMYK18.67%5.81%0.00%
5.49%

Color #C4E3F1 in popluar number systems.

HEXC4E3F1
Decimal196227241
Binary110001001110001111110001
Octal304343361

Shades and tints

Shades of #C4E3F1

#C4E3F1
(196,227,241)
#B3CFDC
(179,207,220)
#A2BBC7
(162,187,199)
#91A7B2
(145,167,178)
#80939D
(128,147,157)
#6F7F88
(111,127,136)
#5E6B73
(94,107,115)
#4D575E
(77,87,94)
#3C4349
(60,67,73)
#2B2F34
(43,47,52)
#1A1B1F
(26,27,31)
#000000
(0,0,0)

Tints of #C4E3F1

#C4E3F1
(196,227,241)
#C9E5F2
(201,229,242)
#CEE7F3
(206,231,243)
#D3E9F4
(211,233,244)
#D8EBF5
(216,235,245)
#DDEDF6
(221,237,246)
#E2EFF7
(226,239,247)
#E7F1F8
(231,241,248)
#ECF3F9
(236,243,249)
#F1F5FA
(241,245,250)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E3F1; }

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

This text font color is #C4E3F1.


Background Color

.myBgColor { background-color: #C4E3F1; }

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

This div background color is #C4E3F1.


Border color

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

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

This div border color is #C4E3F1.


Opacity

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

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

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

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

This text has shadow with #C4E3F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E3F1 on black background.


Color preview on white background

This text has color #C4E3F1 on white background.



Black color preview on #C4E3F1 background

This text has black color on #C4E3F1 background.


White color preview on #C4E3F1 background

This text has white color on #C4E3F1 background.