COLOR #C4E8CD

HEX: #C4E8CD RGB: (196,232,205)

Color info

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

RGB color model

#C4E8CD color RGB value is (196,232,205).

RGB: (196,232,205) (77%, 91%, 80%)

RGB channels and saturation

R 196 of 255 = 77%
G 232 of 255 = 91%
B 205 of 255 = 80%

196
232
205

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

Portions of RGB colors in percentages

R + G + B = 196 + 232 + 205 = 633 (100%)
R 196 of 633 ~ 30.96%
G 232 of 633 ~ 36.65%
B 205 of 633 ~ 32.39'%

%30.96
%36.65
%32.39

CMYK color model

#C4E8CD color CMYK value is (16,0,12,9).

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

CMYK: (16,0,12,9)
C16M0Y12K9 (16%, 0%, 12%, 9%)
(0.16 / 0.00 / 0.12 / 0.09)

CMYK percentages

%15.52
%0
%11.64
%9.02

Codes

Color #C4E8CD in popluar color models

C4 E8 CD
RGB 196 232 205
HSL 135° 43.90% 83.92%
HSB/HSV 135° 15.52% 90.98%
CMYK 15.52% 0.00% 11.64%
9.02%

Color #C4E8CD in popluar number systems.

HEX C4 E8 CD
Decimal 196 232 205
Binary 11000100 11101000 11001101
Octal 304 350 315

Shades and tints

Shades of #C4E8CD

#C4E8CD
(196,232,205)
#B3D3BB
(179,211,187)
#A2BEA9
(162,190,169)
#91A997
(145,169,151)
#809485
(128,148,133)
#6F7F73
(111,127,115)
#5E6A61
(94,106,97)
#4D554F
(77,85,79)
#3C403D
(60,64,61)
#2B2B2B
(43,43,43)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #C4E8CD

#C4E8CD
(196,232,205)
#C9EAD1
(201,234,209)
#CEECD5
(206,236,213)
#D3EED9
(211,238,217)
#D8F0DD
(216,240,221)
#DDF2E1
(221,242,225)
#E2F4E5
(226,244,229)
#E7F6E9
(231,246,233)
#ECF8ED
(236,248,237)
#F1FAF1
(241,250,241)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E8CD; }

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

This text font color is #C4E8CD.

Background Color

.myBgColor { background-color: #C4E8CD; }

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

This div background color is #C4E8CD.

Border color

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

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

This div border color is #C4E8CD.

Opacity

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

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

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

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

This text has shadow with #C4E8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4E8CD.

Preview

Color preview on black background

This text has color #C4E8CD on black background.


Color preview on white background

This text has color #C4E8CD on white background.


Black color preview on #C4E8CD background

This text has black color on #C4E8CD background.


White color preview on #C4E8CD background

This text has white color on #C4E8CD background.


Related colors

Complementary color

Complementary color for #hex is #3B1732.


I love getcolorcode.com

Triadic colors

1 #CDC4E8 and #E8CDC4 with #C4E8CD are triadic colors.

2 #CDE8C4 and #E8C4CD with #C4E8CD are triadic colors.