COLOR #C4EBC1

HEX: #C4EBC1
RGB: (196,235,193)

Color info

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

RGB color model

#C4EBC1 color RGB value is (196,235,193).

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

RGB channels and saturation

R 196 of 255 = 77%
G 235 of 255 = 92%
B 193 of 255 = 76%

196
235
193

R + G + B ~ 82%. #C4EBC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 235 + 193 = 624 (100%)
R 196 of 624 ~ 31.41%
G 235 of 624 ~ 37.66%
B 193 of 624 ~ 30.93%

%31.41
%37.66
%30.93

CMYK color model

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

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 17.87%
  • key color value is 7.84%
CMYK:
(17,0,18,8)
C17M0Y18K8 
(17%,0%,18%,8%)
(0.17/0.00/0.18/0.08)	

CMYK percentages

%16.6
%0
%17.87
%7.84

Codes

Color #C4EBC1 in popluar color models

C4EBC1
RGB196235193
HSL116°51.22%83.92%
HSB/HSV116°17.87%92.16%
CMYK16.60%0.00%17.87%
7.84%

Color #C4EBC1 in popluar number systems.

HEXC4EBC1
Decimal196235193
Binary110001001110101111000001
Octal304353301

Shades and tints

Shades of #C4EBC1

#C4EBC1
(196,235,193)
#B3D6B0
(179,214,176)
#A2C19F
(162,193,159)
#91AC8E
(145,172,142)
#80977D
(128,151,125)
#6F826C
(111,130,108)
#5E6D5B
(94,109,91)
#4D584A
(77,88,74)
#3C4339
(60,67,57)
#2B2E28
(43,46,40)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #C4EBC1

#C4EBC1
(196,235,193)
#C9ECC6
(201,236,198)
#CEEDCB
(206,237,203)
#D3EED0
(211,238,208)
#D8EFD5
(216,239,213)
#DDF0DA
(221,240,218)
#E2F1DF
(226,241,223)
#E7F2E4
(231,242,228)
#ECF3E9
(236,243,233)
#F1F4EE
(241,244,238)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EBC1; }

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

This text font color is #C4EBC1.


Background Color

.myBgColor { background-color: #C4EBC1; }

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

This div background color is #C4EBC1.


Border color

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

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

This div border color is #C4EBC1.


Opacity

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

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

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

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

This text has shadow with #C4EBC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EBC1 on black background.


Color preview on white background

This text has color #C4EBC1 on white background.



Black color preview on #C4EBC1 background

This text has black color on #C4EBC1 background.


White color preview on #C4EBC1 background

This text has white color on #C4EBC1 background.