COLOR #C4EEC9

HEX: #C4EEC9
RGB: (196,238,201)

Color info

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

RGB color model

#C4EEC9 color RGB value is (196,238,201).

  • red value is 196;
  • green value is 238;
  • blue value is 201.
RGB:
(196,238,201)
(77%,93%,79%)

RGB channels and saturation

R 196 of 255 = 77%
G 238 of 255 = 93%
B 201 of 255 = 79%

196
238
201

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

Portions of RGB colors in percentages

R + G + B =
196 + 238 + 201 = 635 (100%)
R 196 of 635 ~ 30.87%
G 238 of 635 ~ 37.48%
B 201 of 635 ~ 31.65%

%30.87
%37.48
%31.65

CMYK color model

#C4EEC9 color CMYK value is (18,0,16,7).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 15.55%
  • key color value is 6.67%
CMYK:
(18,0,16,7)
C18M0Y16K7 
(18%,0%,16%,7%)
(0.18/0.00/0.16/0.07)	

CMYK percentages

%17.65
%0
%15.55
%6.67

Codes

Color #C4EEC9 in popluar color models

C4EEC9
RGB196238201
HSL127°55.26%85.10%
HSB/HSV127°17.65%93.33%
CMYK17.65%0.00%15.55%
6.67%

Color #C4EEC9 in popluar number systems.

HEXC4EEC9
Decimal196238201
Binary110001001110111011001001
Octal304356311

Shades and tints

Shades of #C4EEC9

#C4EEC9
(196,238,201)
#B3D9B7
(179,217,183)
#A2C4A5
(162,196,165)
#91AF93
(145,175,147)
#809A81
(128,154,129)
#6F856F
(111,133,111)
#5E705D
(94,112,93)
#4D5B4B
(77,91,75)
#3C4639
(60,70,57)
#2B3127
(43,49,39)
#1A1C15
(26,28,21)
#000000
(0,0,0)

Tints of #C4EEC9

#C4EEC9
(196,238,201)
#C9EFCD
(201,239,205)
#CEF0D1
(206,240,209)
#D3F1D5
(211,241,213)
#D8F2D9
(216,242,217)
#DDF3DD
(221,243,221)
#E2F4E1
(226,244,225)
#E7F5E5
(231,245,229)
#ECF6E9
(236,246,233)
#F1F7ED
(241,247,237)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EEC9; }

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

This text font color is #C4EEC9.


Background Color

.myBgColor { background-color: #C4EEC9; }

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

This div background color is #C4EEC9.


Border color

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

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

This div border color is #C4EEC9.


Opacity

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

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

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

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

This text has shadow with #C4EEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EEC9 on black background.


Color preview on white background

This text has color #C4EEC9 on white background.



Black color preview on #C4EEC9 background

This text has black color on #C4EEC9 background.


White color preview on #C4EEC9 background

This text has white color on #C4EEC9 background.