COLOR #C4EADC

HEX: #C4EADC RGB: (196,234,220)

Color info

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

RGB color model

#C4EADC color RGB value is (196,234,220).

RGB: (196,234,220) (77%, 92%, 86%)

RGB channels and saturation

R 196 of 255 = 77%
G 234 of 255 = 92%
B 220 of 255 = 86%

196
234
220

R + G + B ~ 85%. #C4EADC is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 234 + 220 = 650 (100%)
R 196 of 650 ~ 30.15%
G 234 of 650 ~ 36%
B 220 of 650 ~ 33.85'%

%30.15
%36
%33.85

CMYK color model

#C4EADC color CMYK value is (16,0,6,8).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 8.24%

CMYK: (16,0,6,8)
C16M0Y6K8 (16%, 0%, 6%, 8%)
(0.16 / 0.00 / 0.06 / 0.08)

CMYK percentages

%16.24
%0
%5.98
%8.24

Codes

Color #C4EADC in popluar color models

C4 EA DC
RGB 196 234 220
HSL 158° 47.50% 84.31%
HSB/HSV 158° 16.24% 91.76%
CMYK 16.24% 0.00% 5.98%
8.24%

Color #C4EADC in popluar number systems.

HEX C4 EA DC
Decimal 196 234 220
Binary 11000100 11101010 11011100
Octal 304 352 334

Shades and tints

Shades of #C4EADC

#C4EADC
(196,234,220)
#B3D5C8
(179,213,200)
#A2C0B4
(162,192,180)
#91ABA0
(145,171,160)
#80968C
(128,150,140)
#6F8178
(111,129,120)
#5E6C64
(94,108,100)
#4D5750
(77,87,80)
#3C423C
(60,66,60)
#2B2D28
(43,45,40)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #C4EADC

#C4EADC
(196,234,220)
#C9EBDF
(201,235,223)
#CEECE2
(206,236,226)
#D3EDE5
(211,237,229)
#D8EEE8
(216,238,232)
#DDEFEB
(221,239,235)
#E2F0EE
(226,240,238)
#E7F1F1
(231,241,241)
#ECF2F4
(236,242,244)
#F1F3F7
(241,243,247)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EADC; }

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

This text font color is #C4EADC.

Background Color

.myBgColor { background-color: #C4EADC; }

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

This div background color is #C4EADC.

Border color

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

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

This div border color is #C4EADC.

Opacity

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

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

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

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

This text has shadow with #C4EADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4EADC.

Preview

Color preview on black background

This text has color #C4EADC on black background.


Color preview on white background

This text has color #C4EADC on white background.


Black color preview on #C4EADC background

This text has black color on #C4EADC background.


White color preview on #C4EADC background

This text has white color on #C4EADC background.


Related colors

Complementary color

Complementary color for #hex is #3B1523.


I love getcolorcode.com

Triadic colors

1 #DCC4EA and #EADCC4 with #C4EADC are triadic colors.

2 #DCEAC4 and #EAC4DC with #C4EADC are triadic colors.