COLOR #C4EEE4

HEX: #C4EEE4 RGB: (196,238,228)

Color info

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

RGB color model

#C4EEE4 color RGB value is (196,238,228).

RGB: (196,238,228) (77%, 93%, 89%)

RGB channels and saturation

R 196 of 255 = 77%
G 238 of 255 = 93%
B 228 of 255 = 89%

196
238
228

R + G + B ~ 86%. #C4EEE4 is light color.

Portions of RGB colors in percentages

R + G + B = 196 + 238 + 228 = 662 (100%)
R 196 of 662 ~ 29.61%
G 238 of 662 ~ 35.95%
B 228 of 662 ~ 34.44'%

%29.61
%35.95
%34.44

CMYK color model

#C4EEE4 color CMYK value is (18,0,4,7).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK: (18,0,4,7) C18M0Y4K7 (18%,0%,4%,7%) (0.18/0.00/0.04/0.07) 

CMYK percentages

%17.65
%0
%4.2
%6.67

Codes

Color #C4EEE4 in popluar color models

C4 EE E4
RGB 196 238 228
HSL 166° 55.26% 85.10%
HSB/HSV 166° 17.65% 93.33%
CMYK 17.65% 0.00% 4.20%
6.67%

Color #C4EEE4 in popluar number systems.

HEX C4 EE E4
Decimal 196 238 228
Binary 11000100 11101110 11100100
Octal 304 356 344

Shades and tints

Shades of #C4EEE4

#C4EEE4
(196,238,228)
#B3D9D0
(179,217,208)
#A2C4BC
(162,196,188)
#91AFA8
(145,175,168)
#809A94
(128,154,148)
#6F8580
(111,133,128)
#5E706C
(94,112,108)
#4D5B58
(77,91,88)
#3C4644
(60,70,68)
#2B3130
(43,49,48)
#1A1C1C
(26,28,28)
#000000
(0,0,0)

Tints of #C4EEE4

#C4EEE4
(196,238,228)
#C9EFE6
(201,239,230)
#CEF0E8
(206,240,232)
#D3F1EA
(211,241,234)
#D8F2EC
(216,242,236)
#DDF3EE
(221,243,238)
#E2F4F0
(226,244,240)
#E7F5F2
(231,245,242)
#ECF6F4
(236,246,244)
#F1F7F6
(241,247,246)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EEE4 color. Also use rgb(196,238,228) instead hex code.

Text Font Color

.myTextColor { color: #C4EEE4; }

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

This text font color is #C4EEE4.

Background Color

.myBgColor { background-color: #C4EEE4; }

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

This div background color is #C4EEE4.

Border color

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

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

This div border color is #C4EEE4.

Opacity

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

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

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

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

This text has shadow with #C4EEE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4EEE4.

Preview

Color preview on black background

This text has color #C4EEE4 on black background.


Color preview on white background

This text has color #C4EEE4 on white background.


Black color preview on #C4EEE4 background

This text has black color on #C4EEE4 background.


White color preview on #C4EEE4 background

This text has white color on #C4EEE4 background.


Related colors

Complementary color

Complementary color for #hex is #3B111B.


I love getcolorcode.com

Triadic colors

1 #E4C4EE and #EEE4C4 with #C4EEE4 are triadic colors.

2 #E4EEC4 and #EEC4E4 with #C4EEE4 are triadic colors.