COLOR #C4E3FD

HEX: #C4E3FD
RGB: (196,227,253)

Color info

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

RGB color model

#C4E3FD color RGB value is (196,227,253).

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

RGB channels and saturation

R 196 of 255 = 77%
G 227 of 255 = 89%
B 253 of 255 = 99%

196
227
253

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

Portions of RGB colors in percentages

R + G + B =
196 + 227 + 253 = 676 (100%)
R 196 of 676 ~ 28.99%
G 227 of 676 ~ 33.58%
B 253 of 676 ~ 37.43%

%28.99
%33.58
%37.43

CMYK color model

#C4E3FD color CMYK value is (23,10,0,1).

  • cyan value is 22.53%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(23,10,0,1)
C23M10Y0K1 
(23%,10%,0%,1%)
(0.23/0.10/0.00/0.01)	

CMYK percentages

%22.53
%10.28
%0
%0.78

Codes

Color #C4E3FD in popluar color models

C4E3FD
RGB196227253
HSL207°93.44%88.04%
HSB/HSV207°22.53%99.22%
CMYK22.53%10.28%0.00%
0.78%

Color #C4E3FD in popluar number systems.

HEXC4E3FD
Decimal196227253
Binary110001001110001111111101
Octal304343375

Shades and tints

Shades of #C4E3FD

#C4E3FD
(196,227,253)
#B3CFE6
(179,207,230)
#A2BBCF
(162,187,207)
#91A7B8
(145,167,184)
#8093A1
(128,147,161)
#6F7F8A
(111,127,138)
#5E6B73
(94,107,115)
#4D575C
(77,87,92)
#3C4345
(60,67,69)
#2B2F2E
(43,47,46)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #C4E3FD

#C4E3FD
(196,227,253)
#C9E5FD
(201,229,253)
#CEE7FD
(206,231,253)
#D3E9FD
(211,233,253)
#D8EBFD
(216,235,253)
#DDEDFD
(221,237,253)
#E2EFFD
(226,239,253)
#E7F1FD
(231,241,253)
#ECF3FD
(236,243,253)
#F1F5FD
(241,245,253)
#F6F7FD
(246,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E3FD; }

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

This text font color is #C4E3FD.


Background Color

.myBgColor { background-color: #C4E3FD; }

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

This div background color is #C4E3FD.


Border color

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

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

This div border color is #C4E3FD.


Opacity

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

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

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

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

This text has shadow with #C4E3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E3FD on black background.


Color preview on white background

This text has color #C4E3FD on white background.



Black color preview on #C4E3FD background

This text has black color on #C4E3FD background.


White color preview on #C4E3FD background

This text has white color on #C4E3FD background.