COLOR #C5EFC2

HEX: #C5EFC2
RGB: (197,239,194)

Color info

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

RGB color model

#C5EFC2 color RGB value is (197,239,194).

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

RGB channels and saturation

R 197 of 255 = 77%
G 239 of 255 = 94%
B 194 of 255 = 76%

197
239
194

R + G + B ~ 82%. #C5EFC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 239 + 194 = 630 (100%)
R 197 of 630 ~ 31.27%
G 239 of 630 ~ 37.94%
B 194 of 630 ~ 30.79%

%31.27
%37.94
%30.79

CMYK color model

#C5EFC2 color CMYK value is (18,0,19,6).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 18.83%
  • key color value is 6.27%
CMYK:
(18,0,19,6)
C18M0Y19K6 
(18%,0%,19%,6%)
(0.18/0.00/0.19/0.06)	

CMYK percentages

%17.57
%0
%18.83
%6.27

Codes

Color #C5EFC2 in popluar color models

C5EFC2
RGB197239194
HSL116°58.44%84.90%
HSB/HSV116°18.83%93.73%
CMYK17.57%0.00%18.83%
6.27%

Color #C5EFC2 in popluar number systems.

HEXC5EFC2
Decimal197239194
Binary110001011110111111000010
Octal305357302

Shades and tints

Shades of #C5EFC2

#C5EFC2
(197,239,194)
#B4DAB1
(180,218,177)
#A3C5A0
(163,197,160)
#92B08F
(146,176,143)
#819B7E
(129,155,126)
#70866D
(112,134,109)
#5F715C
(95,113,92)
#4E5C4B
(78,92,75)
#3D473A
(61,71,58)
#2C3229
(44,50,41)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #C5EFC2

#C5EFC2
(197,239,194)
#CAF0C7
(202,240,199)
#CFF1CC
(207,241,204)
#D4F2D1
(212,242,209)
#D9F3D6
(217,243,214)
#DEF4DB
(222,244,219)
#E3F5E0
(227,245,224)
#E8F6E5
(232,246,229)
#EDF7EA
(237,247,234)
#F2F8EF
(242,248,239)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EFC2; }

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

This text font color is #C5EFC2.


Background Color

.myBgColor { background-color: #C5EFC2; }

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

This div background color is #C5EFC2.


Border color

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

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

This div border color is #C5EFC2.


Opacity

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

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

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

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

This text has shadow with #C5EFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EFC2 on black background.


Color preview on white background

This text has color #C5EFC2 on white background.



Black color preview on #C5EFC2 background

This text has black color on #C5EFC2 background.


White color preview on #C5EFC2 background

This text has white color on #C5EFC2 background.