COLOR #C4EDD1

HEX: #C4EDD1 RGB: (196,237,209)

Color info

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

RGB color model

#C4EDD1 color RGB value is (196,237,209).

RGB: (196,237,209) (77%, 93%, 82%)

RGB channels and saturation

R 196 of 255 = 77%
G 237 of 255 = 93%
B 209 of 255 = 82%

196
237
209

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

Portions of RGB colors in percentages

R + G + B = 196 + 237 + 209 = 642 (100%)
R 196 of 642 ~ 30.53%
G 237 of 642 ~ 36.92%
B 209 of 642 ~ 32.55'%

%30.53
%36.92
%32.55

CMYK color model

#C4EDD1 color CMYK value is (17,0,12,7).

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 7.06%

CMYK: (17,0,12,7)
C17M0Y12K7 (17%, 0%, 12%, 7%)
(0.17 / 0.00 / 0.12 / 0.07)

CMYK percentages

%17.3
%0
%11.81
%7.06

Codes

Color #C4EDD1 in popluar color models

C4 ED D1
RGB 196 237 209
HSL 139° 53.25% 84.90%
HSB/HSV 139° 17.30% 92.94%
CMYK 17.30% 0.00% 11.81%
7.06%

Color #C4EDD1 in popluar number systems.

HEX C4 ED D1
Decimal 196 237 209
Binary 11000100 11101101 11010001
Octal 304 355 321

Shades and tints

Shades of #C4EDD1

#C4EDD1
(196,237,209)
#B3D8BE
(179,216,190)
#A2C3AB
(162,195,171)
#91AE98
(145,174,152)
#809985
(128,153,133)
#6F8472
(111,132,114)
#5E6F5F
(94,111,95)
#4D5A4C
(77,90,76)
#3C4539
(60,69,57)
#2B3026
(43,48,38)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #C4EDD1

#C4EDD1
(196,237,209)
#C9EED5
(201,238,213)
#CEEFD9
(206,239,217)
#D3F0DD
(211,240,221)
#D8F1E1
(216,241,225)
#DDF2E5
(221,242,229)
#E2F3E9
(226,243,233)
#E7F4ED
(231,244,237)
#ECF5F1
(236,245,241)
#F1F6F5
(241,246,245)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EDD1; }

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

This text font color is #C4EDD1.

Background Color

.myBgColor { background-color: #C4EDD1; }

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

This div background color is #C4EDD1.

Border color

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

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

This div border color is #C4EDD1.

Opacity

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

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

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

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

This text has shadow with #C4EDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4EDD1.

Preview

Color preview on black background

This text has color #C4EDD1 on black background.


Color preview on white background

This text has color #C4EDD1 on white background.


Black color preview on #C4EDD1 background

This text has black color on #C4EDD1 background.


White color preview on #C4EDD1 background

This text has white color on #C4EDD1 background.


Related colors

Complementary color

Complementary color for #hex is #3B122E.


I love getcolorcode.com

Triadic colors

1 #D1C4ED and #EDD1C4 with #C4EDD1 are triadic colors.

2 #D1EDC4 and #EDC4D1 with #C4EDD1 are triadic colors.