COLOR #C4ECC1

HEX: #C4ECC1 RGB: (196,236,193)

Color info

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

RGB color model

#C4ECC1 color RGB value is (196,236,193).

RGB: (196,236,193) (77%, 93%, 76%)

RGB channels and saturation

R 196 of 255 = 77%
G 236 of 255 = 93%
B 193 of 255 = 76%

196
236
193

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

Portions of RGB colors in percentages

R + G + B = 196 + 236 + 193 = 625 (100%)
R 196 of 625 ~ 31.36%
G 236 of 625 ~ 37.76%
B 193 of 625 ~ 30.88'%

%31.36
%37.76
%30.88

CMYK color model

#C4ECC1 color CMYK value is (17,0,18,7).

  • cyan value is 16.95%
  • magenta value is 0.00%
  • yellow value is 18.22%
  • key color value is 7.45%

CMYK: (17,0,18,7)
C17M0Y18K7 (17%, 0%, 18%, 7%)
(0.17 / 0.00 / 0.18 / 0.07)

CMYK percentages

%16.95
%0
%18.22
%7.45

Codes

Color #C4ECC1 in popluar color models

C4 EC C1
RGB 196 236 193
HSL 116° 53.09% 84.12%
HSB/HSV 116° 18.22% 92.55%
CMYK 16.95% 0.00% 18.22%
7.45%

Color #C4ECC1 in popluar number systems.

HEX C4 EC C1
Decimal 196 236 193
Binary 11000100 11101100 11000001
Octal 304 354 301

Shades and tints

Shades of #C4ECC1

#C4ECC1
(196,236,193)
#B3D7B0
(179,215,176)
#A2C29F
(162,194,159)
#91AD8E
(145,173,142)
#80987D
(128,152,125)
#6F836C
(111,131,108)
#5E6E5B
(94,110,91)
#4D594A
(77,89,74)
#3C4439
(60,68,57)
#2B2F28
(43,47,40)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #C4ECC1

#C4ECC1
(196,236,193)
#C9EDC6
(201,237,198)
#CEEECB
(206,238,203)
#D3EFD0
(211,239,208)
#D8F0D5
(216,240,213)
#DDF1DA
(221,241,218)
#E2F2DF
(226,242,223)
#E7F3E4
(231,243,228)
#ECF4E9
(236,244,233)
#F1F5EE
(241,245,238)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ECC1; }

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

This text font color is #C4ECC1.

Background Color

.myBgColor { background-color: #C4ECC1; }

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

This div background color is #C4ECC1.

Border color

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

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

This div border color is #C4ECC1.

Opacity

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

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

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

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

This text has shadow with #C4ECC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ECC1.

Preview

Color preview on black background

This text has color #C4ECC1 on black background.


Color preview on white background

This text has color #C4ECC1 on white background.


Black color preview on #C4ECC1 background

This text has black color on #C4ECC1 background.


White color preview on #C4ECC1 background

This text has white color on #C4ECC1 background.


Related colors

Complementary color

Complementary color for #hex is #3B133E.


I love getcolorcode.com

Triadic colors

1 #C1C4EC and #ECC1C4 with #C4ECC1 are triadic colors.

2 #C1ECC4 and #ECC4C1 with #C4ECC1 are triadic colors.