COLOR #C4E2FC

HEX: #C4E2FC RGB: (196,226,252)

Color info

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

RGB color model

#C4E2FC color RGB value is (196,226,252).

RGB: (196,226,252) (77%, 89%, 99%)

RGB channels and saturation

R 196 of 255 = 77%
G 226 of 255 = 89%
B 252 of 255 = 99%

196
226
252

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

Portions of RGB colors in percentages

R + G + B = 196 + 226 + 252 = 674 (100%)
R 196 of 674 ~ 29.08%
G 226 of 674 ~ 33.53%
B 252 of 674 ~ 37.39'%

%29.08
%33.53
%37.39

CMYK color model

#C4E2FC color CMYK value is (22,10,0,1).

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

CMYK: (22,10,0,1)
C22M10Y0K1 (22%, 10%, 0%, 1%)
(0.22 / 0.10 / 0.00 / 0.01)

CMYK percentages

%22.22
%10.32
%0
%1.18

Codes

Color #C4E2FC in popluar color models

C4 E2 FC
RGB 196 226 252
HSL 208° 90.32% 87.84%
HSB/HSV 208° 22.22% 98.82%
CMYK 22.22% 10.32% 0.00%
1.18%

Color #C4E2FC in popluar number systems.

HEX C4 E2 FC
Decimal 196 226 252
Binary 11000100 11100010 11111100
Octal 304 342 374

Shades and tints

Shades of #C4E2FC

#C4E2FC
(196,226,252)
#B3CEE6
(179,206,230)
#A2BAD0
(162,186,208)
#91A6BA
(145,166,186)
#8092A4
(128,146,164)
#6F7E8E
(111,126,142)
#5E6A78
(94,106,120)
#4D5662
(77,86,98)
#3C424C
(60,66,76)
#2B2E36
(43,46,54)
#1A1A20
(26,26,32)
#000000
(0,0,0)

Tints of #C4E2FC

#C4E2FC
(196,226,252)
#C9E4FC
(201,228,252)
#CEE6FC
(206,230,252)
#D3E8FC
(211,232,252)
#D8EAFC
(216,234,252)
#DDECFC
(221,236,252)
#E2EEFC
(226,238,252)
#E7F0FC
(231,240,252)
#ECF2FC
(236,242,252)
#F1F4FC
(241,244,252)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E2FC; }

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

This text font color is #C4E2FC.

Background Color

.myBgColor { background-color: #C4E2FC; }

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

This div background color is #C4E2FC.

Border color

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

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

This div border color is #C4E2FC.

Opacity

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

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

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

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

This text has shadow with #C4E2FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4E2FC.

Preview

Color preview on black background

This text has color #C4E2FC on black background.


Color preview on white background

This text has color #C4E2FC on white background.


Black color preview on #C4E2FC background

This text has black color on #C4E2FC background.


White color preview on #C4E2FC background

This text has white color on #C4E2FC background.


Related colors

Complementary color

Complementary color for #hex is #3B1D03.


I love getcolorcode.com

Triadic colors

1 #FCC4E2 and #E2FCC4 with #C4E2FC are triadic colors.

2 #FCE2C4 and #E2C4FC with #C4E2FC are triadic colors.