COLOR #C4ECEF

HEX: #C4ECEF RGB: (196,236,239)

Color info

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

RGB color model

#C4ECEF color RGB value is (196,236,239).

RGB: (196,236,239) (77%, 93%, 94%)

RGB channels and saturation

R 196 of 255 = 77%
G 236 of 255 = 93%
B 239 of 255 = 94%

196
236
239

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

Portions of RGB colors in percentages

R + G + B = 196 + 236 + 239 = 671 (100%)
R 196 of 671 ~ 29.21%
G 236 of 671 ~ 35.17%
B 239 of 671 ~ 35.62'%

%29.21
%35.17
%35.62

CMYK color model

#C4ECEF color CMYK value is (18,1,0,6).

  • cyan value is 17.99%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (18,1,0,6)
C18M1Y0K6 (18%, 1%, 0%, 6%)
(0.18 / 0.01 / 0.00 / 0.06)

CMYK percentages

%17.99
%1.26
%0
%6.27

Codes

Color #C4ECEF in popluar color models

C4 EC EF
RGB 196 236 239
HSL 184° 57.33% 85.29%
HSB/HSV 184° 17.99% 93.73%
CMYK 17.99% 1.26% 0.00%
6.27%

Color #C4ECEF in popluar number systems.

HEX C4 EC EF
Decimal 196 236 239
Binary 11000100 11101100 11101111
Octal 304 354 357

Shades and tints

Shades of #C4ECEF

#C4ECEF
(196,236,239)
#B3D7DA
(179,215,218)
#A2C2C5
(162,194,197)
#91ADB0
(145,173,176)
#80989B
(128,152,155)
#6F8386
(111,131,134)
#5E6E71
(94,110,113)
#4D595C
(77,89,92)
#3C4447
(60,68,71)
#2B2F32
(43,47,50)
#1A1A1D
(26,26,29)
#000000
(0,0,0)

Tints of #C4ECEF

#C4ECEF
(196,236,239)
#C9EDF0
(201,237,240)
#CEEEF1
(206,238,241)
#D3EFF2
(211,239,242)
#D8F0F3
(216,240,243)
#DDF1F4
(221,241,244)
#E2F2F5
(226,242,245)
#E7F3F6
(231,243,246)
#ECF4F7
(236,244,247)
#F1F5F8
(241,245,248)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ECEF; }

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

This text font color is #C4ECEF.

Background Color

.myBgColor { background-color: #C4ECEF; }

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

This div background color is #C4ECEF.

Border color

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

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

This div border color is #C4ECEF.

Opacity

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

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

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

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

This text has shadow with #C4ECEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ECEF.

Preview

Color preview on black background

This text has color #C4ECEF on black background.


Color preview on white background

This text has color #C4ECEF on white background.


Black color preview on #C4ECEF background

This text has black color on #C4ECEF background.


White color preview on #C4ECEF background

This text has white color on #C4ECEF background.


Related colors

Complementary color

Complementary color for #hex is #3B1310.


I love getcolorcode.com

Triadic colors

1 #EFC4EC and #ECEFC4 with #C4ECEF are triadic colors.

2 #EFECC4 and #ECC4EF with #C4ECEF are triadic colors.