COLOR #C4EBAF

HEX: #C4EBAF
RGB: (196,235,175)

Color info

#C4EBAF contains mainly red and green colors. Web safe color of #C4EBAF is #CCFF99 (or #CF9).

RGB color model

#C4EBAF color RGB value is (196,235,175).

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

RGB channels and saturation

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

196
235
175

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

Portions of RGB colors in percentages

R + G + B =
196 + 235 + 175 = 606 (100%)
R 196 of 606 ~ 32.34%
G 235 of 606 ~ 38.78%
B 175 of 606 ~ 28.88%

%32.34
%38.78
%28.88

CMYK color model

#C4EBAF color CMYK value is (17,0,26,8).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 7.84%
CMYK:
(17,0,26,8)
C17M0Y26K8 
(17%,0%,26%,8%)
(0.17/0.00/0.26/0.08)	

CMYK percentages

%16.6
%0
%25.53
%7.84

Codes

Color #C4EBAF in popluar color models

C4EBAF
RGB196235175
HSL99°60.00%80.39%
HSB/HSV99°25.53%92.16%
CMYK16.60%0.00%25.53%
7.84%

Color #C4EBAF in popluar number systems.

HEXC4EBAF
Decimal196235175
Binary110001001110101110101111
Octal304353257

Shades and tints

Shades of #C4EBAF

#C4EBAF
(196,235,175)
#B3D6A0
(179,214,160)
#A2C191
(162,193,145)
#91AC82
(145,172,130)
#809773
(128,151,115)
#6F8264
(111,130,100)
#5E6D55
(94,109,85)
#4D5846
(77,88,70)
#3C4337
(60,67,55)
#2B2E28
(43,46,40)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #C4EBAF

#C4EBAF
(196,235,175)
#C9ECB6
(201,236,182)
#CEEDBD
(206,237,189)
#D3EEC4
(211,238,196)
#D8EFCB
(216,239,203)
#DDF0D2
(221,240,210)
#E2F1D9
(226,241,217)
#E7F2E0
(231,242,224)
#ECF3E7
(236,243,231)
#F1F4EE
(241,244,238)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EBAF; }

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

This text font color is #C4EBAF.


Background Color

.myBgColor { background-color: #C4EBAF; }

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

This div background color is #C4EBAF.


Border color

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

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

This div border color is #C4EBAF.


Opacity

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

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

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

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

This text has shadow with #C4EBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EBAF on black background.


Color preview on white background

This text has color #C4EBAF on white background.



Black color preview on #C4EBAF background

This text has black color on #C4EBAF background.


White color preview on #C4EBAF background

This text has white color on #C4EBAF background.