COLOR #C4E7EF

HEX: #C4E7EF RGB: (196,231,239)

Color info

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

RGB color model

#C4E7EF color RGB value is (196,231,239).

RGB: (196,231,239) (77%, 91%, 94%)

RGB channels and saturation

R 196 of 255 = 77%
G 231 of 255 = 91%
B 239 of 255 = 94%

196
231
239

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

Portions of RGB colors in percentages

R + G + B = 196 + 231 + 239 = 666 (100%)
R 196 of 666 ~ 29.43%
G 231 of 666 ~ 34.68%
B 239 of 666 ~ 35.89'%

%29.43
%34.68
%35.89

CMYK color model

#C4E7EF color CMYK value is (18,3,0,6).

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

CMYK: (18,3,0,6)
C18M3Y0K6 (18%, 3%, 0%, 6%)
(0.18 / 0.03 / 0.00 / 0.06)

CMYK percentages

%17.99
%3.35
%0
%6.27

Codes

Color #C4E7EF in popluar color models

C4 E7 EF
RGB 196 231 239
HSL 191° 57.33% 85.29%
HSB/HSV 191° 17.99% 93.73%
CMYK 17.99% 3.35% 0.00%
6.27%

Color #C4E7EF in popluar number systems.

HEX C4 E7 EF
Decimal 196 231 239
Binary 11000100 11100111 11101111
Octal 304 347 357

Shades and tints

Shades of #C4E7EF

#C4E7EF
(196,231,239)
#B3D2DA
(179,210,218)
#A2BDC5
(162,189,197)
#91A8B0
(145,168,176)
#80939B
(128,147,155)
#6F7E86
(111,126,134)
#5E6971
(94,105,113)
#4D545C
(77,84,92)
#3C3F47
(60,63,71)
#2B2A32
(43,42,50)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #C4E7EF

#C4E7EF
(196,231,239)
#C9E9F0
(201,233,240)
#CEEBF1
(206,235,241)
#D3EDF2
(211,237,242)
#D8EFF3
(216,239,243)
#DDF1F4
(221,241,244)
#E2F3F5
(226,243,245)
#E7F5F6
(231,245,246)
#ECF7F7
(236,247,247)
#F1F9F8
(241,249,248)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E7EF; }

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

This text font color is #C4E7EF.

Background Color

.myBgColor { background-color: #C4E7EF; }

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

This div background color is #C4E7EF.

Border color

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

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

This div border color is #C4E7EF.

Opacity

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

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

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

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

This text has shadow with #C4E7EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4E7EF.

Preview

Color preview on black background

This text has color #C4E7EF on black background.


Color preview on white background

This text has color #C4E7EF on white background.


Black color preview on #C4E7EF background

This text has black color on #C4E7EF background.


White color preview on #C4E7EF background

This text has white color on #C4E7EF background.


Related colors

Complementary color

Complementary color for #hex is #3B1810.


I love getcolorcode.com

Triadic colors

1 #EFC4E7 and #E7EFC4 with #C4E7EF are triadic colors.

2 #EFE7C4 and #E7C4EF with #C4E7EF are triadic colors.