COLOR #C4EBF1

HEX: #C4EBF1
RGB: (196,235,241)

Color info

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

RGB color model

#C4EBF1 color RGB value is (196,235,241).

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

RGB channels and saturation

R 196 of 255 = 77%
G 235 of 255 = 92%
B 241 of 255 = 95%

196
235
241

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

Portions of RGB colors in percentages

R + G + B =
196 + 235 + 241 = 672 (100%)
R 196 of 672 ~ 29.17%
G 235 of 672 ~ 34.97%
B 241 of 672 ~ 35.86%

%29.17
%34.97
%35.86

CMYK color model

#C4EBF1 color CMYK value is (19,2,0,5).

  • cyan value is 18.67%
  • magenta value is 2.49%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(19,2,0,5)
C19M2Y0K5 
(19%,2%,0%,5%)
(0.19/0.02/0.00/0.05)	

CMYK percentages

%18.67
%2.49
%0
%5.49

Codes

Color #C4EBF1 in popluar color models

C4EBF1
RGB196235241
HSL188°61.64%85.69%
HSB/HSV188°18.67%94.51%
CMYK18.67%2.49%0.00%
5.49%

Color #C4EBF1 in popluar number systems.

HEXC4EBF1
Decimal196235241
Binary110001001110101111110001
Octal304353361

Shades and tints

Shades of #C4EBF1

#C4EBF1
(196,235,241)
#B3D6DC
(179,214,220)
#A2C1C7
(162,193,199)
#91ACB2
(145,172,178)
#80979D
(128,151,157)
#6F8288
(111,130,136)
#5E6D73
(94,109,115)
#4D585E
(77,88,94)
#3C4349
(60,67,73)
#2B2E34
(43,46,52)
#1A191F
(26,25,31)
#000000
(0,0,0)

Tints of #C4EBF1

#C4EBF1
(196,235,241)
#C9ECF2
(201,236,242)
#CEEDF3
(206,237,243)
#D3EEF4
(211,238,244)
#D8EFF5
(216,239,245)
#DDF0F6
(221,240,246)
#E2F1F7
(226,241,247)
#E7F2F8
(231,242,248)
#ECF3F9
(236,243,249)
#F1F4FA
(241,244,250)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EBF1; }

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

This text font color is #C4EBF1.


Background Color

.myBgColor { background-color: #C4EBF1; }

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

This div background color is #C4EBF1.


Border color

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

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

This div border color is #C4EBF1.


Opacity

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

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

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

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

This text has shadow with #C4EBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EBF1 on black background.


Color preview on white background

This text has color #C4EBF1 on white background.



Black color preview on #C4EBF1 background

This text has black color on #C4EBF1 background.


White color preview on #C4EBF1 background

This text has white color on #C4EBF1 background.