COLOR #C4ECFB

HEX: #C4ECFB RGB: (196,236,251)

Color info

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

RGB color model

#C4ECFB color RGB value is (196,236,251).

RGB: (196,236,251) (77%, 93%, 98%)

RGB channels and saturation

R 196 of 255 = 77%
G 236 of 255 = 93%
B 251 of 255 = 98%

196
236
251

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

Portions of RGB colors in percentages

R + G + B = 196 + 236 + 251 = 683 (100%)
R 196 of 683 ~ 28.7%
G 236 of 683 ~ 34.55%
B 251 of 683 ~ 36.75'%

%28.7
%34.55
%36.75

CMYK color model

#C4ECFB color CMYK value is (22,6,0,2).

  • cyan value is 21.91%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (22,6,0,2)
C22M6Y0K2 (22%, 6%, 0%, 2%)
(0.22 / 0.06 / 0.00 / 0.02)

CMYK percentages

%21.91
%5.98
%0
%1.57

Codes

Color #C4ECFB in popluar color models

C4 EC FB
RGB 196 236 251
HSL 196° 87.30% 87.65%
HSB/HSV 196° 21.91% 98.43%
CMYK 21.91% 5.98% 0.00%
1.57%

Color #C4ECFB in popluar number systems.

HEX C4 EC FB
Decimal 196 236 251
Binary 11000100 11101100 11111011
Octal 304 354 373

Shades and tints

Shades of #C4ECFB

#C4ECFB
(196,236,251)
#B3D7E5
(179,215,229)
#A2C2CF
(162,194,207)
#91ADB9
(145,173,185)
#8098A3
(128,152,163)
#6F838D
(111,131,141)
#5E6E77
(94,110,119)
#4D5961
(77,89,97)
#3C444B
(60,68,75)
#2B2F35
(43,47,53)
#1A1A1F
(26,26,31)
#000000
(0,0,0)

Tints of #C4ECFB

#C4ECFB
(196,236,251)
#C9EDFB
(201,237,251)
#CEEEFB
(206,238,251)
#D3EFFB
(211,239,251)
#D8F0FB
(216,240,251)
#DDF1FB
(221,241,251)
#E2F2FB
(226,242,251)
#E7F3FB
(231,243,251)
#ECF4FB
(236,244,251)
#F1F5FB
(241,245,251)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ECFB; }

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

This text font color is #C4ECFB.

Background Color

.myBgColor { background-color: #C4ECFB; }

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

This div background color is #C4ECFB.

Border color

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

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

This div border color is #C4ECFB.

Opacity

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

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

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

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

This text has shadow with #C4ECFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ECFB.

Preview

Color preview on black background

This text has color #C4ECFB on black background.


Color preview on white background

This text has color #C4ECFB on white background.


Black color preview on #C4ECFB background

This text has black color on #C4ECFB background.


White color preview on #C4ECFB background

This text has white color on #C4ECFB background.


Related colors

Complementary color

Complementary color for #hex is #3B1304.


I love getcolorcode.com

Triadic colors

1 #FBC4EC and #ECFBC4 with #C4ECFB are triadic colors.

2 #FBECC4 and #ECC4FB with #C4ECFB are triadic colors.