COLOR #C4EBD4

HEX: #C4EBD4
RGB: (196,235,212)

Color info

#C4EBD4 contains red, green and blue colors in about the same proportion. Web safe color of #C4EBD4 is #CCFFCC (or #CFC).

RGB color model

#C4EBD4 color RGB value is (196,235,212).

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

RGB channels and saturation

R 196 of 255 = 77%
G 235 of 255 = 92%
B 212 of 255 = 83%

196
235
212

R + G + B ~ 84%. #C4EBD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 235 + 212 = 643 (100%)
R 196 of 643 ~ 30.48%
G 235 of 643 ~ 36.55%
B 212 of 643 ~ 32.97%

%30.48
%36.55
%32.97

CMYK color model

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

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 7.84%
CMYK:
(17,0,10,8)
C17M0Y10K8 
(17%,0%,10%,8%)
(0.17/0.00/0.10/0.08)	

CMYK percentages

%16.6
%0
%9.79
%7.84

Codes

Color #C4EBD4 in popluar color models

C4EBD4
RGB196235212
HSL145°49.37%84.51%
HSB/HSV145°16.60%92.16%
CMYK16.60%0.00%9.79%
7.84%

Color #C4EBD4 in popluar number systems.

HEXC4EBD4
Decimal196235212
Binary110001001110101111010100
Octal304353324

Shades and tints

Shades of #C4EBD4

#C4EBD4
(196,235,212)
#B3D6C1
(179,214,193)
#A2C1AE
(162,193,174)
#91AC9B
(145,172,155)
#809788
(128,151,136)
#6F8275
(111,130,117)
#5E6D62
(94,109,98)
#4D584F
(77,88,79)
#3C433C
(60,67,60)
#2B2E29
(43,46,41)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #C4EBD4

#C4EBD4
(196,235,212)
#C9ECD7
(201,236,215)
#CEEDDA
(206,237,218)
#D3EEDD
(211,238,221)
#D8EFE0
(216,239,224)
#DDF0E3
(221,240,227)
#E2F1E6
(226,241,230)
#E7F2E9
(231,242,233)
#ECF3EC
(236,243,236)
#F1F4EF
(241,244,239)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EBD4; }

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

This text font color is #C4EBD4.


Background Color

.myBgColor { background-color: #C4EBD4; }

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

This div background color is #C4EBD4.


Border color

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

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

This div border color is #C4EBD4.


Opacity

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

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

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

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

This text has shadow with #C4EBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EBD4 on black background.


Color preview on white background

This text has color #C4EBD4 on white background.



Black color preview on #C4EBD4 background

This text has black color on #C4EBD4 background.


White color preview on #C4EBD4 background

This text has white color on #C4EBD4 background.