COLOR #C4E6CF

HEX: #C4E6CF RGB: (196,230,207)

Color info

#C4E6CF contains red, green and blue colors in about the same proportion. Web safe color of #C4E6CF is #CCCCCC (or #CCC).

RGB color model

#C4E6CF color RGB value is (196,230,207).

RGB: (196,230,207) (77%, 90%, 81%)

RGB channels and saturation

R 196 of 255 = 77%
G 230 of 255 = 90%
B 207 of 255 = 81%

196
230
207

R + G + B ~ 83%. #C4E6CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 230 + 207 = 633 (100%)
R 196 of 633 ~ 30.96%
G 230 of 633 ~ 36.33%
B 207 of 633 ~ 32.7'%

%30.96
%36.33
%32.7

CMYK color model

#C4E6CF color CMYK value is (15,0,10,10).

  • cyan value is 14.78%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 9.80%
CMYK: (15,0,10,10) C15M0Y10K10 (15%,0%,10%,10%) (0.15/0.00/0.10/0.10) 

CMYK percentages

%14.78
%0
%10
%9.8

Codes

Color #C4E6CF in popluar color models

C4 E6 CF
RGB 196 230 207
HSL 139° 40.48% 83.53%
HSB/HSV 139° 14.78% 90.20%
CMYK 14.78% 0.00% 10.00%
9.80%

Color #C4E6CF in popluar number systems.

HEX C4 E6 CF
Decimal 196 230 207
Binary 11000100 11100110 11001111
Octal 304 346 317

Shades and tints

Shades of #C4E6CF

#C4E6CF
(196,230,207)
#B3D2BD
(179,210,189)
#A2BEAB
(162,190,171)
#91AA99
(145,170,153)
#809687
(128,150,135)
#6F8275
(111,130,117)
#5E6E63
(94,110,99)
#4D5A51
(77,90,81)
#3C463F
(60,70,63)
#2B322D
(43,50,45)
#1A1E1B
(26,30,27)
#000000
(0,0,0)

Tints of #C4E6CF

#C4E6CF
(196,230,207)
#C9E8D3
(201,232,211)
#CEEAD7
(206,234,215)
#D3ECDB
(211,236,219)
#D8EEDF
(216,238,223)
#DDF0E3
(221,240,227)
#E2F2E7
(226,242,231)
#E7F4EB
(231,244,235)
#ECF6EF
(236,246,239)
#F1F8F3
(241,248,243)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E6CF color. Also use rgb(196,230,207) instead hex code.

Text Font Color

.myTextColor { color: #C4E6CF; }

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

This text font color is #C4E6CF.

Background Color

.myBgColor { background-color: #C4E6CF; }

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

This div background color is #C4E6CF.

Border color

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

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

This div border color is #C4E6CF.

Opacity

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

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

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

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

This text has shadow with #C4E6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4E6CF.

Preview

Color preview on black background

This text has color #C4E6CF on black background.


Color preview on white background

This text has color #C4E6CF on white background.


Black color preview on #C4E6CF background

This text has black color on #C4E6CF background.


White color preview on #C4E6CF background

This text has white color on #C4E6CF background.


Related colors

Complementary color

Complementary color for #hex is #3B1930.


I love getcolorcode.com

Triadic colors

1 #CFC4E6 and #E6CFC4 with #C4E6CF are triadic colors.

2 #CFE6C4 and #E6C4CF with #C4E6CF are triadic colors.