COLOR #C4E8CF

HEX: #C4E8CF RGB: (196,232,207)

Color info

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

RGB color model

#C4E8CF color RGB value is (196,232,207).

RGB: (196,232,207) (77%, 91%, 81%)

RGB channels and saturation

R 196 of 255 = 77%
G 232 of 255 = 91%
B 207 of 255 = 81%

196
232
207

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

Portions of RGB colors in percentages

R + G + B = 196 + 232 + 207 = 635 (100%)
R 196 of 635 ~ 30.87%
G 232 of 635 ~ 36.54%
B 207 of 635 ~ 32.6'%

%30.87
%36.54
%32.6

CMYK color model

#C4E8CF color CMYK value is (16,0,11,9).

  • cyan value is 15.52%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 9.02%

CMYK: (16,0,11,9)
C16M0Y11K9 (16%, 0%, 11%, 9%)
(0.16 / 0.00 / 0.11 / 0.09)

CMYK percentages

%15.52
%0
%10.78
%9.02

Codes

Color #C4E8CF in popluar color models

C4 E8 CF
RGB 196 232 207
HSL 138° 43.90% 83.92%
HSB/HSV 138° 15.52% 90.98%
CMYK 15.52% 0.00% 10.78%
9.02%

Color #C4E8CF in popluar number systems.

HEX C4 E8 CF
Decimal 196 232 207
Binary 11000100 11101000 11001111
Octal 304 350 317

Shades and tints

Shades of #C4E8CF

#C4E8CF
(196,232,207)
#B3D3BD
(179,211,189)
#A2BEAB
(162,190,171)
#91A999
(145,169,153)
#809487
(128,148,135)
#6F7F75
(111,127,117)
#5E6A63
(94,106,99)
#4D5551
(77,85,81)
#3C403F
(60,64,63)
#2B2B2D
(43,43,45)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #C4E8CF

#C4E8CF
(196,232,207)
#C9EAD3
(201,234,211)
#CEECD7
(206,236,215)
#D3EEDB
(211,238,219)
#D8F0DF
(216,240,223)
#DDF2E3
(221,242,227)
#E2F4E7
(226,244,231)
#E7F6EB
(231,246,235)
#ECF8EF
(236,248,239)
#F1FAF3
(241,250,243)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E8CF; }

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

This text font color is #C4E8CF.

Background Color

.myBgColor { background-color: #C4E8CF; }

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

This div background color is #C4E8CF.

Border color

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

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

This div border color is #C4E8CF.

Opacity

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

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

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

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

This text has shadow with #C4E8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4E8CF.

Preview

Color preview on black background

This text has color #C4E8CF on black background.


Color preview on white background

This text has color #C4E8CF on white background.


Black color preview on #C4E8CF background

This text has black color on #C4E8CF background.


White color preview on #C4E8CF background

This text has white color on #C4E8CF background.


Related colors

Complementary color

Complementary color for #hex is #3B1730.


I love getcolorcode.com

Triadic colors

1 #CFC4E8 and #E8CFC4 with #C4E8CF are triadic colors.

2 #CFE8C4 and #E8C4CF with #C4E8CF are triadic colors.