COLOR #C5EFA3

HEX: #C5EFA3
RGB: (197,239,163)

Color info

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

RGB color model

#C5EFA3 color RGB value is (197,239,163).

  • red value is 197;
  • green value is 239;
  • blue value is 163.
RGB:
(197,239,163)
(77%,94%,64%)

RGB channels and saturation

R 197 of 255 = 77%
G 239 of 255 = 94%
B 163 of 255 = 64%

197
239
163

R + G + B ~ 78%. #C5EFA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 239 + 163 = 599 (100%)
R 197 of 599 ~ 32.89%
G 239 of 599 ~ 39.9%
B 163 of 599 ~ 27.21%

%32.89
%39.9
%27.21

CMYK color model

#C5EFA3 color CMYK value is (18,0,32,6).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 31.80%
  • key color value is 6.27%
CMYK:
(18,0,32,6)
C18M0Y32K6 
(18%,0%,32%,6%)
(0.18/0.00/0.32/0.06)	

CMYK percentages

%17.57
%0
%31.8
%6.27

Codes

Color #C5EFA3 in popluar color models

C5EFA3
RGB197239163
HSL93°70.37%78.82%
HSB/HSV93°31.80%93.73%
CMYK17.57%0.00%31.80%
6.27%

Color #C5EFA3 in popluar number systems.

HEXC5EFA3
Decimal197239163
Binary110001011110111110100011
Octal305357243

Shades and tints

Shades of #C5EFA3

#C5EFA3
(197,239,163)
#B4DA95
(180,218,149)
#A3C587
(163,197,135)
#92B079
(146,176,121)
#819B6B
(129,155,107)
#70865D
(112,134,93)
#5F714F
(95,113,79)
#4E5C41
(78,92,65)
#3D4733
(61,71,51)
#2C3225
(44,50,37)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #C5EFA3

#C5EFA3
(197,239,163)
#CAF0AB
(202,240,171)
#CFF1B3
(207,241,179)
#D4F2BB
(212,242,187)
#D9F3C3
(217,243,195)
#DEF4CB
(222,244,203)
#E3F5D3
(227,245,211)
#E8F6DB
(232,246,219)
#EDF7E3
(237,247,227)
#F2F8EB
(242,248,235)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EFA3 color. Also use rgb(197,239,163) instead hex code.

Text Font Color

.myTextColor { color: #C5EFA3; }

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

This text font color is #C5EFA3.


Background Color

.myBgColor { background-color: #C5EFA3; }

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

This div background color is #C5EFA3.


Border color

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

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

This div border color is #C5EFA3.


Opacity

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

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

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

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

This text has shadow with #C5EFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EFA3 on black background.


Color preview on white background

This text has color #C5EFA3 on white background.



Black color preview on #C5EFA3 background

This text has black color on #C5EFA3 background.


White color preview on #C5EFA3 background

This text has white color on #C5EFA3 background.