COLOR #C4EAAF

HEX: #C4EAAF
RGB: (196,234,175)

Color info

#C4EAAF contains red, green and blue colors in about the same proportion. Web safe color of #C4EAAF is #CCFF99 (or #CF9).

RGB color model

#C4EAAF color RGB value is (196,234,175).

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

RGB channels and saturation

R 196 of 255 = 77%
G 234 of 255 = 92%
B 175 of 255 = 69%

196
234
175

R + G + B ~ 79%. #C4EAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 234 + 175 = 605 (100%)
R 196 of 605 ~ 32.4%
G 234 of 605 ~ 38.68%
B 175 of 605 ~ 28.93%

%32.4
%38.68
%28.93

CMYK color model

#C4EAAF color CMYK value is (16,0,25,8).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 8.24%
CMYK:
(16,0,25,8)
C16M0Y25K8 
(16%,0%,25%,8%)
(0.16/0.00/0.25/0.08)	

CMYK percentages

%16.24
%0
%25.21
%8.24

Codes

Color #C4EAAF in popluar color models

C4EAAF
RGB196234175
HSL99°58.42%80.20%
HSB/HSV99°25.21%91.76%
CMYK16.24%0.00%25.21%
8.24%

Color #C4EAAF in popluar number systems.

HEXC4EAAF
Decimal196234175
Binary110001001110101010101111
Octal304352257

Shades and tints

Shades of #C4EAAF

#C4EAAF
(196,234,175)
#B3D5A0
(179,213,160)
#A2C091
(162,192,145)
#91AB82
(145,171,130)
#809673
(128,150,115)
#6F8164
(111,129,100)
#5E6C55
(94,108,85)
#4D5746
(77,87,70)
#3C4237
(60,66,55)
#2B2D28
(43,45,40)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #C4EAAF

#C4EAAF
(196,234,175)
#C9EBB6
(201,235,182)
#CEECBD
(206,236,189)
#D3EDC4
(211,237,196)
#D8EECB
(216,238,203)
#DDEFD2
(221,239,210)
#E2F0D9
(226,240,217)
#E7F1E0
(231,241,224)
#ECF2E7
(236,242,231)
#F1F3EE
(241,243,238)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EAAF; }

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

This text font color is #C4EAAF.


Background Color

.myBgColor { background-color: #C4EAAF; }

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

This div background color is #C4EAAF.


Border color

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

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

This div border color is #C4EAAF.


Opacity

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

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

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

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

This text has shadow with #C4EAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EAAF on black background.


Color preview on white background

This text has color #C4EAAF on white background.



Black color preview on #C4EAAF background

This text has black color on #C4EAAF background.


White color preview on #C4EAAF background

This text has white color on #C4EAAF background.