COLOR #C4EAB6

HEX: #C4EAB6
RGB: (196,234,182)

Color info

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

RGB color model

#C4EAB6 color RGB value is (196,234,182).

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

RGB channels and saturation

R 196 of 255 = 77%
G 234 of 255 = 92%
B 182 of 255 = 71%

196
234
182

R + G + B ~ 80%. #C4EAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 234 + 182 = 612 (100%)
R 196 of 612 ~ 32.03%
G 234 of 612 ~ 38.24%
B 182 of 612 ~ 29.74%

%32.03
%38.24
%29.74

CMYK color model

#C4EAB6 color CMYK value is (16,0,22,8).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 8.24%
CMYK:
(16,0,22,8)
C16M0Y22K8 
(16%,0%,22%,8%)
(0.16/0.00/0.22/0.08)	

CMYK percentages

%16.24
%0
%22.22
%8.24

Codes

Color #C4EAB6 in popluar color models

C4EAB6
RGB196234182
HSL104°55.32%81.57%
HSB/HSV104°22.22%91.76%
CMYK16.24%0.00%22.22%
8.24%

Color #C4EAB6 in popluar number systems.

HEXC4EAB6
Decimal196234182
Binary110001001110101010110110
Octal304352266

Shades and tints

Shades of #C4EAB6

#C4EAB6
(196,234,182)
#B3D5A6
(179,213,166)
#A2C096
(162,192,150)
#91AB86
(145,171,134)
#809676
(128,150,118)
#6F8166
(111,129,102)
#5E6C56
(94,108,86)
#4D5746
(77,87,70)
#3C4236
(60,66,54)
#2B2D26
(43,45,38)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #C4EAB6

#C4EAB6
(196,234,182)
#C9EBBC
(201,235,188)
#CEECC2
(206,236,194)
#D3EDC8
(211,237,200)
#D8EECE
(216,238,206)
#DDEFD4
(221,239,212)
#E2F0DA
(226,240,218)
#E7F1E0
(231,241,224)
#ECF2E6
(236,242,230)
#F1F3EC
(241,243,236)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EAB6; }

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

This text font color is #C4EAB6.


Background Color

.myBgColor { background-color: #C4EAB6; }

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

This div background color is #C4EAB6.


Border color

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

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

This div border color is #C4EAB6.


Opacity

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

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

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

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

This text has shadow with #C4EAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EAB6 on black background.


Color preview on white background

This text has color #C4EAB6 on white background.



Black color preview on #C4EAB6 background

This text has black color on #C4EAB6 background.


White color preview on #C4EAB6 background

This text has white color on #C4EAB6 background.