COLOR #C4EAB4

HEX: #C4EAB4 RGB: (196,234,180)

Color info

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

RGB color model

#C4EAB4 color RGB value is (196,234,180).

RGB: (196,234,180) (77%, 92%, 71%)

RGB channels and saturation

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

196
234
180

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

Portions of RGB colors in percentages

R + G + B = 196 + 234 + 180 = 610 (100%)
R 196 of 610 ~ 32.13%
G 234 of 610 ~ 38.36%
B 180 of 610 ~ 29.51'%

%32.13
%38.36
%29.51

CMYK color model

#C4EAB4 color CMYK value is (16,0,23,8).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 8.24%

CMYK: (16,0,23,8)
C16M0Y23K8 (16%, 0%, 23%, 8%)
(0.16 / 0.00 / 0.23 / 0.08)

CMYK percentages

%16.24
%0
%23.08
%8.24

Codes

Color #C4EAB4 in popluar color models

C4 EA B4
RGB 196 234 180
HSL 102° 56.25% 81.18%
HSB/HSV 102° 23.08% 91.76%
CMYK 16.24% 0.00% 23.08%
8.24%

Color #C4EAB4 in popluar number systems.

HEX C4 EA B4
Decimal 196 234 180
Binary 11000100 11101010 10110100
Octal 304 352 264

Shades and tints

Shades of #C4EAB4

#C4EAB4
(196,234,180)
#B3D5A4
(179,213,164)
#A2C094
(162,192,148)
#91AB84
(145,171,132)
#809674
(128,150,116)
#6F8164
(111,129,100)
#5E6C54
(94,108,84)
#4D5744
(77,87,68)
#3C4234
(60,66,52)
#2B2D24
(43,45,36)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #C4EAB4

#C4EAB4
(196,234,180)
#C9EBBA
(201,235,186)
#CEECC0
(206,236,192)
#D3EDC6
(211,237,198)
#D8EECC
(216,238,204)
#DDEFD2
(221,239,210)
#E2F0D8
(226,240,216)
#E7F1DE
(231,241,222)
#ECF2E4
(236,242,228)
#F1F3EA
(241,243,234)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EAB4; }

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

This text font color is #C4EAB4.

Background Color

.myBgColor { background-color: #C4EAB4; }

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

This div background color is #C4EAB4.

Border color

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

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

This div border color is #C4EAB4.

Opacity

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

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

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

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

This text has shadow with #C4EAB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4EAB4.

Preview

Color preview on black background

This text has color #C4EAB4 on black background.


Color preview on white background

This text has color #C4EAB4 on white background.


Black color preview on #C4EAB4 background

This text has black color on #C4EAB4 background.


White color preview on #C4EAB4 background

This text has white color on #C4EAB4 background.


Related colors

Complementary color

Complementary color for #hex is #3B154B.


I love getcolorcode.com

Triadic colors

1 #B4C4EA and #EAB4C4 with #C4EAB4 are triadic colors.

2 #B4EAC4 and #EAC4B4 with #C4EAB4 are triadic colors.