COLOR #C5EFC4

HEX: #C5EFC4
RGB: (197,239,196)

Color info

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

RGB color model

#C5EFC4 color RGB value is (197,239,196).

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

RGB channels and saturation

R 197 of 255 = 77%
G 239 of 255 = 94%
B 196 of 255 = 77%

197
239
196

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

Portions of RGB colors in percentages

R + G + B =
197 + 239 + 196 = 632 (100%)
R 197 of 632 ~ 31.17%
G 239 of 632 ~ 37.82%
B 196 of 632 ~ 31.01%

%31.17
%37.82
%31.01

CMYK color model

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

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 6.27%
CMYK:
(18,0,18,6)
C18M0Y18K6 
(18%,0%,18%,6%)
(0.18/0.00/0.18/0.06)	

CMYK percentages

%17.57
%0
%17.99
%6.27

Codes

Color #C5EFC4 in popluar color models

C5EFC4
RGB197239196
HSL119°57.33%85.29%
HSB/HSV119°17.99%93.73%
CMYK17.57%0.00%17.99%
6.27%

Color #C5EFC4 in popluar number systems.

HEXC5EFC4
Decimal197239196
Binary110001011110111111000100
Octal305357304

Shades and tints

Shades of #C5EFC4

#C5EFC4
(197,239,196)
#B4DAB3
(180,218,179)
#A3C5A2
(163,197,162)
#92B091
(146,176,145)
#819B80
(129,155,128)
#70866F
(112,134,111)
#5F715E
(95,113,94)
#4E5C4D
(78,92,77)
#3D473C
(61,71,60)
#2C322B
(44,50,43)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #C5EFC4

#C5EFC4
(197,239,196)
#CAF0C9
(202,240,201)
#CFF1CE
(207,241,206)
#D4F2D3
(212,242,211)
#D9F3D8
(217,243,216)
#DEF4DD
(222,244,221)
#E3F5E2
(227,245,226)
#E8F6E7
(232,246,231)
#EDF7EC
(237,247,236)
#F2F8F1
(242,248,241)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EFC4; }

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

This text font color is #C5EFC4.


Background Color

.myBgColor { background-color: #C5EFC4; }

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

This div background color is #C5EFC4.


Border color

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

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

This div border color is #C5EFC4.


Opacity

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

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

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

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

This text has shadow with #C5EFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EFC4 on black background.


Color preview on white background

This text has color #C5EFC4 on white background.



Black color preview on #C5EFC4 background

This text has black color on #C5EFC4 background.


White color preview on #C5EFC4 background

This text has white color on #C5EFC4 background.