COLOR #C4EBEA

HEX: #C4EBEA
RGB: (196,235,234)

Color info

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

RGB color model

#C4EBEA color RGB value is (196,235,234).

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

RGB channels and saturation

R 196 of 255 = 77%
G 235 of 255 = 92%
B 234 of 255 = 92%

196
235
234

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

Portions of RGB colors in percentages

R + G + B =
196 + 235 + 234 = 665 (100%)
R 196 of 665 ~ 29.47%
G 235 of 665 ~ 35.34%
B 234 of 665 ~ 35.19%

%29.47
%35.34
%35.19

CMYK color model

#C4EBEA color CMYK value is (17,0,0,8).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(17,0,0,8)
C17M0Y0K8 
(17%,0%,0%,8%)
(0.17/0.00/0.00/0.08)	

CMYK percentages

%16.6
%0
%0.43
%7.84

Codes

Color #C4EBEA in popluar color models

C4EBEA
RGB196235234
HSL178°49.37%84.51%
HSB/HSV178°16.60%92.16%
CMYK16.60%0.00%0.43%
7.84%

Color #C4EBEA in popluar number systems.

HEXC4EBEA
Decimal196235234
Binary110001001110101111101010
Octal304353352

Shades and tints

Shades of #C4EBEA

#C4EBEA
(196,235,234)
#B3D6D5
(179,214,213)
#A2C1C0
(162,193,192)
#91ACAB
(145,172,171)
#809796
(128,151,150)
#6F8281
(111,130,129)
#5E6D6C
(94,109,108)
#4D5857
(77,88,87)
#3C4342
(60,67,66)
#2B2E2D
(43,46,45)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #C4EBEA

#C4EBEA
(196,235,234)
#C9ECEB
(201,236,235)
#CEEDEC
(206,237,236)
#D3EEED
(211,238,237)
#D8EFEE
(216,239,238)
#DDF0EF
(221,240,239)
#E2F1F0
(226,241,240)
#E7F2F1
(231,242,241)
#ECF3F2
(236,243,242)
#F1F4F3
(241,244,243)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EBEA; }

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

This text font color is #C4EBEA.


Background Color

.myBgColor { background-color: #C4EBEA; }

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

This div background color is #C4EBEA.


Border color

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

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

This div border color is #C4EBEA.


Opacity

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

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

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

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

This text has shadow with #C4EBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EBEA on black background.


Color preview on white background

This text has color #C4EBEA on white background.



Black color preview on #C4EBEA background

This text has black color on #C4EBEA background.


White color preview on #C4EBEA background

This text has white color on #C4EBEA background.