COLOR #C4EAD1

HEX: #C4EAD1
RGB: (196,234,209)

Color info

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

RGB color model

#C4EAD1 color RGB value is (196,234,209).

  • red value is 196;
  • green value is 234;
  • blue value is 209.
RGB:
(196,234,209)
(77%,92%,82%)

RGB channels and saturation

R 196 of 255 = 77%
G 234 of 255 = 92%
B 209 of 255 = 82%

196
234
209

R + G + B ~ 84%. #C4EAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 234 + 209 = 639 (100%)
R 196 of 639 ~ 30.67%
G 234 of 639 ~ 36.62%
B 209 of 639 ~ 32.71%

%30.67
%36.62
%32.71

CMYK color model

#C4EAD1 color CMYK value is (16,0,11,8).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 8.24%
CMYK:
(16,0,11,8)
C16M0Y11K8 
(16%,0%,11%,8%)
(0.16/0.00/0.11/0.08)	

CMYK percentages

%16.24
%0
%10.68
%8.24

Codes

Color #C4EAD1 in popluar color models

C4EAD1
RGB196234209
HSL141°47.50%84.31%
HSB/HSV141°16.24%91.76%
CMYK16.24%0.00%10.68%
8.24%

Color #C4EAD1 in popluar number systems.

HEXC4EAD1
Decimal196234209
Binary110001001110101011010001
Octal304352321

Shades and tints

Shades of #C4EAD1

#C4EAD1
(196,234,209)
#B3D5BE
(179,213,190)
#A2C0AB
(162,192,171)
#91AB98
(145,171,152)
#809685
(128,150,133)
#6F8172
(111,129,114)
#5E6C5F
(94,108,95)
#4D574C
(77,87,76)
#3C4239
(60,66,57)
#2B2D26
(43,45,38)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #C4EAD1

#C4EAD1
(196,234,209)
#C9EBD5
(201,235,213)
#CEECD9
(206,236,217)
#D3EDDD
(211,237,221)
#D8EEE1
(216,238,225)
#DDEFE5
(221,239,229)
#E2F0E9
(226,240,233)
#E7F1ED
(231,241,237)
#ECF2F1
(236,242,241)
#F1F3F5
(241,243,245)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EAD1 color. Also use rgb(196,234,209) instead hex code.

Text Font Color

.myTextColor { color: #C4EAD1; }

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

This text font color is #C4EAD1.


Background Color

.myBgColor { background-color: #C4EAD1; }

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

This div background color is #C4EAD1.


Border color

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

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

This div border color is #C4EAD1.


Opacity

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

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

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

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

This text has shadow with #C4EAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EAD1 on black background.


Color preview on white background

This text has color #C4EAD1 on white background.



Black color preview on #C4EAD1 background

This text has black color on #C4EAD1 background.


White color preview on #C4EAD1 background

This text has white color on #C4EAD1 background.