COLOR #C4EBAA

HEX: #C4EBAA RGB: (196,235,170)

Color info

#C4EBAA contains mainly red and green colors. Web safe color of #C4EBAA is #CCFF99 (or #CF9).

RGB color model

#C4EBAA color RGB value is (196,235,170).

RGB: (196,235,170) (77%, 92%, 67%)

RGB channels and saturation

R 196 of 255 = 77%
G 235 of 255 = 92%
B 170 of 255 = 67%

196
235
170

R + G + B ~ 79%. #C4EBAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 235 + 170 = 601 (100%)
R 196 of 601 ~ 32.61%
G 235 of 601 ~ 39.1%
B 170 of 601 ~ 28.29'%

%32.61
%39.1
%28.29

CMYK color model

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

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 27.66%
  • key color value is 7.84%

CMYK: (17,0,28,8)
C17M0Y28K8 (17%, 0%, 28%, 8%)
(0.17 / 0.00 / 0.28 / 0.08)

CMYK percentages

%16.6
%0
%27.66
%7.84

Codes

Color #C4EBAA in popluar color models

C4 EB AA
RGB 196 235 170
HSL 96° 61.90% 79.41%
HSB/HSV 96° 27.66% 92.16%
CMYK 16.60% 0.00% 27.66%
7.84%

Color #C4EBAA in popluar number systems.

HEX C4 EB AA
Decimal 196 235 170
Binary 11000100 11101011 10101010
Octal 304 353 252

Shades and tints

Shades of #C4EBAA

#C4EBAA
(196,235,170)
#B3D69B
(179,214,155)
#A2C18C
(162,193,140)
#91AC7D
(145,172,125)
#80976E
(128,151,110)
#6F825F
(111,130,95)
#5E6D50
(94,109,80)
#4D5841
(77,88,65)
#3C4332
(60,67,50)
#2B2E23
(43,46,35)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #C4EBAA

#C4EBAA
(196,235,170)
#C9ECB1
(201,236,177)
#CEEDB8
(206,237,184)
#D3EEBF
(211,238,191)
#D8EFC6
(216,239,198)
#DDF0CD
(221,240,205)
#E2F1D4
(226,241,212)
#E7F2DB
(231,242,219)
#ECF3E2
(236,243,226)
#F1F4E9
(241,244,233)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EBAA; }

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

This text font color is #C4EBAA.

Background Color

.myBgColor { background-color: #C4EBAA; }

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

This div background color is #C4EBAA.

Border color

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

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

This div border color is #C4EBAA.

Opacity

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

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

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

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

This text has shadow with #C4EBAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4EBAA.

Preview

Color preview on black background

This text has color #C4EBAA on black background.


Color preview on white background

This text has color #C4EBAA on white background.


Black color preview on #C4EBAA background

This text has black color on #C4EBAA background.


White color preview on #C4EBAA background

This text has white color on #C4EBAA background.


Related colors

Complementary color

Complementary color for #hex is #3B1455.


I love getcolorcode.com

Triadic colors

1 #AAC4EB and #EBAAC4 with #C4EBAA are triadic colors.

2 #AAEBC4 and #EBC4AA with #C4EBAA are triadic colors.