COLOR #C4EBF7

HEX: #C4EBF7
RGB: (196,235,247)

Color info

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

RGB color model

#C4EBF7 color RGB value is (196,235,247).

  • red value is 196;
  • green value is 235;
  • blue value is 247.
RGB:
(196,235,247)
(77%,92%,97%)

RGB channels and saturation

R 196 of 255 = 77%
G 235 of 255 = 92%
B 247 of 255 = 97%

196
235
247

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

Portions of RGB colors in percentages

R + G + B =
196 + 235 + 247 = 678 (100%)
R 196 of 678 ~ 28.91%
G 235 of 678 ~ 34.66%
B 247 of 678 ~ 36.43%

%28.91
%34.66
%36.43

CMYK color model

#C4EBF7 color CMYK value is (21,5,0,3).

  • cyan value is 20.65%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(21,5,0,3)
C21M5Y0K3 
(21%,5%,0%,3%)
(0.21/0.05/0.00/0.03)	

CMYK percentages

%20.65
%4.86
%0
%3.14

Codes

Color #C4EBF7 in popluar color models

C4EBF7
RGB196235247
HSL194°76.12%86.86%
HSB/HSV194°20.65%96.86%
CMYK20.65%4.86%0.00%
3.14%

Color #C4EBF7 in popluar number systems.

HEXC4EBF7
Decimal196235247
Binary110001001110101111110111
Octal304353367

Shades and tints

Shades of #C4EBF7

#C4EBF7
(196,235,247)
#B3D6E1
(179,214,225)
#A2C1CB
(162,193,203)
#91ACB5
(145,172,181)
#80979F
(128,151,159)
#6F8289
(111,130,137)
#5E6D73
(94,109,115)
#4D585D
(77,88,93)
#3C4347
(60,67,71)
#2B2E31
(43,46,49)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #C4EBF7

#C4EBF7
(196,235,247)
#C9ECF7
(201,236,247)
#CEEDF7
(206,237,247)
#D3EEF7
(211,238,247)
#D8EFF7
(216,239,247)
#DDF0F7
(221,240,247)
#E2F1F7
(226,241,247)
#E7F2F7
(231,242,247)
#ECF3F7
(236,243,247)
#F1F4F7
(241,244,247)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EBF7 color. Also use rgb(196,235,247) instead hex code.

Text Font Color

.myTextColor { color: #C4EBF7; }

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

This text font color is #C4EBF7.


Background Color

.myBgColor { background-color: #C4EBF7; }

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

This div background color is #C4EBF7.


Border color

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

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

This div border color is #C4EBF7.


Opacity

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

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

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

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

This text has shadow with #C4EBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EBF7 on black background.


Color preview on white background

This text has color #C4EBF7 on white background.



Black color preview on #C4EBF7 background

This text has black color on #C4EBF7 background.


White color preview on #C4EBF7 background

This text has white color on #C4EBF7 background.